Lines Matching refs:imm1
2977 UInt imm1, UInt imm2, UInt opc2 )2983 vassert(imm1 < 0x40);2988 ((imm1 & 0x1F)<<11) | (imm2<<5) |2989 (opc2<<2) | ((imm1 >> 5)<<1));