Searched refs:offset_halfwords (Results 1 – 1 of 1) sorted by relevance
1322 int offset_halfwords = branch_offset(L) / 2; in brxh() local1323 CHECK(is_int16(offset_halfwords)); in brxh()1324 brxh(dst, inc, Operand(offset_halfwords)); in brxh()1328 int offset_halfwords = branch_offset(L) / 2; in brxhg() local1329 CHECK(is_int16(offset_halfwords)); in brxhg()1330 brxhg(dst, inc, Operand(offset_halfwords)); in brxhg()