Home | History | Annotate | Download | only in priv

Lines Matching refs:imm4

2889    UInt imm4 = (theInstr >> 8) & 0xf;
2895 /*loV128*/getQReg(nreg), mkU8(imm4)), condT);
2898 /*loI64*/getDRegI64(nreg), mkU8(imm4)), condT);
2901 reg_t, mreg, imm4);
3017 UInt imm4 = (theInstr >> 16) & 0xF;
3024 if ((imm4 == 0) || (imm4 == 8))
3036 if ((imm4 & 1) == 1) {
3039 index = imm4 >> 1;
3041 } else if ((imm4 & 3) == 2) {
3044 index = imm4 >> 2;
3046 } else if ((imm4 & 7) == 4) {
3049 index = imm4 >> 3;
9366 /* -------------- usat16<c> <Rd>,#<imm4>,<Rn> --------------- */
15781 cond 1110 1D11 1p1U Vd 101f x1i0 imm4
15800 UInt imm4 = INSN(3,0);
15805 Int frac_bits = size - ((imm4 << 1) | bI);