/external/valgrind/main/none/tests/amd64/ |
insn_fpu.def | 113 fdivp st0.ps[1234.5678] st2.ps[8765.4321] => st1.ps[0.140845058853402] 114 fdivp st0.ps[-1234.5678] st2.ps[8765.4321] => st1.ps[-0.140845058853402] 115 fdivp st0.ps[1234.5678] st2.ps[-8765.4321] => st1.ps[-0.140845058853402] 116 fdivp st0.ps[-1234.5678] st2.ps[-8765.4321] => st1.ps[0.140845058853402] 117 fdivp st0.pd[1234567.7654321] st2.pd[7654321.1234567] => st1.pd[0.16129030197711] 118 fdivp st0.pd[-1234567.7654321] st2.pd[7654321.1234567] => st1.pd[-0.16129030197711] 119 fdivp st0.pd[1234567.7654321] st2.pd[-7654321.1234567] => st1.pd[-0.16129030197711] 120 fdivp st0.pd[-1234567.7654321] st2.pd[-7654321.1234567] => st1.pd[0.16129030197711] 121 fdivp st0.ps[1234.5678] st1.ps[8765.4321] : => st0.ps[0.140845058853402] 122 fdivp st0.ps[-1234.5678] st1.ps[8765.4321] : => st0.ps[-0.140845058853402 [all...] |
/external/valgrind/main/none/tests/x86/ |
insn_fpu.def | 113 fdivp st0.ps[1234.5678] st2.ps[8765.4321] => st1.ps[0.140845058853402] 114 fdivp st0.ps[-1234.5678] st2.ps[8765.4321] => st1.ps[-0.140845058853402] 115 fdivp st0.ps[1234.5678] st2.ps[-8765.4321] => st1.ps[-0.140845058853402] 116 fdivp st0.ps[-1234.5678] st2.ps[-8765.4321] => st1.ps[0.140845058853402] 117 fdivp st0.pd[1234567.7654321] st2.pd[7654321.1234567] => st1.pd[0.16129030197711] 118 fdivp st0.pd[-1234567.7654321] st2.pd[7654321.1234567] => st1.pd[-0.16129030197711] 119 fdivp st0.pd[1234567.7654321] st2.pd[-7654321.1234567] => st1.pd[-0.16129030197711] 120 fdivp st0.pd[-1234567.7654321] st2.pd[-7654321.1234567] => st1.pd[0.16129030197711] 121 fdivp st0.ps[1234.5678] st1.ps[8765.4321] : => st0.ps[0.140845058853402] 122 fdivp st0.ps[-1234.5678] st1.ps[8765.4321] : => st0.ps[-0.140845058853402 [all...] |
/external/quake/quake/src/QW/client/ |
r_drawa.asm | 377 fdivp st(2),st(0)
402 fdivp st(2),st(0)
492 fdivp st(1),st(0)
543 fdivp st(1),st(0)
|
r_aclipa.s | 76 fdivp %st(0),%st(1) // scale
|
/external/quake/quake/src/WinQuake/ |
r_aclipa.s | 76 fdivp %st(0),%st(1) // scale
|
/external/quake/quake/src/QW/gas2masm/ |
gas2masm.c | 583 emit_1_or_2_operandsl_vartext ("fdivp", "fdivrp");
597 emit_1_or_2_operandsl_vartext ("fdivrp", "fdivp");
677 {"fdivp", "", -2, special_fdivpl},
|
/external/quake/quake/src/WinQuake/gas2masm/ |
gas2masm.c | 583 emit_1_or_2_operandsl_vartext ("fdivp", "fdivrp");
597 emit_1_or_2_operandsl_vartext ("fdivrp", "fdivp");
677 {"fdivp", "", -2, special_fdivpl},
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
asm.php | 82 'fdisi','fdiv','fdivp','fdivr','fdivrp','feni','ffree','fiadd','ficom','ficomp','fidiv',
|
/external/llvm/test/MC/X86/ |
x86-64.s | 294 // CHECK: fdivp 305 fdivp label 566 fdivp %st(0), %st(1) // CHECK: encoding: [0xde,0xf1] label 567 fdivp %st(1), %st(0) // CHECK: encoding: [0xde,0xf1] label
|
/external/v8/test/cctest/ |
test-disasm-ia32.cc | 366 __ fdivp(3);
|
test-disasm-x64.cc | 346 __ fdivp(3);
|
/external/elfutils/libcpu/defs/ |
i386 | 304 11011110,11110{freg}:fdivp %st,{freg} 309 `11011110,11111001:fdivp [all...] |
/external/llvm/lib/Target/X86/ |
X86InstrInfo.td | [all...] |
/external/v8/src/ia32/ |
assembler-ia32.h | 950 void fdivp(int i = 1); [all...] |
assembler-ia32.cc | 1799 void Assembler::fdivp(int i) { function in class:v8::internal::Assembler [all...] |
code-stubs-ia32.cc | [all...] |
disasm-ia32.cc | 830 case 0xF8: mnem = "fdivp"; break; [all...] |
/external/valgrind/main/VEX/useful/ |
hd_fpu.c | [all...] |
/external/elfutils/tests/ |
testfile44.expect.bz2 | |
/external/qemu/ |
i386-dis.c | 82 generate nonsense fsubp, fsubrp, fdivp and fdivrp with operands [all...] |
/dalvik/vm/compiler/codegen/x86/libenc/ |
enc_tabl.cpp | 681 BEGIN_MNEMONIC(FDIVP, MF_NONE, DU ) [all...] |
/external/v8/src/x64/ |
assembler-x64.h | [all...] |
disasm-x64.cc | 984 case 0xF8: mnem = "fdivp"; break; [all...] |
assembler-x64.cc | 2389 void Assembler::fdivp(int i) { function in class:v8::internal::Assembler [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/ |
i686-linux-as | |