Searched refs:offset_in_halfwords (Results 1 – 1 of 1) sorted by relevance
652 int offset_in_halfwords = branch_offset / 2; in branchOnCond() local653 if (is_bound && is_int16(offset_in_halfwords) && !force_long_branch) { in branchOnCond()654 brc(c, Operand(offset_in_halfwords)); // short jump in branchOnCond()656 brcl(c, Operand(offset_in_halfwords)); // long jump in branchOnCond()