Searched refs:fstps (Results 1 – 5 of 5) sorted by relevance
425 void X86Assembler::fstps(const Address& dst) { in fstps() function in art::x86::X86Assembler1798 fstps(Address(ESP, offs)); in Store()1969 fstps(Address(ESP, 0)); in Move()
335 void fstps(const Address& dst);
528 void X86_64Assembler::fstps(const Address& dst) { in fstps() function in art::x86_64::X86_64Assembler2481 fstps(Address(CpuRegister(RSP), offs)); in Store()2655 fstps(Address(CpuRegister(RSP), 0)); in Move()
444 void fstps(const Address& dst);
1835 __ fstps(Address(ESP, out.GetStackIndex() + adjustment)); in VisitTypeConversion() local1837 __ fstps(Address(ESP, 0)); in VisitTypeConversion() local