25 lines · plain
1# RUN: llvm-mc %s -triple=xtensa -show-encoding --mattr=+div32 \2# RUN: | FileCheck -check-prefixes=CHECK,CHECK-INST %s3 4.align 45 6# Instruction format RRR7# CHECK-INST: quos a3, a4, a58# CHECK: encoding: [0x50,0x34,0xd2]9quos a3, a4, a510 11# Instruction format RRR12# CHECK-INST: quou a3, a4, a513# CHECK: encoding: [0x50,0x34,0xc2]14quou a3, a4, a515 16# Instruction format RRR17# CHECK-INST: rems a3, a4, a518# CHECK: encoding: [0x50,0x34,0xf2]19rems a3, a4, a520 21# Instruction format RRR22# CHECK-INST: remu a3, a4, a523# CHECK: encoding: [0x50,0x34,0xe2]24remu a3, a4, a525