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

  /art/compiler/utils/x86/
assembler_x86_test.cc 202 GetAssembler()->fistps(x86::Address(x86::Register(x86::ESP), 16));
assembler_x86.h 467 void fistps(const Address& dst);
assembler_x86.cc 948 void X86Assembler::fistps(const Address& dst) { function in class:art::x86::X86Assembler
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.h 493 void fistps(const Address& dst);
    [all...]
assembler_x86_64_test.cc     [all...]
assembler_x86_64.cc 1104 void X86_64Assembler::fistps(const Address& dst) { function in class:art::x86_64::X86_64Assembler
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 736 #define FISTP_W(a) CHOICE(fistp a, fistps a, fistps a)
    [all...]

Completed in 555 milliseconds