Lines Matching refs:ImmTy
3124 Format f, InstrItinClass itin, Operand ImmTy,
3127 (outs DPR:$Vd), (ins DPR:$Vm, ImmTy:$SIMM), f, itin,
3131 Format f, InstrItinClass itin, Operand ImmTy,
3134 (outs QPR:$Vd), (ins QPR:$Vm, ImmTy:$SIMM), f, itin,
3142 ValueType ResTy, ValueType OpTy, Operand ImmTy,
3145 (outs QPR:$Vd), (ins DPR:$Vm, ImmTy:$SIMM), N2RegVShLFrm,
3147 [(set QPR:$Vd, (ResTy (OpNode (OpTy DPR:$Vm), ImmTy:$SIMM)))]>;
3152 ValueType ResTy, ValueType OpTy, Operand ImmTy,
3155 (outs DPR:$Vd), (ins QPR:$Vm, ImmTy:$SIMM), N2RegVShRFrm, itin,
3158 (i32 ImmTy:$SIMM))))]>;
3164 Operand ImmTy, string OpcodeStr, string Dt,
3167 (ins DPR:$src1, DPR:$Vm, ImmTy:$SIMM), N2RegVShRFrm, IIC_VPALiD,
3172 Operand ImmTy, string OpcodeStr, string Dt,
3175 (ins QPR:$src1, QPR:$Vm, ImmTy:$SIMM), N2RegVShRFrm, IIC_VPALiD,
3185 Operand ImmTy, Format f, string OpcodeStr, string Dt,
3188 (ins DPR:$src1, DPR:$Vm, ImmTy:$SIMM), f, IIC_VSHLiD,
3192 Operand ImmTy, Format f, string OpcodeStr, string Dt,
3195 (ins QPR:$src1, QPR:$Vm, ImmTy:$SIMM), f, IIC_VSHLiQ,
5439 ValueType OpTy, Operand ImmTy>
5441 ResTy, OpTy, ImmTy, null_frag> {