Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/x86/
Dfloating_point.S186 fstpl VREG_ADDRESS(rINST) # fp[vAA] <- %st
203 fstpl VREG_ADDRESS(%ecx) # %st to vA
/art/runtime/interpreter/mterp/x86_64/
Dfloating_point.S186 fstpl VREG_ADDRESS(rINSTq) # fp[vAA] <- %st
203 fstpl VREG_ADDRESS(%rcx) # %st to vA
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc159 __ fstpl(Address(ESP, offs)); in Store() local
332 __ fstpl(Address(ESP, 0)); in Move() local
Dassembler_x86.h651 void fstpl(const Address& dst);
Dassembler_x86.cc2783 void X86Assembler::fstpl(const Address& dst) { in fstpl() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc194 __ fstpl(Address(CpuRegister(RSP), offs)); in Store() local
380 __ fstpl(Address(CpuRegister(RSP), 0)); in Move() local
Dassembler_x86_64.h689 void fstpl(const Address& dst);
Dassembler_x86_64.cc3709 void X86_64Assembler::fstpl(const Address& dst) { in fstpl() function in art::x86_64::X86_64Assembler
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1896 fstpl (%esp)
/art/compiler/optimizing/
Dintrinsics_x86.cc540 __ fstpl(Address(ESP, 0)); in GenFPToFPCall() local
Dcode_generator_x86.cc3048 __ fstpl(Address(ESP, out.GetStackIndex() + adjustment)); in VisitTypeConversion() local
3050 __ fstpl(Address(ESP, 0)); in VisitTypeConversion() local