brintos

brintos / llvm-project-archived public Read only

0
0
Text · 520 B · 4be5f9b Raw
19 lines · plain
1; RUN: llvm-mc -triple avr -show-encoding < %s | FileCheck %s2; RUN: llvm-mc -filetype=obj -triple avr < %s | llvm-objdump -dr - | FileCheck --check-prefix=CHECK-INST %s3 4foo:5  tst r36  tst r147  tst r248  tst r129 10; CHECK: tst r3               ; encoding: [0x33,0x20]11; CHECK: tst r14              ; encoding: [0xee,0x20]12; CHECK: tst r24              ; encoding: [0x88,0x23]13; CHECK: tst r12              ; encoding: [0xcc,0x20]14 15; CHECK-INST: tst r316; CHECK-INST: tst r1417; CHECK-INST: tst r2418; CHECK-INST: tst r1219