Lines Matching refs:ImmTy
3221 Format f, InstrItinClass itin, Operand ImmTy,
3224 (outs DPR:$Vd), (ins DPR:$Vm, ImmTy:$SIMM), f, itin,
3228 Format f, InstrItinClass itin, Operand ImmTy,
3231 (outs QPR:$Vd), (ins QPR:$Vm, ImmTy:$SIMM), f, itin,
3239 ValueType ResTy, ValueType OpTy, Operand ImmTy,
3242 (outs QPR:$Vd), (ins DPR:$Vm, ImmTy:$SIMM), N2RegVShLFrm,
3244 [(set QPR:$Vd, (ResTy (OpNode (OpTy DPR:$Vm), ImmTy:$SIMM)))]>;
3249 ValueType ResTy, ValueType OpTy, Operand ImmTy,
3252 (outs DPR:$Vd), (ins QPR:$Vm, ImmTy:$SIMM), N2RegVShRFrm, itin,
3255 (i32 ImmTy:$SIMM))))]>;
3261 Operand ImmTy, string OpcodeStr, string Dt,
3264 (ins DPR:$src1, DPR:$Vm, ImmTy:$SIMM), N2RegVShRFrm, IIC_VPALiD,
3269 Operand ImmTy, string OpcodeStr, string Dt,
3272 (ins QPR:$src1, QPR:$Vm, ImmTy:$SIMM), N2RegVShRFrm, IIC_VPALiD,
3282 Operand ImmTy, Format f, string OpcodeStr, string Dt,
3285 (ins DPR:$src1, DPR:$Vm, ImmTy:$SIMM), f, IIC_VSHLiD,
3289 Operand ImmTy, Format f, string OpcodeStr, string Dt,
3292 (ins QPR:$src1, QPR:$Vm, ImmTy:$SIMM), f, IIC_VSHLiQ,
5984 ValueType OpTy, Operand ImmTy>
5986 ResTy, OpTy, ImmTy, null_frag> {