Lines Matching refs:op7

2463 class N2VDIntnp<bits<2> op19_18, bits<2> op17_16, bits<3> op10_8, bit op7,
2466 : N2Vnp<op19_18, op17_16, op10_8, op7, 0, (outs DPR:$Vd), (ins DPR:$Vm),
2470 class N2VQIntnp<bits<2> op19_18, bits<2> op17_16, bits<3> op10_8, bit op7,
2473 : N2Vnp<op19_18, op17_16, op10_8, op7, 1, (outs QPR:$Vd), (ins QPR:$Vm),
2479 bit op7, InstrItinClass itin, string OpcodeStr, string Dt,
2481 : N2Vnp<op19_18, op17_16, op10_8, op7, op6, (outs QPR:$Vd), (ins QPR:$Vm),
2487 bit op7, InstrItinClass itin, string OpcodeStr, string Dt,
2489 : N2Vnp<op19_18, op17_16, op10_8, op7, op6,
3123 class N2VDSh<bit op24, bit op23, bits<4> op11_8, bit op7, bit op4,
3126 : N2VImm<op24, op23, op11_8, op7, 0, op4,
3130 class N2VQSh<bit op24, bit op23, bits<4> op11_8, bit op7, bit op4,
3133 : N2VImm<op24, op23, op11_8, op7, 1, op4,
3140 class N2VLSh<bit op24, bit op23, bits<4> op11_8, bit op7, bit op6, bit op4,
3144 : N2VImm<op24, op23, op11_8, op7, op6, op4,
3150 class N2VNSh<bit op24, bit op23, bits<4> op11_8, bit op7, bit op6, bit op4,
3154 : N2VImm<op24, op23, op11_8, op7, op6, op4,
3163 class N2VDShAdd<bit op24, bit op23, bits<4> op11_8, bit op7, bit op4,
3166 : N2VImm<op24, op23, op11_8, op7, 0, op4, (outs DPR:$Vd),
3171 class N2VQShAdd<bit op24, bit op23, bits<4> op11_8, bit op7, bit op4,
3174 : N2VImm<op24, op23, op11_8, op7, 1, op4, (outs QPR:$Vd),
3184 class N2VDShIns<bit op24, bit op23, bits<4> op11_8, bit op7, bit op4,
3187 : N2VImm<op24, op23, op11_8, op7, 0, op4, (outs DPR:$Vd),
3191 class N2VQShIns<bit op24, bit op23, bits<4> op11_8, bit op7, bit op4,
3194 : N2VImm<op24, op23, op11_8, op7, 1, op4, (outs QPR:$Vd),
3202 class N2VCvtD<bit op24, bit op23, bits<4> op11_8, bit op7, bit op4,
3205 : N2VImm<op24, op23, op11_8, op7, 0, op4,
3209 class N2VCvtQ<bit op24, bit op23, bits<4> op11_8, bit op7, bit op4,
3212 : N2VImm<op24, op23, op11_8, op7, 1, op4,
4070 multiclass N2VLSh_QHS<bit op24, bit op23, bits<4> op11_8, bit op7, bit op6,
4073 def v8i16 : N2VLSh<op24, op23, op11_8, op7, op6, op4,
4077 def v4i32 : N2VLSh<op24, op23, op11_8, op7, op6, op4,
4081 def v2i64 : N2VLSh<op24, op23, op11_8, op7, op6, op4,
4089 multiclass N2VNSh_HSD<bit op24, bit op23, bits<4> op11_8, bit op7, bit op6,
4092 def v8i8 : N2VNSh<op24, op23, op11_8, op7, op6, op4, itin,
4097 def v4i16 : N2VNSh<op24, op23, op11_8, op7, op6, op4, itin,
4102 def v2i32 : N2VNSh<op24, op23, op11_8, op7, op6, op4, itin,
5437 class N2VLShMax<bit op24, bit op23, bits<6> op21_16, bits<4> op11_8, bit op7,
5440 : N2VLSh<op24, op23, op11_8, op7, op6, op4, OpcodeStr, Dt,
6547 class AES<string op, bit op7, bit op6, SDPatternOperator Int>
6548 : N2VQIntXnp<0b00, 0b00, 0b011, op6, op7, NoItinerary,
6551 class AES2Op<string op, bit op7, bit op6, SDPatternOperator Int>
6552 : N2VQIntX2np<0b00, 0b00, 0b011, op6, op7, NoItinerary,
6555 class N2SHA<string op, bits<2> op17_16, bits<3> op10_8, bit op7, bit op6,
6557 : N2VQIntXnp<0b10, op17_16, op10_8, op6, op7, NoItinerary,
6560 class N2SHA2Op<string op, bits<2> op17_16, bits<3> op10_8, bit op7, bit op6,
6562 : N2VQIntX2np<0b10, op17_16, op10_8, op6, op7, NoItinerary,