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

1 2

  /external/llvm/test/CodeGen/X86/
win_ftol2.ll 51 ; FTOL_2: fsubp %st(2)
85 ; FTOL_2: fsubp %st(2)
  /external/quake/quake/src/QW/client/
d_polysa.asm 275 fsubp st(2),st(0)
276 fsubp st(2),st(0)
288 fsubp st(1),st(0)
304 fsubp st(2),st(0)
305 fsubp st(2),st(0)
317 fsubp st(1),st(0)
329 fsubp st(2),st(0)
330 fsubp st(2),st(0)
342 fsubp st(1),st(0)
354 fsubp st(2),st(0)
    [all...]
d_polysa.s 98 fsubp %st(0),%st(4) // p01_minus_p21 | r_p2[1] | r_p1[1] |
102 fsubp %st(0),%st(1) // p11_minus_p21 | p01_minus_p21 |
165 fsubp %st(0),%st(3) // t0*p10_minus_p20 | t1*p00_minus_p20 |
256 fsubp %st(0),%st(3) // t0*p10_minus_p20 | t1*p00_minus_p20 |
341 fsubp %st(0),%st(3) // t0*p10_minus_p20 | t1*p00_minus_p20 |
430 fsubp %st(0),%st(4) // ystepdenominv | xstepdenominv |
    [all...]
r_drawa.s 330 fsubp %st(0),%st(1) // v-v1 | ustep
378 fsubp %st(0),%st(1) // v-v0 | ustep | u0
r_drawa.asm 375 fsubp st(3),st(0)
  /external/valgrind/main/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/main/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/quake/quake/src/WinQuake/
d_polysa.s 98 fsubp %st(0),%st(4) // p01_minus_p21 | r_p2[1] | r_p1[1] |
102 fsubp %st(0),%st(1) // p11_minus_p21 | p01_minus_p21 |
165 fsubp %st(0),%st(3) // t0*p10_minus_p20 | t1*p00_minus_p20 |
256 fsubp %st(0),%st(3) // t0*p10_minus_p20 | t1*p00_minus_p20 |
341 fsubp %st(0),%st(3) // t0*p10_minus_p20 | t1*p00_minus_p20 |
430 fsubp %st(0),%st(4) // ystepdenominv | xstepdenominv |
    [all...]
r_drawa.s 330 fsubp %st(0),%st(1) // v-v1 | ustep
378 fsubp %st(0),%st(1) // v-v0 | ustep | u0
  /external/llvm/test/MC/X86/
x86-32.s 968 // CHECK: fsubp
970 fsubp %st,%st(1) label
973 // CHECK: fsubp %st(2)
975 fsubp %st, %st(2) label
x86-64.s 291 // CHECK: fsubp
302 fsubp label
  /external/quake/quake/src/QW/gas2masm/
gas2masm.c 611 emit_1_or_2_operandsl_vartext ("fsubp", "fsubrp");
625 emit_1_or_2_operandsl_vartext ("fsubrp", "fsubp");
702 {"fsubp", "", -2, special_fsubpl},
  /external/quake/quake/src/WinQuake/gas2masm/
gas2masm.c 611 emit_1_or_2_operandsl_vartext ("fsubp", "fsubrp");
625 emit_1_or_2_operandsl_vartext ("fsubrp", "fsubp");
702 {"fsubp", "", -2, special_fsubpl},
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
asm.php 87 'fsavew','fscale','fsqrt','fst','fstcw','fstenv','fstenvw','fstp','fstsw','fsub','fsubp',
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_stdlib.c 58 fsubp st(1),st
  /external/v8/test/cctest/
test-disasm-ia32.cc 364 __ fsubp(3);
test-disasm-x64.cc 344 __ fsubp(3);
  /external/llvm/lib/Target/X86/
X86InstrInfo.td     [all...]
  /external/v8/src/ia32/
assembler-ia32.h 947 void fsubp(int i = 1);
    [all...]
assembler-ia32.cc 1781 void Assembler::fsubp(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 644 BEGIN_MNEMONIC(FSUBP, MF_NONE, DU )
    [all...]
  /external/elfutils/libcpu/defs/
i386 246 11011110,11100{freg}:fsubp %st,{freg}
    [all...]

Completed in 180 milliseconds

1 2