Home
last modified time | relevance | path

Searched defs:leal (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc192 __ leal(scratch.AsCpuRegister(), Address(ESP, fr_offs)); in StoreStackOffsetToThread() local
460 __ leal(out_reg.AsCpuRegister(), Address(ESP, handle_scope_offset)); in CreateHandleScopeEntry() local
463 __ leal(out_reg.AsCpuRegister(), Address(ESP, handle_scope_offset)); in CreateHandleScopeEntry() local
478 __ leal(scratch.AsCpuRegister(), Address(ESP, handle_scope_offset)); in CreateHandleScopeEntry() local
481 __ leal(scratch.AsCpuRegister(), Address(ESP, handle_scope_offset)); in CreateHandleScopeEntry() local
Dassembler_x86.cc390 void X86Assembler::leal(Register dst, const Address& src) { in leal() function in art::x86::X86Assembler