• Home
  • Raw
  • Download

Lines Matching refs:ins

18 def I32_WRAP_I64 : I<(outs I32:$dst), (ins I64:$src),
22 def I64_EXTEND_S_I32 : I<(outs I64:$dst), (ins I32:$src),
25 def I64_EXTEND_U_I32 : I<(outs I64:$dst), (ins I32:$src),
40 def I32_TRUNC_S_F32 : I<(outs I32:$dst), (ins F32:$src),
43 def I32_TRUNC_U_F32 : I<(outs I32:$dst), (ins F32:$src),
46 def I64_TRUNC_S_F32 : I<(outs I64:$dst), (ins F32:$src),
49 def I64_TRUNC_U_F32 : I<(outs I64:$dst), (ins F32:$src),
52 def I32_TRUNC_S_F64 : I<(outs I32:$dst), (ins F64:$src),
55 def I32_TRUNC_U_F64 : I<(outs I32:$dst), (ins F64:$src),
58 def I64_TRUNC_S_F64 : I<(outs I64:$dst), (ins F64:$src),
61 def I64_TRUNC_U_F64 : I<(outs I64:$dst), (ins F64:$src),
66 def F32_CONVERT_S_I32 : I<(outs F32:$dst), (ins I32:$src),
69 def F32_CONVERT_U_I32 : I<(outs F32:$dst), (ins I32:$src),
72 def F64_CONVERT_S_I32 : I<(outs F64:$dst), (ins I32:$src),
75 def F64_CONVERT_U_I32 : I<(outs F64:$dst), (ins I32:$src),
78 def F32_CONVERT_S_I64 : I<(outs F32:$dst), (ins I64:$src),
81 def F32_CONVERT_U_I64 : I<(outs F32:$dst), (ins I64:$src),
84 def F64_CONVERT_S_I64 : I<(outs F64:$dst), (ins I64:$src),
87 def F64_CONVERT_U_I64 : I<(outs F64:$dst), (ins I64:$src),
91 def F64_PROMOTE_F32 : I<(outs F64:$dst), (ins F32:$src),
94 def F32_DEMOTE_F64 : I<(outs F32:$dst), (ins F64:$src),
98 def I32_REINTERPRET_F32 : I<(outs I32:$dst), (ins F32:$src),
101 def F32_REINTERPRET_I32 : I<(outs F32:$dst), (ins I32:$src),
104 def I64_REINTERPRET_F64 : I<(outs I64:$dst), (ins F64:$src),
107 def F64_REINTERPRET_I64 : I<(outs F64:$dst), (ins I64:$src),