/external/llvm/test/CodeGen/X86/ |
win_ftol2.ll | 51 ; FTOL_2: fsubp %st(2) 85 ; FTOL_2: fsubp %st(2)
|
/external/llvm/test/MC/Disassembler/X86/ |
fp-stack.txt | 892 # CHECK: fsubp %st(0) 895 # CHECK: fsubp %st(1) 898 # CHECK: fsubp %st(2) 901 # CHECK: fsubp %st(3) 904 # CHECK: fsubp %st(4) 907 # CHECK: fsubp %st(5) 910 # CHECK: fsubp %st(6) 913 # CHECK: fsubp %st(7)
|
x86-16.txt | 759 # CHECK: fsubp %st(1) 762 # CHECK: fsubp %st(2)
|
/external/llvm/test/MC/X86/ |
intel-syntax.s | 500 // CHECK: fsubp %st(1) 505 fsubp ST(1), ST(0) label 513 // CHECK: fsubp %st(1) 518 fsubp ST(0), ST(1) label 526 // CHECK: fsubp %st(1) 531 fsubp ST(1) label 539 // CHECK: fsubp %st(1) 544 fsubp label
|
x86-64.s | 291 // CHECK: fsubp %st(1) 302 fsubp label 1290 // CHECK: fsubp %st(1) 1296 fsubp %st(0), %st(1) label 1303 // CHECK: fsubp %st(1) 1309 fsubp %st(1), %st(0) label 1316 // CHECK: fsubp %st(1) 1322 fsubp %st(1) label 1329 // CHECK: fsubp %st(1) 1335 fsubp label [all...] |
x86-16.s | 911 // CHECK: fsubp 913 fsubp %st,%st(1) label 915 // CHECK: fsubp %st(2) 917 fsubp %st, %st(2) label
|
x86-32.s | 988 // CHECK: fsubp 990 fsubp %st,%st(1) label 993 // CHECK: fsubp %st(2) 995 fsubp %st, %st(2) label
|
/external/valgrind/none/tests/amd64/ |
insn_fpu.def | 363 fsubp st0.ps[1234.5678] st2.ps[8765.4321] => st1.ps[-7530.8643] 364 fsubp st0.ps[-1234.5678] st2.ps[8765.4321] => st1.ps[-9999.9999] 365 fsubp st0.ps[1234.5678] st2.ps[-8765.4321] => st1.ps[9999.9999] 366 fsubp st0.ps[-1234.5678] st2.ps[-8765.4321] => st1.ps[7530.8643] 367 fsubp st0.pd[1234567.7654321] st2.pd[7654321.1234567] => st1.pd[-6419753.3580246] 368 fsubp st0.pd[-1234567.7654321] st2.pd[7654321.1234567] => st1.pd[-8888888.8888888] 369 fsubp st0.pd[1234567.7654321] st2.pd[-7654321.1234567] => st1.pd[8888888.8888888] 370 fsubp st0.pd[-1234567.7654321] st2.pd[-7654321.1234567] => st1.pd[6419753.3580246] 371 fsubp st0.ps[1234.5678] st1.ps[8765.4321] : => st0.ps[-7530.8643] 372 fsubp st0.ps[-1234.5678] st1.ps[8765.4321] : => st0.ps[-9999.9999 [all...] |
/external/valgrind/none/tests/x86/ |
insn_fpu.def | 363 fsubp st0.ps[1234.5678] st2.ps[8765.4321] => st1.ps[-7530.8643] 364 fsubp st0.ps[-1234.5678] st2.ps[8765.4321] => st1.ps[-9999.9999] 365 fsubp st0.ps[1234.5678] st2.ps[-8765.4321] => st1.ps[9999.9999] 366 fsubp st0.ps[-1234.5678] st2.ps[-8765.4321] => st1.ps[7530.8643] 367 fsubp st0.pd[1234567.7654321] st2.pd[7654321.1234567] => st1.pd[-6419753.3580246] 368 fsubp st0.pd[-1234567.7654321] st2.pd[7654321.1234567] => st1.pd[-8888888.8888888] 369 fsubp st0.pd[1234567.7654321] st2.pd[-7654321.1234567] => st1.pd[8888888.8888888] 370 fsubp st0.pd[-1234567.7654321] st2.pd[-7654321.1234567] => st1.pd[6419753.3580246] 371 fsubp st0.ps[1234.5678] st1.ps[8765.4321] : => st0.ps[-7530.8643] 372 fsubp st0.ps[-1234.5678] st1.ps[8765.4321] : => st0.ps[-9999.9999 [all...] |
/external/google-breakpad/src/third_party/libdisasm/ |
ia32_implicit.c | 134 /* DE E9 : FSUBP : r ST(0), rw ST(1) */
|
ia32_opcode_tables.c | [all...] |
/external/v8/test/cctest/ |
test-disasm-ia32.cc | 372 __ fsubp(3);
|
test-disasm-x64.cc | 342 __ fsubp(3);
|
test-disasm-x87.cc | 373 __ fsubp(3);
|
/external/mesa3d/src/mesa/x86/ |
assyntax.h | [all...] |
/bionic/libm/x86/ |
libm_reduce_pi04l.S | 95 fsubp %st, %st(1) 104 fsubp %st, %st(1) 124 fsubp %st, %st(1) 133 fsubp %st, %st(1) 401 fsubp %st, %st(1) [all...] |
/external/v8/src/ia32/ |
assembler-ia32.h | 892 void fsubp(int i = 1); [all...] |
assembler-ia32.cc | 1778 void Assembler::fsubp(int i) { function in class:v8::internal::Assembler [all...] |
disasm-ia32.cc | 842 case 0xE8: mnem = "fsubp"; break; [all...] |
/external/v8/src/x87/ |
assembler-x87.cc | 1739 void Assembler::fsubp(int i) { function in class:v8::internal::Assembler [all...] |
assembler-x87.h | 877 void fsubp(int i = 1); [all...] |
/external/valgrind/VEX/useful/ |
hd_fpu.c | [all...] |
/external/elfutils/src/tests/ |
testfile44.expect.bz2 | |
/external/elfutils/src/libcpu/defs/ |
i386 | 246 11011110,11100{freg}:fsubp %st,{freg} [all...] |
/external/v8/src/x64/ |
assembler-x64.h | [all...] |