HomeSort by relevance Sort by last modified time
    Searched full:fstp_s (Results 1 - 10 of 10) sorted by null

  /external/v8/test/cctest/
test-disasm-ia32.cc 337 __ fstp_s(Operand(ebx, ecx, times_4, 10000));
  /external/v8/src/ia32/
ic-ia32.cc 820 __ fstp_s(Operand(ecx, ebx, times_4, 0));
844 __ fstp_s(Operand(ecx, ebx, times_4, 0));
    [all...]
assembler-ia32.h 696 void fstp_s(const Operand& adr);
disasm-ia32.cc 665 case 3: mnem = "fstp_s"; break;
    [all...]
assembler-ia32.cc 1687 void Assembler::fstp_s(const Operand& adr) { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/x64/
ic-x64.cc 856 __ fstp_s(Operand(rcx, rbx, times_4, 0));
879 __ fstp_s(Operand(rcx, rbx, times_4, 0));
    [all...]
assembler-x64.h 1023 void fstp_s(const Operand& adr);
    [all...]
disasm-x64.cc 843 case 3: mnem = "fstp_s"; break;
    [all...]
assembler-x64.cc 2021 void Assembler::fstp_s(const Operand& adr) { function in class:v8::internal::Assembler
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
assyntax.h 732 #define FSTP_S(a) CHOICE(fstps a, fstps a, fstps a)
    [all...]

Completed in 35 milliseconds