Lines Matching refs:IntRegs
43 def A5_vaddhubs: T_S3op_1 <"vaddhub", IntRegs, 0b01, 0b001, 0, 1>;
75 def FCONST32_nsdata : LDInst<(outs IntRegs:$dst), (ins globaladdress:$global),
88 def CONST32_Float_Real : LDInst<(outs IntRegs:$dst), (ins f32imm:$src1),
102 def TFRI_f : ALU32_ri<(outs IntRegs:$dst), (ins f32Ext:$src1),
109 def TFRI_cPt_f : ALU32_ri<(outs IntRegs:$dst),
116 def TFRI_cNotPt_f : ALU32_ri<(outs IntRegs:$dst),
127 def S5_popcountp : ALU64_rr<(outs IntRegs:$Rd), (ins DoubleRegs:$Rss),
152 : MInst<(outs IntRegs:$Rd),
153 (ins IntRegs:$Rs, IntRegs:$Rt),
218 (outs IntRegs:$Rd, PredRegs:$Pe),
219 (ins IntRegs:$Rs, IntRegs:$Rt),
266 : T_fcmp <mnemonic, IntRegs, MinOp,
288 // IntRegs
305 // IntRegs
330 // IntRegs
365 // IntRegs
551 : SInst <(outs DoubleRegs:$Rdd), (ins IntRegs:$Rs),
570 : SInst <(outs IntRegs:$Rd), (ins DoubleRegs:$Rss),
590 : SInst <(outs IntRegs:$Rd), (ins IntRegs:$Rs),
671 def F2_sffixupr: SInst<(outs IntRegs:$Rd), (ins IntRegs:$Rs),
696 : MInst<(outs IntRegs:$Rx),
697 (ins IntRegs:$dst2, IntRegs:$Rs, IntRegs:$Rt),
728 (outs IntRegs:$Rx),
729 (ins IntRegs:$dst2, IntRegs:$Rs, IntRegs:$Rt, PredRegs:$Pu),
751 def MUX_ir_f : ALU32_rr<(outs IntRegs:$dst),
752 (ins PredRegs:$src1, IntRegs:$src2, f32Ext:$src3),
759 def MUX_ri_f : ALU32_rr<(outs IntRegs:$dst),
760 (ins PredRegs:$src1, f32Ext:$src2, IntRegs:$src3),
804 : SInst <(outs IntRegs:$Rd),
829 : SInst <(outs IntRegs:$Rd), (ins DoubleRegs:$Rss, u4Imm:$u4),
862 (outs IntRegs:$Rd, PredRegs:$Pe),
863 (ins IntRegs:$Rs),
924 def F2_sfimm_p : T_fimm <"sfmake", IntRegs, 0b0110, 0>;
925 def F2_sfimm_n : T_fimm <"sfmake", IntRegs, 0b0110, 1>;
931 def : Pat <(fabs (f32 IntRegs:$src1)),
932 (S2_clrbit_i (f32 IntRegs:$src1), 31)>,
935 def : Pat <(fneg (f32 IntRegs:$src1)),
936 (S2_togglebit_i (f32 IntRegs:$src1), 31)>,