Searched defs:EmitRegRegImm (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/quick/x86/
H A Dassemble_x86.cc1241 void X86Mir2Lir::EmitRegRegImm(const X86EncodingMap* entry, int32_t raw_reg1, int32_t raw_reg2, function in class:art::X86Mir2Lir
1848 EmitRegRegImm(entry, lir->operands[0], lir->operands[1], lir->operands[2]);
1851 EmitRegRegImm(entry, lir->operands[1], lir->operands[0], lir->operands[2]);

Completed in 96 milliseconds