Lines Matching full:imm16
1176 Instr Assembler::ImmException(int imm16) {1177 DCHECK(is_uint16(imm16));1178 return imm16 << ImmException_offset;