/external/valgrind/main/none/tests/amd64/ |
D | 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/ |
D | 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/llvm/test/MC/X86/ |
D | x86-64.s | 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
|
D | x86-32-coverage.s | 4201 fdivp %st(2) 13954 fdivp %st(2)
|
/external/quake/quake/src/QW/client/ |
D | r_aclipa.s | 76 fdivp %st(0),%st(1) // scale
|
D | 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)
|
/external/quake/quake/src/WinQuake/ |
D | r_aclipa.s | 76 fdivp %st(0),%st(1) // scale
|
/external/v8/test/cctest/ |
D | test-disasm-x64.cc | 346 __ fdivp(3); in TEST() local
|
D | test-disasm-ia32.cc | 366 __ fdivp(3); in TEST() local
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 950 void fdivp(int i = 1);
|
D | assembler-ia32.cc | 1799 void Assembler::fdivp(int i) { in fdivp() function in v8::internal::Assembler
|
D | code-stubs-ia32.cc | 1551 case Token::DIV: __ fdivp(1); break; in GenerateSmiCode() local 1729 case Token::DIV: __ fdivp(1); break; in GenerateInt32Stub() local 1952 case Token::DIV: __ fdivp(1); break; in GenerateHeapNumberStub() local 2156 case Token::DIV: __ fdivp(1); break; in GenerateGeneric() local
|
/external/elfutils/libcpu/defs/ |
D | i386 | 304 11011110,11110{freg}:fdivp %st,{freg} 309 `11011110,11111001:fdivp
|
/external/v8/src/x64/ |
D | assembler-x64.h | 1276 void fdivp(int i = 1);
|
D | assembler-x64.cc | 2389 void Assembler::fdivp(int i) { in fdivp() function in v8::internal::Assembler
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1856 def : InstAlias<"fdivp", (DIVR_FPrST0 ST1)>; 1886 defm : FpUnaryAlias<"fdivp", DIVR_FPrST0>; 1902 def : InstAlias<"fdivp %st(0), $op", (DIVR_FPrST0 RST:$op)>;
|
/external/elfutils/tests/ |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |
D | testfile45.expect.bz2 |
|