forked from OSchip/llvm-project
8 lines
284 B
Plaintext
8 lines
284 B
Plaintext
|
# RUN: llvm-mc --disassemble -arch=mipsel -mcpu=mips32r3 -mattr=+fp64 %s | \
|
||
|
# RUN: FileCheck %s
|
||
|
|
||
|
0x04 0x60 0x00 0x46 # CHECK: sqrt.s $f0, $f12
|
||
|
0x05 0x60 0x00 0x46 # CHECK: abs.s $f0, $f12
|
||
|
0x04 0x60 0x20 0x46 # CHECK: sqrt.d $f0, $f12
|
||
|
0x05 0x60 0x20 0x46 # CHECK: abs.d $f0, $f12
|