bolt/deps/llvm-18.1.8/llvm/test/MC/AVR/inst-sleep.s

12 lines
263 B
ArmAsm
Raw Normal View History

2025-02-14 19:21:04 +01:00
; RUN: llvm-mc -triple avr -show-encoding < %s | FileCheck %s
; RUN: llvm-mc -filetype=obj -triple avr < %s | llvm-objdump -d - | FileCheck --check-prefix=CHECK-INST %s
foo:
sleep
; CHECK: sleep ; encoding: [0x88,0x95]
; CHECK-INST: sleep