Home
last modified time | relevance | path

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

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