Home | History | Annotate | Download | only in priv

Lines Matching refs:imm4

2862    UInt imm4 = (theInstr >> 8) & 0xf;
2868 /*loV128*/getQReg(nreg), mkU8(imm4)), condT);
2871 /*loI64*/getDRegI64(nreg), mkU8(imm4)), condT);
2874 reg_t, mreg, imm4);
2990 UInt imm4 = (theInstr >> 16) & 0xF;
2997 if ((imm4 == 0) || (imm4 == 8))
3009 if ((imm4 & 1) == 1) {
3012 index = imm4 >> 1;
3014 } else if ((imm4 & 3) == 2) {
3017 index = imm4 >> 2;
3019 } else if ((imm4 & 7) == 4) {
3022 index = imm4 >> 3;
9304 /* -------------- usat16<c> <Rd>,#<imm4>,<Rn> --------------- */
14315 cond 1110 1D11 1p1U Vd 101f x1i0 imm4
14334 UInt imm4 = INSN(3,0);
14339 Int frac_bits = size - ((imm4 << 1) | bI);