HomeSort by relevance Sort by last modified time
    Searched full:fdivp (Results 1 - 25 of 44) sorted by null

1 2

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
farithr.asm 6 fdivp st1
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas32/
gas-farithr.asm 12 fdivp %st(0),%st(1)
13 #fdivp %st(3),%st
  /external/llvm/test/MC/X86/
intel-syntax.s 494 // CHECK: fdivp %st(1)
499 fdivp ST(1), ST(0) label
507 // CHECK: fdivp %st(1)
512 fdivp ST(0), ST(1) label
520 // CHECK: fdivp %st(1)
525 fdivp ST(1) label
533 // CHECK: fdivp %st(1)
538 fdivp label
x86-64.s 294 // CHECK: fdivp %st(1)
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
1292 // CHECK: fdivp %st(1)
1298 fdivp %st(0), %st(1) label
1305 // CHECK: fdivp %st(1)
1311 fdivp %st(1), %st(0) label
1318 // CHECK: fdivp %st(1)
1324 fdivp %st(1 label
1337 fdivp label
    [all...]
  /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/libvpx/libvpx/examples/includes/geshi/geshi/
asm.php 82 'fdisi','fdiv','fdivp','fdivr','fdivrp','feni','ffree','fiadd','ficom','ficomp','fidiv',
  /external/chromium_org/v8/test/cctest/
test-disasm-ia32.cc 348 __ fdivp(3);
test-disasm-x64.cc 330 __ fdivp(3);
  /external/v8/test/cctest/
test-disasm-ia32.cc 366 __ fdivp(3);
test-disasm-x64.cc 346 __ fdivp(3);
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 712 #define FDIVP(a, b) CHOICE(fdivp ARG2(a,b), fdivp ARG2(a,b), fdivp ARG2(b,a))
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 712 #define FDIVP(a, b) CHOICE(fdivp ARG2(a,b), fdivp ARG2(a,b), fdivp ARG2(b,a))
    [all...]
  /external/elfutils/libcpu/defs/
i386 304 11011110,11110{freg}:fdivp %st,{freg}
309 `11011110,11111001:fdivp
    [all...]
  /external/chromium_org/v8/src/ia32/
assembler-ia32.h 989 void fdivp(int i = 1);
    [all...]
assembler-ia32.cc 1818 void Assembler::fdivp(int i) { function in class:v8::internal::Assembler
    [all...]
disasm-ia32.cc 842 case 0xF8: mnem = "fdivp"; break;
    [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...]
  /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/chromium_org/v8/src/x64/
assembler-x64.h     [all...]
disasm-x64.cc 993 case 0xF8: mnem = "fdivp"; break;
    [all...]

Completed in 909 milliseconds

1 2