Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/x86ng/
Dfloating_point.S219 fstps VREG_ADDRESS(rINST) # %st to vAA
236 fstps VREG_ADDRESS(%ecx) # %st to vA
/art/runtime/interpreter/mterp/x86_64ng/
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.cc155 __ fstps(Address(base.AsCpuRegister(), offs)); in Store() local
324 __ fstps(Address(ESP, 0)); in Move() local
Dassembler_x86.h715 void fstps(const Address& dst);
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.h753 void fstps(const Address& dst);
Dassembler_x86_64.cc1042 void X86_64Assembler::fstps(const Address& dst) { in fstps() function in art::x86_64::X86_64Assembler
/art/compiler/optimizing/
Dcode_generator_x86.cc3516 __ fstps(Address(ESP, out.GetStackIndex() + adjustment)); in VisitTypeConversion() local
3518 __ fstps(Address(ESP, 0)); in VisitTypeConversion() local
5603 __ fstps(Address(ESP, 0)); in GenerateStaticOrDirectCall() local