brintos

brintos / llvm-project-archived public Read only

0
0
Text · 259 B · 3922f0b Raw
10 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  reti6 7; CHECK: reti                  ; encoding: [0x18,0x95]8 9; CHECK-INST: reti10