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

/art/compiler/dex/quick/x86/
H A Dassemble_x86.cc1226 void X86Mir2Lir::EmitRegReg(const X86EncodingMap* entry, int32_t raw_reg1, int32_t raw_reg2) { function in class:art::X86Mir2Lir
1838 EmitRegReg(entry, lir->operands[0], lir->operands[1]);
1841 EmitRegReg(entry, lir->operands[1], lir->operands[0]);

Completed in 33 milliseconds