Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Dassembler_x86.cc425 void X86Assembler::fstps(const Address& dst) { in fstps() function in art::x86::X86Assembler
1798 fstps(Address(ESP, offs)); in Store()
1969 fstps(Address(ESP, 0)); in Move()
Dassembler_x86.h335 void fstps(const Address& dst);
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc528 void X86_64Assembler::fstps(const Address& dst) { in fstps() function in art::x86_64::X86_64Assembler
2481 fstps(Address(CpuRegister(RSP), offs)); in Store()
2655 fstps(Address(CpuRegister(RSP), 0)); in Move()
Dassembler_x86_64.h444 void fstps(const Address& dst);
/art/compiler/optimizing/
Dcode_generator_x86.cc1835 __ fstps(Address(ESP, out.GetStackIndex() + adjustment)); in VisitTypeConversion() local
1837 __ fstps(Address(ESP, 0)); in VisitTypeConversion() local