brintos

brintos / llvm-project-archived public Read only

0
0
Text · 535 B · 326bf62 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  neg r156  neg r17  neg r228  neg r319 10; CHECK: neg r15                  ; encoding: [0xf1,0x94]11; CHECK: neg r1                   ; encoding: [0x11,0x94]12; CHECK: neg r22                  ; encoding: [0x61,0x95]13; CHECK: neg r31                  ; encoding: [0xf1,0x95]14 15; CHECK-INST: neg r1516; CHECK-INST: neg r117; CHECK-INST: neg r2218; CHECK-INST: neg r3119