Lines Matching full:imm16
1607 static Instr ImmException(int imm16) {1608 VIXL_ASSERT(is_uint16(imm16));1609 return imm16 << ImmException_offset;