Searched refs:fstpl (Results 1 - 6 of 6) sorted by relevance

/art/compiler/utils/x86/
H A Dassembler_x86.cc836 void X86Assembler::fstpl(const Address& dst) { function in class:art::x86::X86Assembler
1800 fstpl(Address(ESP, offs));
1973 fstpl(Address(ESP, 0));
H A Dassembler_x86.h339 void fstpl(const Address& dst);
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.h448 void fstpl(const Address& dst);
H A Dassembler_x86_64.cc1040 void X86_64Assembler::fstpl(const Address& dst) { function in class:art::x86_64::X86_64Assembler
2483 fstpl(Address(CpuRegister(RSP), offs));
2659 fstpl(Address(CpuRegister(RSP), 0));
/art/runtime/arch/x86/
H A Dquick_entrypoints_x86.S1468 fstpl (%esp)
/art/compiler/optimizing/
H A Dcode_generator_x86.cc1877 // InstructionCodeGeneratorX86::PushOntoFPStack and/or X86Assembler::fstpl below.
1888 __ fstpl(Address(ESP, out.GetStackIndex() + adjustment));
1890 __ fstpl(Address(ESP, 0));

Completed in 83 milliseconds