/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
compat.s | 8 fsubrp 9 fsubrp %st(3) 10 fsubrp %st,%st(3)
|
intel.e | 9 .*:674: Warning: translating to `fsubrp' 11 .*:692: Warning: translating to `fsubrp st\(3\),st'
|
compat-intel.d | 12 [ ]*[a-f0-9]+: de e1 fsubrp st\(1\),st 13 [ ]*[a-f0-9]+: de e3 fsubrp st\(3\),st 14 [ ]*[a-f0-9]+: de e3 fsubrp st\(3\),st
|
float.s | 33 fsubrp 34 fsubrp %st(3) 35 fsubrp %st,%st(3)
|
compat.d | 15 [ ]*[a-f0-9]+: de e9 fsubrp %st,%st\(1\) 16 [ ]*[a-f0-9]+: de eb fsubrp %st,%st\(3\) 17 [ ]*[a-f0-9]+: de eb fsubrp %st,%st\(3\)
|
float.l | 4 .*:25: Warning:.*fsubrp.* 35 .*Warning:.*fsubrp.* 43 33 003c DEE9 [ ]*fsubrp 44 34 003e DEEB [ ]*fsubrp %st\(3\) 45 35 0040 DEEB [ ]*fsubrp %st,%st\(3\)
|
general.s | 136 fsubrp %st(4),%st
|
intel.s | 689 fsubrp label 690 fsubrp st(3) label 691 fsubrp st(3),st label 692 fsubrp st,st(3) label
|
general.l | 199 136 014e DEEC fsubrp %st\(4\),%st
|
intel.d | [all...] |
/external/llvm/test/MC/X86/ |
intel-syntax-2.s | 27 // CHECK: fsubrp %st(1)
|
intel-syntax.s | 501 // CHECK: fsubrp %st(1) 508 fsubrp ST(1), ST(0) label 514 // CHECK: fsubrp %st(1) 521 fsubrp ST(0), ST(1) label 527 // CHECK: fsubrp %st(1) 534 fsubrp ST(1) label 541 // CHECK: fsubrp %st(1) 554 // CHECK: fsubrp %st(1) 561 fsubrp label
|
x86-64.s | 292 // CHECK: fsubrp %st(1) 303 fsubrp label 562 fsubrp %ST(0), %ST(1) // CHECK: encoding: [0xde,0xe9] label 563 fsubrp %ST(1), %ST(0) // CHECK: encoding: [0xde,0xe9] label 1291 // CHECK: fsubrp %st(1) 1297 fsubrp %st(0), %st(1) label 1304 // CHECK: fsubrp %st(1) 1310 fsubrp %st(1), %st(0) label 1317 // CHECK: fsubrp %st(1) 1323 fsubrp %st(1 label 1336 fsubrp label [all...] |
/external/llvm/test/MC/Disassembler/X86/ |
fp-stack.txt | 916 # CHECK: fsubrp %st(0) 919 # CHECK: fsubrp %st(1) 922 # CHECK: fsubrp %st(2) 925 # CHECK: fsubrp %st(3) 928 # CHECK: fsubrp %st(4) 931 # CHECK: fsubrp %st(5) 934 # CHECK: fsubrp %st(6) 937 # CHECK: fsubrp %st(7)
|
/external/valgrind/none/tests/amd64/ |
insn_fpu.def | 419 fsubrp st0.ps[1234.5678] st2.ps[8765.4321] => st1.ps[7530.8643] 420 fsubrp st0.ps[-1234.5678] st2.ps[8765.4321] => st1.ps[9999.9999] 421 fsubrp st0.ps[1234.5678] st2.ps[-8765.4321] => st1.ps[-9999.9999 [all...] |
/external/valgrind/none/tests/x86/ |
insn_fpu.def | 419 fsubrp st0.ps[1234.5678] st2.ps[8765.4321] => st1.ps[7530.8643] 420 fsubrp st0.ps[-1234.5678] st2.ps[8765.4321] => st1.ps[9999.9999] 421 fsubrp st0.ps[1234.5678] st2.ps[-8765.4321] => st1.ps[-9999.9999 [all...] |
/toolchain/binutils/binutils-2.25/include/opcode/ |
i386.h | 48 generate nonsense fsubp, fsubrp, fdivp and fdivrp with operands
|
ChangeLog-9103 | [all...] |
/bionic/libm/x86/ |
libm_reduce_pi04l.S | 90 fsubrp %st, %st(3) 112 fsubrp %st, %st(1) 119 fsubrp %st, %st(3) 141 fsubrp %st, %st(2) 150 fsubrp %st, %st(2) 159 fsubrp %st, %st(1) 203 fsubrp %st, %st(1) 279 fsubrp %st, %st(3) 379 fsubrp %st, %st(1) 403 fsubrp %st, %st(2 [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/ |
gnu.go | 22 case FDIV, FDIVR, FSUB, FSUBR, FDIVP, FDIVRP, FSUBP, FSUBRP: 45 inst.Op = FSUBRP 46 case FSUBRP:
|
/prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/ |
gnu.go | 22 case FDIV, FDIVR, FSUB, FSUBR, FDIVP, FDIVRP, FSUBP, FSUBRP: 45 inst.Op = FSUBRP 46 case FSUBRP:
|
/external/mesa3d/src/mesa/x86/ |
assyntax.h | [all...] |
/external/google-breakpad/src/third_party/libdisasm/ |
ia32_opcode_tables.c | [all...] |
/external/v8/src/x87/ |
assembler-x87.cc | 1776 void Assembler::fsubrp(int i) { function in class:v8::internal::Assembler [all...] |
assembler-x87.h | 887 void fsubrp(int i = 1); [all...] |