Home
last modified time | relevance | path

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

/art/compiler/dex/quick/x86/
Dcodegen_x86.h485 void EmitRegRegCond(const X86EncodingMap* entry, int32_t raw_reg1, int32_t raw_reg2, int32_t cc);
Dassemble_x86.cc1455 void X86Mir2Lir::EmitRegRegCond(const X86EncodingMap* entry, int32_t raw_reg1, int32_t raw_reg2, in EmitRegRegCond() function in art::X86Mir2Lir
1894 EmitRegRegCond(entry, lir->operands[0], lir->operands[1], lir->operands[2]); in AssembleInstructions()