Lines Matching refs:taken
86 RegLocation rl_src2, LIR* taken,
129 OpCmpImmBranch(cond, rl_src1.low_reg, mir_graph_->ConstantValue(rl_src2), taken);
135 OpCmpBranch(cond, rl_src1.low_reg, rl_src2.low_reg, taken);
139 void Mir2Lir::GenCompareZeroAndBranch(Instruction::Code opcode, RegLocation rl_src, LIR* taken,
166 OpCmpImmBranch(cond, rl_src.low_reg, 0, taken);
969 // On MIPS rArg0 != rl_result, place false in result if branch is taken.