Home
last modified time | relevance | path

Searched refs:fdivp (Results 1 – 18 of 18) sorted by relevance

/external/valgrind/main/none/tests/amd64/
Dinsn_fpu.def113 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/
Dinsn_fpu.def113 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/
Dx86-64.s305 fdivp label
566 fdivp %st(0), %st(1) // CHECK: encoding: [0xde,0xf1] label
567 fdivp %st(1), %st(0) // CHECK: encoding: [0xde,0xf1] label
Dx86-32-coverage.s4201 fdivp %st(2)
13954 fdivp %st(2)
/external/quake/quake/src/QW/client/
Dr_aclipa.s76 fdivp %st(0),%st(1) // scale
Dr_drawa.asm377 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/
Dr_aclipa.s76 fdivp %st(0),%st(1) // scale
/external/v8/test/cctest/
Dtest-disasm-x64.cc346 __ fdivp(3); in TEST() local
Dtest-disasm-ia32.cc366 __ fdivp(3); in TEST() local
/external/v8/src/ia32/
Dassembler-ia32.h950 void fdivp(int i = 1);
Dassembler-ia32.cc1799 void Assembler::fdivp(int i) { in fdivp() function in v8::internal::Assembler
Dcode-stubs-ia32.cc1551 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/
Di386304 11011110,11110{freg}:fdivp %st,{freg}
309 `11011110,11111001:fdivp
/external/v8/src/x64/
Dassembler-x64.h1276 void fdivp(int i = 1);
Dassembler-x64.cc2389 void Assembler::fdivp(int i) { in fdivp() function in v8::internal::Assembler
/external/llvm/lib/Target/X86/
DX86InstrInfo.td1856 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/
Dtestfile44.expect.bz21testfile44.o: elf32-elf_i386 2 3Disassembly of section .text: 4 5 0 ...
Dtestfile45.expect.bz2