llvm-for-llvmta/test/MC/AVR/inst-mul.s

14 lines
380 B
ArmAsm
Raw Normal View History

2022-04-25 10:02:23 +02:00
; RUN: llvm-mc -triple avr -mattr=mul -show-encoding < %s | FileCheck %s
foo:
mul r0, r15
mul r15, r0
mul r16, r31
mul r31, r16
; CHECK: mul r0, r15 ; encoding: [0x0f,0x9c]
; CHECK: mul r15, r0 ; encoding: [0xf0,0x9c]
; CHECK: mul r16, r31 ; encoding: [0x0f,0x9f]
; CHECK: mul r31, r16 ; encoding: [0xf0,0x9f]