Home
last modified time | relevance | path

Searched refs:EmitShiftMemCl (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/x86/
Dcodegen_x86.h479 void EmitShiftMemCl(const X86EncodingMap* entry, int32_t raw_base, int32_t disp, int32_t raw_cl);
Dassemble_x86.cc1364 void X86Mir2Lir::EmitShiftMemCl(const X86EncodingMap* entry, int32_t raw_base, in EmitShiftMemCl() function in art::X86Mir2Lir
1882 EmitShiftMemCl(entry, lir->operands[0], lir->operands[1], lir->operands[2]); in AssembleInstructions()