Lines Matching full:outs
7 def FCONST32_nsdata : LDInst<(outs IntRegs:$dst), (ins globaladdress:$global),
14 def CONST64_Float_Real : LDInst<(outs DoubleRegs:$dst), (ins f64imm:$src1),
20 def CONST32_Float_Real : LDInst<(outs IntRegs:$dst), (ins f32imm:$src1),
34 def TFRI_f : ALU32_ri<(outs IntRegs:$dst), (ins f32Ext:$src1),
41 def TFRI_cPt_f : ALU32_ri<(outs IntRegs:$dst),
49 def TFRI_cNotPt_f : ALU32_ri<(outs IntRegs:$dst),
56 def CONVERT_sf2df : ALU64_rr<(outs DoubleRegs:$dst), (ins IntRegs:$src),
61 def CONVERT_df2sf : ALU64_rr<(outs IntRegs:$dst), (ins DoubleRegs:$src),
68 def LDrid_f : LDInst<(outs DoubleRegs:$dst),
76 def LDrid_indexed_f : LDInst<(outs DoubleRegs:$dst),
83 def LDriw_f : LDInst<(outs IntRegs:$dst),
90 def LDriw_indexed_f : LDInst<(outs IntRegs:$dst),
98 def STriw_f : STInst<(outs),
105 def STriw_indexed_f : STInst<(outs),
112 def STrid_f : STInst<(outs),
120 def STrid_indexed_f : STInst<(outs),
130 def fADD_rr : ALU64_rr<(outs IntRegs:$dst),
137 def fADD64_rr : ALU64_rr<(outs DoubleRegs:$dst), (ins DoubleRegs:$src1,
144 def fSUB_rr : ALU64_rr<(outs IntRegs:$dst),
150 def fSUB64_rr : ALU64_rr<(outs DoubleRegs:$dst), (ins DoubleRegs:$src1,
158 def fMUL_rr : ALU64_rr<(outs IntRegs:$dst),
165 def fMUL64_rr : ALU64_rr<(outs DoubleRegs:$dst), (ins DoubleRegs:$src1,
175 def _rr : ALU64_rr<(outs PredRegs:$dst), (ins DoubleRegs:$b, DoubleRegs:$c),
183 def _rr : ALU64_rr<(outs PredRegs:$dst), (ins IntRegs:$b, IntRegs:$c),
327 def CONVERT_d2sf : ALU64_rr<(outs IntRegs:$dst), (ins DoubleRegs:$src),
332 def CONVERT_ud2sf : ALU64_rr<(outs IntRegs:$dst), (ins DoubleRegs:$src),
337 def CONVERT_uw2sf : ALU64_rr<(outs IntRegs:$dst), (ins IntRegs:$src),
342 def CONVERT_w2sf : ALU64_rr<(outs IntRegs:$dst), (ins IntRegs:$src),
347 def CONVERT_d2df : ALU64_rr<(outs DoubleRegs:$dst), (ins DoubleRegs:$src),
352 def CONVERT_ud2df : ALU64_rr<(outs DoubleRegs:$dst), (ins DoubleRegs:$src),
357 def CONVERT_uw2df : ALU64_rr<(outs DoubleRegs:$dst), (ins IntRegs:$src),
362 def CONVERT_w2df : ALU64_rr<(outs DoubleRegs:$dst), (ins IntRegs:$src),
368 def CONVERT_df2uw : ALU64_rr<(outs IntRegs:$dst), (ins DoubleRegs:$src),
373 def CONVERT_df2w : ALU64_rr<(outs IntRegs:$dst), (ins DoubleRegs:$src),
378 def CONVERT_sf2uw : ALU64_rr<(outs IntRegs:$dst), (ins IntRegs:$src),
383 def CONVERT_sf2w : ALU64_rr<(outs IntRegs:$dst), (ins IntRegs:$src),
388 def CONVERT_df2d : ALU64_rr<(outs DoubleRegs:$dst), (ins DoubleRegs:$src),
393 def CONVERT_df2ud : ALU64_rr<(outs DoubleRegs:$dst), (ins DoubleRegs:$src),
398 def CONVERT_sf2d : ALU64_rr<(outs DoubleRegs:$dst), (ins IntRegs:$src),
403 def CONVERT_sf2ud : ALU64_rr<(outs DoubleRegs:$dst), (ins IntRegs:$src),
410 def CONVERT_df2uw_nchop : ALU64_rr<(outs IntRegs:$dst), (ins DoubleRegs:$src),
416 def CONVERT_df2w_nchop : ALU64_rr<(outs IntRegs:$dst), (ins DoubleRegs:$src),
422 def CONVERT_sf2uw_nchop : ALU64_rr<(outs IntRegs:$dst), (ins IntRegs:$src),
428 def CONVERT_sf2w_nchop : ALU64_rr<(outs IntRegs:$dst), (ins IntRegs:$src),
434 def CONVERT_df2d_nchop : ALU64_rr<(outs DoubleRegs:$dst), (ins DoubleRegs:$src),
440 def CONVERT_df2ud_nchop : ALU64_rr<(outs DoubleRegs:$dst), (ins DoubleRegs:$src),
446 def CONVERT_sf2d_nchop : ALU64_rr<(outs DoubleRegs:$dst), (ins IntRegs:$src),
452 def CONVERT_sf2ud_nchop : ALU64_rr<(outs DoubleRegs:$dst), (ins IntRegs:$src),
477 def FMADD_dp : ALU64_acc<(outs DoubleRegs:$dst),
485 def FMADD_sp : ALU64_acc<(outs IntRegs:$dst),
496 def FMAX_dp : ALU64_rr<(outs DoubleRegs:$dst),
506 def FMAX_sp : ALU64_rr<(outs IntRegs:$dst),
516 def FMIN_dp : ALU64_rr<(outs DoubleRegs:$dst),
526 def FMIN_sp : ALU64_rr<(outs IntRegs:$dst),
540 def TFR_condset_rr_f : ALU32_rr<(outs IntRegs:$dst), (ins PredRegs:$src1,
550 def TFR_condset_rr64_f : ALU32_rr<(outs DoubleRegs:$dst), (ins PredRegs:$src1,
562 def TFR_condset_ri_f : ALU32_rr<(outs IntRegs:$dst),
570 def TFR_condset_ir_f : ALU32_rr<(outs IntRegs:$dst),
578 def TFR_condset_ii_f : ALU32_rr<(outs IntRegs:$dst),