llvm-project/llvm/test/MC/AVR/inst-las.s

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
376 B
ArmAsm
Raw Normal View History

; RUN: llvm-mc -triple avr -mattr=rmw -show-encoding < %s | FileCheck %s
foo:
las Z, r13
las Z, r0
las Z, r31
las Z, r3
; CHECK: las Z, r13 ; encoding: [0xd5,0x92]
; CHECK: las Z, r0 ; encoding: [0x05,0x92]
; CHECK: las Z, r31 ; encoding: [0xf5,0x93]
; CHECK: las Z, r3 ; encoding: [0x35,0x92]