Lines Matching refs:arg_t
967 multiclass SIMDExtBinary<ValueType vec_t, ValueType arg_t, string vec,
972 (node (arg_t V128:$lhs), (arg_t V128:$rhs))
1084 multiclass SIMDConvert<ValueType vec_t, ValueType arg_t, SDNode op,
1086 defm op#_#vec_t#_#arg_t :
1088 [(set (vec_t V128:$dst), (vec_t (op (arg_t V128:$vec))))],
1113 multiclass SIMDWiden<ValueType vec_t, string vec, ValueType arg_t, string arg,
1115 defm "" : SIMDConvert<vec_t, arg_t, widen_low_s,
1117 defm "" : SIMDConvert<vec_t, arg_t, widen_high_s,
1119 defm "" : SIMDConvert<vec_t, arg_t, widen_low_u,
1121 defm "" : SIMDConvert<vec_t, arg_t, widen_high_u,
1138 multiclass SIMDNarrow<ValueType vec_t, string vec, ValueType arg_t, string arg,
1143 (arg_t V128:$low), (arg_t V128:$high))))],
1149 (arg_t V128:$low), (arg_t V128:$high))))],