Lines Matching refs:imm4
2869 UInt imm4 = (theInstr >> 8) & 0xf; in dis_neon_vext() local
2875 getQReg(mreg), mkU8(imm4)), condT); in dis_neon_vext()
2878 getDRegI64(mreg), mkU8(imm4)), condT); in dis_neon_vext()
2881 reg_t, mreg, imm4); in dis_neon_vext()
2972 UInt imm4 = (theInstr >> 16) & 0xF; in dis_neon_vdup() local
2979 if ((imm4 == 0) || (imm4 == 8)) in dis_neon_vdup()
2991 if ((imm4 & 1) == 1) { in dis_neon_vdup()
2994 index = imm4 >> 1; in dis_neon_vdup()
2996 } else if ((imm4 & 3) == 2) { in dis_neon_vdup()
2999 index = imm4 >> 2; in dis_neon_vdup()
3001 } else if ((imm4 & 7) == 4) { in dis_neon_vdup()
3004 index = imm4 >> 3; in dis_neon_vdup()
12353 UInt imm4 = INSN(3,0); in decode_CP10_CP11_instruction() local
12358 Int frac_bits = size - ((imm4 << 1) | bI); in decode_CP10_CP11_instruction()