Home | History | Annotate | Download | only in aarch64

Lines Matching refs:imm4

1256   void clrex(int imm4 = 0xf);
2817 static Instr CRm(int imm4) {
2818 VIXL_ASSERT(IsUint4(imm4));
2819 return imm4 << CRm_offset;
2822 static Instr CRn(int imm4) {
2823 VIXL_ASSERT(IsUint4(imm4));
2824 return imm4 << CRn_offset;
3011 static Instr ImmNEONExt(int imm4) {
3012 VIXL_ASSERT(IsUint4(imm4));
3013 return imm4 << ImmNEONExt_offset;
3026 int imm4 = index << s;
3027 return imm4 << ImmNEON4_offset;