Searched refs:offset_in_halfwords (Results 1 – 1 of 1) sorted by relevance
612 int offset_in_halfwords = branch_offset / 2; in branchOnCond() local613 if (is_bound && is_int16(offset_in_halfwords)) { in branchOnCond()614 brc(c, Operand(offset_in_halfwords)); // short jump in branchOnCond()616 brcl(c, Operand(offset_in_halfwords)); // long jump in branchOnCond()