mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-04 05:31:06 +00:00
14 lines
269 B
Plaintext
14 lines
269 B
Plaintext
|
# RUN: llvm-mc -triple=mipsel-unknown-linux -mattr=+dsp -disassemble < %s | FileCheck %s
|
||
|
|
||
|
# CHECK: mfhi $21, $ac3
|
||
|
0x10 0xa8 0x60 0x00
|
||
|
|
||
|
# CHECK: mflo $21, $ac3
|
||
|
0x12 0xa8 0x60 0x00
|
||
|
|
||
|
# CHECK: mthi $21, $ac3
|
||
|
0x11 0x18 0xa0 0x02
|
||
|
|
||
|
# CHECK: mtlo $21, $ac3
|
||
|
0x13 0x18 0xa0 0x02
|