Lines Matching refs:Op3Val
288 multiclass F3_12<string OpcStr, bits<6> Op3Val, SDNode OpNode,
291 def rr : F3_1<2, Op3Val,
296 def ri : F3_2<2, Op3Val,
305 multiclass F3_12np<string OpcStr, bits<6> Op3Val, InstrItinClass itin = IIC_iu_instr> {
306 def rr : F3_1<2, Op3Val,
310 def ri : F3_2<2, Op3Val,
317 multiclass Load<string OpcStr, bits<6> Op3Val, SDPatternOperator OpNode,
319 def rr : F3_1<3, Op3Val,
324 def ri : F3_2<3, Op3Val,
333 class LoadASI<string OpcStr, bits<6> Op3Val, SDPatternOperator OpNode,
335 F3_1_asi<3, Op3Val, (outs RC:$dst), (ins MEMrr:$addr, i8imm:$asi),
340 multiclass LoadA<string OpcStr, bits<6> Op3Val, bits<6> LoadAOp3Val,
343 Load<OpcStr, Op3Val, OpNode, RC, Ty, itin> {
359 multiclass Store<string OpcStr, bits<6> Op3Val, SDPatternOperator OpNode,
361 def rr : F3_1<3, Op3Val,
366 def ri : F3_2<3, Op3Val,
375 class StoreASI<string OpcStr, bits<6> Op3Val,
378 F3_1_asi<3, Op3Val, (outs), (ins MEMrr:$addr, RC:$rd, i8imm:$asi),
383 multiclass StoreA<string OpcStr, bits<6> Op3Val, bits<6> StoreAOp3Val,
386 Store<OpcStr, Op3Val, OpNode, RC, Ty> {