Searched refs:fstps (Results 1 - 13 of 13) sorted by relevance

/art/runtime/interpreter/mterp/x86/
H A Dop_rem_float.S12 fstps VREG_ADDRESS(rINST) # %st to vAA
H A Dop_rem_float_2addr.S13 fstps VREG_ADDRESS(%ecx) # %st to vA
/art/runtime/interpreter/mterp/x86_64/
H A Dop_rem_float.S12 fstps VREG_ADDRESS(rINSTq) # %st to vAA
H A Dop_rem_float_2addr.S13 fstps VREG_ADDRESS(%rcx) # %st to vA
/art/compiler/utils/x86/
H A Djni_macro_assembler_x86.cc137 __ fstps(Address(ESP, offs));
308 __ fstps(Address(ESP, 0));
H A Dassembler_x86.h572 void fstps(const Address& dst);
H A Dassembler_x86.cc620 void X86Assembler::fstps(const Address& dst) { function in class:art::x86::X86Assembler
/art/compiler/utils/x86_64/
H A Djni_macro_assembler_x86_64.cc174 __ fstps(Address(CpuRegister(RSP), offs));
358 __ fstps(Address(CpuRegister(RSP), 0));
H A Dassembler_x86_64.h615 void fstps(const Address& dst);
H A Dassembler_x86_64.cc656 void X86_64Assembler::fstps(const Address& dst) { function in class:art::x86_64::X86_64Assembler
/art/runtime/interpreter/mterp/out/
H A Dmterp_x86.S3395 fstps VREG_ADDRESS(%ecx) # vA <- %st0
3458 fstps VREG_ADDRESS(%ecx) # vA <- %st0
3524 fstps VREG_ADDRESS(%ecx) # vA <- %st0
3861 fstps VREG_ADDRESS(%ecx) # vA <- %st0
4605 fstps VREG_ADDRESS(rINST) # %st to vAA
5328 fstps VREG_ADDRESS(%ecx) # %st to vA
H A Dmterp_x86_64.S4342 fstps VREG_ADDRESS(rINSTq) # %st to vAA
5060 fstps VREG_ADDRESS(%rcx) # %st to vA
/art/compiler/optimizing/
H A Dcode_generator_x86.cc2841 // InstructionCodeGeneratorX86::PushOntoFPStack and/or X86Assembler::fstps below.
2852 __ fstps(Address(ESP, out.GetStackIndex() + adjustment));
2854 __ fstps(Address(ESP, 0));

Completed in 128 milliseconds