Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/x86_64/
Dop_rem_double.S12 fstpl VREG_ADDRESS(rINSTq) # fp[vAA] <- %st
Dop_rem_double_2addr.S13 fstpl VREG_ADDRESS(%rcx) # %st to vA
/art/runtime/interpreter/mterp/x86/
Dop_rem_double.S12 fstpl VREG_ADDRESS(rINST) # fp[vAA] <- %st
Dop_rem_double_2addr.S13 fstpl VREG_ADDRESS(%ecx) # %st to vA
/art/compiler/utils/x86/
Dassembler_x86.cc912 void X86Assembler::fstpl(const Address& dst) { in fstpl() function in art::x86::X86Assembler
2016 fstpl(Address(ESP, offs)); in Store()
2189 fstpl(Address(ESP, 0)); in Move()
Dassembler_x86.h456 void fstpl(const Address& dst);
/art/compiler/utils/x86_64/
Dassembler_x86_64.h482 void fstpl(const Address& dst);
Dassembler_x86_64.cc1068 void X86_64Assembler::fstpl(const Address& dst) { in fstpl() function in art::x86_64::X86_64Assembler
2767 fstpl(Address(CpuRegister(RSP), offs)); in Store()
2943 fstpl(Address(CpuRegister(RSP), 0)); in Move()
/art/runtime/interpreter/mterp/out/
Dmterp_x86.S3402 fstpl VREG_ADDRESS(%ecx) # vA <- %st0
3465 fstpl VREG_ADDRESS(%ecx) # vA <- %st0
3531 fstpl VREG_ADDRESS(%ecx) # vA <- %st0
3688 fstpl VREG_ADDRESS(%ecx) # vA <- %st0
4668 fstpl VREG_ADDRESS(rINST) # fp[vAA] <- %st
5396 fstpl VREG_ADDRESS(%ecx) # %st to vA
Dmterp_x86_64.S4403 fstpl VREG_ADDRESS(rINSTq) # fp[vAA] <- %st
5126 fstpl VREG_ADDRESS(%rcx) # %st to vA
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1556 fstpl (%esp)
/art/compiler/optimizing/
Dintrinsics_x86.cc876 __ fstpl(Address(ESP, 0)); in GenFPToFPCall() local
Dcode_generator_x86.cc2683 __ fstpl(Address(ESP, out.GetStackIndex() + adjustment)); in VisitTypeConversion() local
2685 __ fstpl(Address(ESP, 0)); in VisitTypeConversion() local