Home | History | Annotate | Download | only in quick

Lines Matching full:c_code

45 LIR* Mir2Lir::GenCheck(ConditionCode c_code, ThrowKind kind) {
48 LIR* branch = OpCondBranch(c_code, tgt);
54 LIR* Mir2Lir::GenImmedCheck(ConditionCode c_code, int reg, int imm_val, ThrowKind kind) {
57 if (c_code == kCondAl) {
60 branch = OpCmpImmBranch(c_code, reg, imm_val, tgt);
77 LIR* Mir2Lir::GenRegRegCheck(ConditionCode c_code, int reg1, int reg2,
80 LIR* branch = OpCmpBranch(c_code, reg1, reg2, tgt);