Home
last modified time | relevance | path

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

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