Home | History | Annotate | Download | only in a64

Lines Matching refs:imm4

1992   void clrex(int imm4 = 0xf);
4002 static Instr CRm(int imm4) {
4003 VIXL_ASSERT(is_uint4(imm4));
4004 return imm4 << CRm_offset;
4007 static Instr CRn(int imm4) {
4008 VIXL_ASSERT(is_uint4(imm4));
4009 return imm4 << CRn_offset;
4174 static Instr ImmNEONExt(int imm4) {
4175 VIXL_ASSERT(is_uint4(imm4));
4176 return imm4 << ImmNEONExt_offset;
4189 int imm4 = index << s;
4190 return imm4 << ImmNEON4_offset;