[AMDGPU][True16][CodeGen] true16 codegen pattern for v_med3_u/i16 (#121850)
[llvm-project.git] / llvm / test / MC / AVR / inst-las.s
blob4ca65d2c57cc67ae80ff29e6bcc3985864070c8b
1 ; RUN: llvm-mc -triple avr -mattr=rmw -show-encoding < %s | FileCheck %s
2 ; RUN: llvm-mc -filetype=obj -triple avr -mattr=rmw < %s | llvm-objdump -dr --mattr=rmw - | FileCheck -check-prefix=CHECK-INST %s
4 foo:
5 las Z, r13
6 las Z, r0
7 las Z, r31
8 las Z, r3
10 ; CHECK: las Z, r13 ; encoding: [0xd5,0x92]
11 ; CHECK: las Z, r0 ; encoding: [0x05,0x92]
12 ; CHECK: las Z, r31 ; encoding: [0xf5,0x93]
13 ; CHECK: las Z, r3 ; encoding: [0x35,0x92]
15 ; CHECK-INST: las Z, r13
16 ; CHECK-INST: las Z, r0
17 ; CHECK-INST: las Z, r31
18 ; CHECK-INST: las Z, r3