Lines Matching refs:imm4
2869 UInt imm4 = (theInstr >> 8) & 0xf;
2875 getQReg(mreg), mkU8(imm4)), condT);
2878 getDRegI64(mreg), mkU8(imm4)), condT);
2881 reg_t, mreg, imm4);
2972 UInt imm4
2979 if ((imm4 == 0) || (imm4 == 8))
2991 if ((imm4 & 1) == 1) {
2994 index = imm4 >> 1;
2996 } else if ((imm4 & 3) == 2) {
2999 index = imm4 >> 2;
3001 } else if ((imm4 & 7) == 4) {
3004 index = imm4 >> 3;
8675 /* -------------- usat16<c> <Rd>,#<imm4>,<Rn> --------------- */
12334 cond 1110 1D11 1p1U Vd 101f x1i0 imm4
12353 UInt imm4 = INSN(3,0);
12358 Int frac_bits = size - ((imm4 << 1) | bI);