Home
last modified time | relevance | path

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

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