Home
last modified time | relevance | path

Searched defs:fstpl (Results 1 – 6 of 6) sorted by relevance

/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.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.cc3784 void X86_64Assembler::fstpl(const Address& dst) { in fstpl() function in art::x86_64::X86_64Assembler
/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