Home | History | Annotate | Download | only in arm64

Lines Matching refs:imm16

1168 Instr Assembler::ImmException(int imm16) {
1169 ASSERT(is_uint16(imm16));
1170 return imm16 << ImmException_offset;