Searched refs:kImm28Mask (Results 1 – 4 of 4) sorted by relevance
97 uint32_t scope1 = (uint32_t) target_address() & ~kImm28Mask; in apply()98 uint32_t scope2 = reinterpret_cast<uint32_t>(pc_) & ~kImm28Mask; in apply()
237 const int kImm28Mask = ((1 << kImm28Bits) - 1) << kImm28Shift; variable
701 instr_address &= kImm28Mask; in target_at()746 imm28 &= kImm28Mask; in target_at_put()1949 imm28 &= kImm28Mask; in RelocateInternalReference()
2606 imm28 &= kImm28Mask; in J()