Lines Matching refs:imm4
2199 void clrex(int imm4 = 0xf);
7469 static Instr CRm(int imm4) {
7470 VIXL_ASSERT(IsUint4(imm4));
7471 return imm4 << CRm_offset;
7474 static Instr CRn(int imm4) {
7475 VIXL_ASSERT(IsUint4(imm4));
7476 return imm4 << CRn_offset;
7754 static Instr ImmNEONExt(int imm4) {
7755 VIXL_ASSERT(IsUint4(imm4));
7756 return imm4 << ImmNEONExt_offset;
7769 int imm4 = index << s;
7770 return imm4 << ImmNEON4_offset;