Searched refs:offset_8 (Results 1 – 1 of 1) sorted by relevance
605 int offset_8 = x.offset_; in addrmod3() local606 if (offset_8 < 0) { in addrmod3()607 offset_8 = -offset_8; in addrmod3()610 if (!is_uint8(offset_8)) { in addrmod3()619 ASSERT(offset_8 >= 0); // no masking needed in addrmod3()620 instr |= B | (offset_8 >> 4)*B8 | (offset_8 & 0xf); in addrmod3()653 int offset_8 = x.offset_; in addrmod5() local654 ASSERT((offset_8 & 3) == 0); // offset must be an aligned word offset in addrmod5()655 offset_8 >>= 2; in addrmod5()656 if (offset_8 < 0) { in addrmod5()[all …]