Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/x86/
Dfloating_point.S219 fstps VREG_ADDRESS(rINST) # %st to vAA
236 fstps VREG_ADDRESS(%ecx) # %st to vA
/art/runtime/interpreter/mterp/x86_64/
Dfloating_point.S219 fstps VREG_ADDRESS(rINSTq) # %st to vAA
236 fstps VREG_ADDRESS(%rcx) # %st to vA
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc147 __ fstps(Address(ESP, offs)); in Store() local
349 __ fstps(Address(ESP, 0)); in Move() local
Dassembler_x86.h671 void fstps(const Address& dst);
Dassembler_x86.cc967 void X86Assembler::fstps(const Address& dst) { in fstps() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc173 __ fstps(Address(CpuRegister(RSP), offs)); in Store() local
423 __ fstps(Address(CpuRegister(RSP), 0)); in Move() local
Dassembler_x86_64.h685 void fstps(const Address& dst);
Dassembler_x86_64.cc1001 void X86_64Assembler::fstps(const Address& dst) { in fstps() function in art::x86_64::X86_64Assembler
/art/compiler/optimizing/
Dcode_generator_x86.cc3235 __ fstps(Address(ESP, out.GetStackIndex() + adjustment)); in VisitTypeConversion() local
3237 __ fstps(Address(ESP, 0)); in VisitTypeConversion() local
5322 __ fstps(Address(ESP, 0)); in GenerateStaticOrDirectCall() local