Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc155 __ fstps(Address(base.AsCpuRegister(), offs)); in Store() local
324 __ fstps(Address(ESP, 0)); in Move() local
Dassembler_x86.cc1004 void X86Assembler::fstps(const Address& dst) { in fstps() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc184 __ fstps(Address(base.AsCpuRegister(), offs)); in Store() local
389 __ fstps(Address(CpuRegister(RSP), 0)); in Move() local
Dassembler_x86_64.cc1038 void X86_64Assembler::fstps(const Address& dst) { in fstps() function in art::x86_64::X86_64Assembler
/art/compiler/optimizing/
Dcode_generator_x86.cc3394 __ fstps(Address(ESP, out.GetStackIndex() + adjustment)); in VisitTypeConversion() local
3396 __ fstps(Address(ESP, 0)); in VisitTypeConversion() local
5482 __ fstps(Address(ESP, 0)); in GenerateStaticOrDirectCall() local