Searched refs:EmitJcc (Results 1 – 2 of 2) sorted by relevance
471 void EmitJcc(const X86EncodingMap* entry, int32_t rel, int32_t cc);
1475 void X86Mir2Lir::EmitJcc(const X86EncodingMap* entry, int32_t rel, int32_t cc) { in EmitJcc() function in art::X86Mir2Lir1855 EmitJcc(entry, lir->operands[0], lir->operands[1]); in AssembleInstructions()