brintos

brintos / llvm-project-archived public Read only

0
0
Text · 630 B · 66f7fa0 Raw
14 lines · plain
1# RUN: llvm-mc -triple powerpc64-unknown-unknown --show-encoding %s | FileCheck -check-prefix=SERVER %s2# RUN: llvm-mc -mcpu=a2 -triple powerpc64-unknown-unknown --show-encoding %s | FileCheck -check-prefix=EMBEDDED %s3 4# SERVER: dcbt 2, 3, 10                   # encoding: [0x7d,0x42,0x1a,0x2c]5          dcbt 2, 3, 106# SERVER: dcbtst 2, 3, 10                 # encoding: [0x7d,0x42,0x19,0xec]7          dcbtst 2, 3, 108 9# EMBEDDED: dcbt 10, 2, 3                 # encoding: [0x7d,0x42,0x1a,0x2c]10            dcbt 10, 2, 311# EMBEDDED: dcbtst 10, 2, 3               # encoding: [0x7d,0x42,0x19,0xec]12            dcbtst 10, 2, 313 14