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

1 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/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/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},
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
assyntax.h 742 #define FSUBP(a, b) CHOICE(fsubp ARG2(a,b), fsubp ARG2(a,b), fsubp ARG2(b,a)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_stdlib.c 58 fsubp st(1),st
  /external/v8/test/cctest/
test-disasm-ia32.cc 355 __ fsubp(3);
  /external/v8/src/ia32/
assembler-ia32.h 724 void fsubp(int i = 1);
disasm-ia32.cc 782 case 0xE8: mnem = "fsubp"; break;
    [all...]
assembler-ia32.cc 1844 void Assembler::fsubp(int i) { function in class:v8::internal::Assembler
    [all...]
codegen-ia32.cc     [all...]
  /external/v8/src/x64/
assembler-x64.h 1049 void fsubp(int i = 1);
    [all...]
disasm-x64.cc 958 case 0xE8: mnem = "fsubp"; break;
    [all...]
assembler-x64.cc 2188 void Assembler::fsubp(int i) { function in class:v8::internal::Assembler
    [all...]
  /external/qemu/
i386-dis.c 84 generate nonsense fsubp, fsubrp, fdivp and fdivrp with operands
    [all...]
  /system/core/libacc/
acc.cpp     [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-objdump 
i686-unknown-linux-gnu-as 
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/i686-unknown-linux-gnu/bin/
objdump 
as 
  /prebuilt/linux-x86/bcc/
slang 

Completed in 76 milliseconds

1 2