HomeSort by relevance Sort by last modified time
    Searched refs:fistpl (Results 1 - 14 of 14) sorted by null

  /art/runtime/interpreter/mterp/x86/
cvtfp_int.S 27 fistpl VREG_ADDRESS(%ecx) # convert and store
  /art/compiler/utils/x86/
assembler_x86.h 567 void fistpl(const Address& dst);
assembler_x86_test.cc 191 GetAssembler()->fistpl(x86::Address(x86::Register(x86::ESP), 24));
193 "fistpl 0x10(%ESP)\n"
assembler_x86.cc 1656 void X86Assembler::fistpl(const Address& dst) { function in class:art::x86::X86Assembler
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.h 594 void fistpl(const Address& dst);
    [all...]
assembler_x86_64_test.cc     [all...]
assembler_x86_64.cc 1883 void X86_64Assembler::fistpl(const Address& dst) { function in class:art::x86_64::X86_64Assembler
    [all...]
  /external/swiftshader/third_party/LLVM/test/MC/X86/
x86-32-coverage.s 407 // CHECK: fistpl 3735928559(%ebx,%ecx,8)
408 fistpl 0xdeadbeef(%ebx,%ecx,8)
    [all...]
  /external/llvm/test/MC/X86/
x86-32-coverage.s     [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 735 #define FISTP_L(a) CHOICE(fistpl a, fistpl a, fistpl a)
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceAssemblerX86Base.h 548 void fistpl(const typename T::Address &dst);
    [all...]
IceAssemblerX86BaseImpl.h 2515 void AssemblerX86Base<TraitsType>::fistpl(const typename T::Address &dst) { function in class:Ice::X86NAMESPACE::AssemblerX86Base
    [all...]
  /art/runtime/interpreter/mterp/out/
mterp_x86.S     [all...]
  /external/valgrind/perf/
tinycc.c     [all...]

Completed in 230 milliseconds