Searched refs:fstps (Results 1 - 5 of 5) sorted by relevance

/art/runtime/arch/x86/
H A Dportable_entrypoints_x86.S65 fstps (%ecx) // store the floating point result as float
/art/compiler/utils/x86/
H A Dassembler_x86.cc392 void X86Assembler::fstps(const Address& dst) { function in class:art::x86::X86Assembler
1466 fstps(Address(ESP, offs));
1637 fstps(Address(ESP, 0));
H A Dassembler_x86.h318 void fstps(const Address& dst);
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc438 void X86_64Assembler::fstps(const Address& dst) { function in class:art::x86_64::X86_64Assembler
1825 fstps(Address(CpuRegister(RSP), offs));
1996 fstps(Address(CpuRegister(RSP), 0));
H A Dassembler_x86_64.h358 void fstps(const Address& dst);

Completed in 29 milliseconds