brintos

brintos / llvm-project-archived public Read only

0
0
Text · 533 B · a2b6f21 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  com r306  com r177  com r48  com r09 10; CHECK: com r30                  ; encoding: [0xe0,0x95]11; CHECK: com r17                  ; encoding: [0x10,0x95]12; CHECK: com r4                   ; encoding: [0x40,0x94]13; CHECK: com r0                   ; encoding: [0x00,0x94]14 15; CHECK-INST: com r3016; CHECK-INST: com r1717; CHECK-INST: com r418; CHECK-INST: com r019