Home
last modified time | relevance | path

Searched refs:fldl (Results 1 – 8 of 8) sorted by relevance

/art/runtime/interpreter/mterp/x86/
Dfloating_point.S178 fldl VREG_ADDRESS(%ecx) # %st1 <- fp[vBB]
179 fldl VREG_ADDRESS(%eax) # %st0 <- fp[vCC]
194 fldl VREG_ADDRESS(rINST) # vB to fp stack
196 fldl VREG_ADDRESS(%ecx) # vA to fp stack
Darithmetic.S277 fldl VREG_ADDRESS(rINST) # %st0 <- vB
/art/runtime/interpreter/mterp/x86_64/
Dfloating_point.S178 fldl VREG_ADDRESS(%rcx) # %st1 <- fp[vBB]
179 fldl VREG_ADDRESS(%rax) # %st0 <- fp[vCC]
194 fldl VREG_ADDRESS(rINSTq) # vB to fp stack
196 fldl VREG_ADDRESS(%rcx) # vA to fp stack
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc222 __ fldl(Address(ESP, src)); in Load() local
253 __ fs()->fldl(Address::Absolute(src)); in LoadFromThread()
Dassembler_x86.h650 void fldl(const Address& src);
Dassembler_x86.cc2769 void X86Assembler::fldl(const Address& src) { in fldl() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc264 __ fldl(Address(CpuRegister(RSP), src)); in Load() local
295 __ gs()->fldl(Address::Absolute(src, true)); in LoadFromThread()
Dassembler_x86_64.h688 void fldl(const Address& src);