Home
last modified time | relevance | path

Searched refs:fstpl (Results 1 – 11 of 11) sorted by relevance

/art/runtime/interpreter/mterp/x86_64ng/
Dfloating_point.S186 fstpl VREG_ADDRESS(rINSTq) # fp[vAA] <- %st
203 fstpl VREG_ADDRESS(%rcx) # %st to vA
/art/runtime/interpreter/mterp/x86ng/
Dfloating_point.S186 fstpl VREG_ADDRESS(rINST) # fp[vAA] <- %st
203 fstpl VREG_ADDRESS(%ecx) # %st to vA
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc157 __ fstpl(Address(base.AsCpuRegister(), offs)); in Store() local
328 __ fstpl(Address(ESP, 0)); in Move() local
Dassembler_x86.h719 void fstpl(const Address& dst);
Dassembler_x86.cc2820 void X86Assembler::fstpl(const Address& dst) { in fstpl() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc186 __ fstpl(Address(base.AsCpuRegister(), offs)); in Store() local
393 __ fstpl(Address(CpuRegister(RSP), 0)); in Move() local
Dassembler_x86_64.h757 void fstpl(const Address& dst);
Dassembler_x86_64.cc3784 void X86_64Assembler::fstpl(const Address& dst) { in fstpl() function in art::x86_64::X86_64Assembler
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1615 fstpl (%esp)
/art/compiler/optimizing/
Dcode_generator_x86.cc3566 __ fstpl(Address(ESP, out.GetStackIndex() + adjustment)); in VisitTypeConversion() local
3568 __ fstpl(Address(ESP, 0)); in VisitTypeConversion() local
5607 __ fstpl(Address(ESP, 0)); in GenerateStaticOrDirectCall() local
Dintrinsics_x86.cc476 __ fstpl(Address(ESP, 0)); in GenFPToFPCall() local