Home
last modified time | relevance | path

Searched refs:type0 (Results 1 – 25 of 55) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DGenericOpcodes.td41 let OutOperandList = (outs type0:$dst);
49 let OutOperandList = (outs type0:$dst);
63 let OutOperandList = (outs type0:$dst);
64 let InOperandList = (ins type0:$src, untyped_imm_0:$sz);
71 let OutOperandList = (outs type0:$dst);
80 let OutOperandList = (outs type0:$dst);
86 let OutOperandList = (outs type0:$dst);
92 let OutOperandList = (outs type0:$dst);
98 let OutOperandList = (outs type0:$dst);
104 let OutOperandList = (outs type0:$dst);
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrGISel.td23 let OutOperandList = (outs type0:$dst);
31 let OutOperandList = (outs type0:$dst);
32 let InOperandList = (ins type0:$src);
39 let OutOperandList = (outs type0:$dst);
40 let InOperandList = (ins type0:$src);
47 let OutOperandList = (outs type0:$dst);
48 let InOperandList = (ins type0:$src);
55 let OutOperandList = (outs type0:$dst);
56 let InOperandList = (ins type0:$v1, type0:$v2);
63 let OutOperandList = (outs type0:$dst);
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid_conf.h929 #define TYPE0_FUNCTION_ARGTYPE1_ARGTYPE2(type0, fn_name, type1, arg_name1, type2, arg_name2)\ argument
930 void fn_name (type0 *pres, \
949 #define TYPE0_FUNCTION_ARG128_ARGTYPE2(type0, fn_name, arg_name1, type2, arg_name2)\ argument
950 void fn_name (type0 *pres, \
959 #define TYPE0_FUNCTION_ARGTYPE1_ARG128(type0, fn_name, type1, arg_name1, arg_name2)\ argument
960 void fn_name (type0 *pres, \
969 #define TYPE0_FUNCTION_ARG128_ARG128(type0, fn_name, arg_name1, arg_name2)\ argument
970 void fn_name (type0 * pres, \
979 #define TYPE0_FUNCTION_ARG1(type0, fn_name, arg_name)\ argument
980 void fn_name (type0 * pres, \
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid_conf.h929 #define TYPE0_FUNCTION_ARGTYPE1_ARGTYPE2(type0, fn_name, type1, arg_name1, type2, arg_name2)\ argument
930 void fn_name (type0 *pres, \
949 #define TYPE0_FUNCTION_ARG128_ARGTYPE2(type0, fn_name, arg_name1, type2, arg_name2)\ argument
950 void fn_name (type0 *pres, \
959 #define TYPE0_FUNCTION_ARGTYPE1_ARG128(type0, fn_name, type1, arg_name1, arg_name2)\ argument
960 void fn_name (type0 *pres, \
969 #define TYPE0_FUNCTION_ARG128_ARG128(type0, fn_name, arg_name1, arg_name2)\ argument
970 void fn_name (type0 * pres, \
979 #define TYPE0_FUNCTION_ARG1(type0, fn_name, arg_name)\ argument
980 void fn_name (type0 * pres, \
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr-c.c52 tree type0, type1, fold = NULL_TREE; in avr_resolve_overloaded_builtin() local
72 type0 = TREE_TYPE (args[0]); in avr_resolve_overloaded_builtin()
74 if (!FIXED_POINT_TYPE_P (type0)) in avr_resolve_overloaded_builtin()
82 switch (TYPE_MODE (type0)) in avr_resolve_overloaded_builtin()
131 type0 = TREE_TYPE (args[0]); in avr_resolve_overloaded_builtin()
134 if (!FIXED_POINT_TYPE_P (type0)) in avr_resolve_overloaded_builtin()
150 switch (TYPE_MODE (type0)) in avr_resolve_overloaded_builtin()
197 type0 = TREE_TYPE (args[0]); in avr_resolve_overloaded_builtin()
199 if (!FIXED_POINT_TYPE_P (type0)) in avr_resolve_overloaded_builtin()
207 switch (TYPE_MODE (type0)) in avr_resolve_overloaded_builtin()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr-c.cc52 tree type0, type1, fold = NULL_TREE; in avr_resolve_overloaded_builtin() local
72 type0 = TREE_TYPE (args[0]); in avr_resolve_overloaded_builtin()
74 if (!FIXED_POINT_TYPE_P (type0)) in avr_resolve_overloaded_builtin()
82 switch (TYPE_MODE (type0)) in avr_resolve_overloaded_builtin()
131 type0 = TREE_TYPE (args[0]); in avr_resolve_overloaded_builtin()
134 if (!FIXED_POINT_TYPE_P (type0)) in avr_resolve_overloaded_builtin()
150 switch (TYPE_MODE (type0)) in avr_resolve_overloaded_builtin()
197 type0 = TREE_TYPE (args[0]); in avr_resolve_overloaded_builtin()
199 if (!FIXED_POINT_TYPE_P (type0)) in avr_resolve_overloaded_builtin()
207 switch (TYPE_MODE (type0)) in avr_resolve_overloaded_builtin()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ubsan.c123 tree type0 = TREE_TYPE (op0); in ubsan_instrument_shift() local
125 if (!INTEGRAL_TYPE_P (type0)) in ubsan_instrument_shift()
129 HOST_WIDE_INT op0_prec = TYPE_PRECISION (type0); in ubsan_instrument_shift()
140 if (TYPE_OVERFLOW_WRAPS (type0) in ubsan_instrument_shift()
141 || maybe_ne (GET_MODE_BITSIZE (TYPE_MODE (type0)), in ubsan_instrument_shift()
142 TYPE_PRECISION (type0)) in ubsan_instrument_shift()
156 tt = fold_convert_loc (loc, unsigned_type_for (type0), op0); in ubsan_instrument_shift()
169 tt = fold_convert_loc (loc, unsigned_type_for (type0), in ubsan_instrument_shift()
175 build_int_cst (type0, 0)); in ubsan_instrument_shift()
215 ubsan_type_descriptor (type0), in ubsan_instrument_shift()
H A Dc-warn.c2635 tree type0 = TREE_TYPE (op0); in maybe_warn_shift_overflow() local
2636 unsigned int prec0 = TYPE_PRECISION (type0); in maybe_warn_shift_overflow()
2639 if (TYPE_OVERFLOW_WRAPS (type0) || cxx_dialect >= cxx2a) in maybe_warn_shift_overflow()
2665 build2_loc (loc, LSHIFT_EXPR, type0, op0, op1), in maybe_warn_shift_overflow()
2666 min_prec, type0, prec0); in maybe_warn_shift_overflow()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dinternal-fn.h141 signed int type0 : 8; member
160 return direct_internal_fn_array[fn].type0 >= -1; in direct_internal_fn_p()
198 direct_internal_fn_supported_p (internal_fn fn, tree type0, tree type1, in direct_internal_fn_supported_p() argument
201 return direct_internal_fn_supported_p (fn, tree_pair (type0, type1), in direct_internal_fn_supported_p()
H A Dtree-ssa-scopedtables.c564 tree type0 = expr0->type; in hashable_expr_equal_p() local
568 if ((type0 == NULL_TREE) ^ (type1 == NULL_TREE)) in hashable_expr_equal_p()
573 if (type0 != type1 in hashable_expr_equal_p()
574 && (TREE_CODE (type0) == ERROR_MARK in hashable_expr_equal_p()
576 || TYPE_UNSIGNED (type0) != TYPE_UNSIGNED (type1) in hashable_expr_equal_p()
577 || TYPE_PRECISION (type0) != TYPE_PRECISION (type1) in hashable_expr_equal_p()
578 || TYPE_MODE (type0) != TYPE_MODE (type1))) in hashable_expr_equal_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ubsan.cc150 tree type0 = TREE_TYPE (op0); in ubsan_instrument_shift() local
152 if (!INTEGRAL_TYPE_P (type0)) in ubsan_instrument_shift()
156 HOST_WIDE_INT op0_prec = TYPE_PRECISION (type0); in ubsan_instrument_shift()
167 if (TYPE_OVERFLOW_WRAPS (type0) in ubsan_instrument_shift()
168 || maybe_ne (GET_MODE_BITSIZE (TYPE_MODE (type0)), in ubsan_instrument_shift()
169 TYPE_PRECISION (type0)) in ubsan_instrument_shift()
183 tt = fold_convert_loc (loc, unsigned_type_for (type0), op0); in ubsan_instrument_shift()
196 tt = fold_convert_loc (loc, unsigned_type_for (type0), in ubsan_instrument_shift()
202 build_int_cst (type0, 0)); in ubsan_instrument_shift()
242 ubsan_type_descriptor (type0), in ubsan_instrument_shift()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dinternal-fn.h145 signed int type0 : 8; member
164 return direct_internal_fn_array[fn].type0 >= -1; in direct_internal_fn_p()
202 direct_internal_fn_supported_p (internal_fn fn, tree type0, tree type1, in direct_internal_fn_supported_p() argument
205 return direct_internal_fn_supported_p (fn, tree_pair (type0, type1), in direct_internal_fn_supported_p()
H A Dtree-ssa-scopedtables.cc564 tree type0 = expr0->type; in hashable_expr_equal_p() local
568 if ((type0 == NULL_TREE) ^ (type1 == NULL_TREE)) in hashable_expr_equal_p()
573 if (type0 != type1 in hashable_expr_equal_p()
574 && (TREE_CODE (type0) == ERROR_MARK in hashable_expr_equal_p()
576 || TYPE_UNSIGNED (type0) != TYPE_UNSIGNED (type1) in hashable_expr_equal_p()
577 || TYPE_PRECISION (type0) != TYPE_PRECISION (type1) in hashable_expr_equal_p()
578 || TYPE_MODE (type0) != TYPE_MODE (type1))) in hashable_expr_equal_p()
/netbsd-src/sys/sys/
H A Dsdt.h178 #define DTRACE_PROBE1(name, type0, arg0) \ argument
180 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) do \ argument
184 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) do \ argument
189 #define DTRACE_PROBE4(name, type0, arg0, type1, arg1, type2, arg2, type3, \ argument
195 #define DTRACE_PROBE5(name, type0, arg0, type1, arg1, type2, arg2, type3, \ argument
409 #define DTRACE_PROBE1(name, type0, arg0) \ argument
411 SDT_PROBE_ARGTYPE(sdt, , , name, 0, #type0, NULL); \
414 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) \ argument
416 SDT_PROBE_ARGTYPE(sdt, , , name, 0, #type0, NULL); \
420 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) \ argument
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-convert.cc44 tree type0, type1; in d_build_truthvalue_op() local
48 type0 = TREE_TYPE (op0); in d_build_truthvalue_op()
56 if (POINTER_TYPE_P (type0) && TREE_CODE (op1) == INTEGER_CST in d_build_truthvalue_op()
59 result_type = type0; in d_build_truthvalue_op()
68 else if (INTEGRAL_TYPE_P (type0) && INTEGRAL_TYPE_P (type1)) in d_build_truthvalue_op()
70 if (TYPE_PRECISION (type0) > TYPE_PRECISION (type1)) in d_build_truthvalue_op()
71 result_type = type0; in d_build_truthvalue_op()
72 else if (TYPE_PRECISION (type0) < TYPE_PRECISION (type1)) in d_build_truthvalue_op()
74 else if (TYPE_UNSIGNED (type0) != TYPE_UNSIGNED (type1)) in d_build_truthvalue_op()
75 result_type = TYPE_UNSIGNED (type0) ? type0 : type1; in d_build_truthvalue_op()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc4798 do_warn_enum_conversions (location_t loc, enum tree_code code, tree type0, in do_warn_enum_conversions() argument
4801 if (TREE_CODE (type0) == ENUMERAL_TYPE in do_warn_enum_conversions()
4803 && TYPE_MAIN_VARIANT (type0) != TYPE_MAIN_VARIANT (type1)) in do_warn_enum_conversions()
4833 type0, type1); in do_warn_enum_conversions()
4837 "types %qT and %qT is deprecated", type0, type1); in do_warn_enum_conversions()
4841 else if ((TREE_CODE (type0) == ENUMERAL_TYPE in do_warn_enum_conversions()
4843 || (TREE_CODE (type0) == REAL_TYPE in do_warn_enum_conversions()
4846 const bool enum_first_p = TREE_CODE (type0) == ENUMERAL_TYPE; in do_warn_enum_conversions()
4868 type0, type1); in do_warn_enum_conversions()
4872 type0, type1); in do_warn_enum_conversions()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-convert.cc44 tree type0, type1; in d_build_truthvalue_op() local
48 type0 = TREE_TYPE (op0); in d_build_truthvalue_op()
56 if (POINTER_TYPE_P (type0) && TREE_CODE (op1) == INTEGER_CST in d_build_truthvalue_op()
59 result_type = type0; in d_build_truthvalue_op()
68 else if (INTEGRAL_TYPE_P (type0) && INTEGRAL_TYPE_P (type1)) in d_build_truthvalue_op()
70 if (TYPE_PRECISION (type0) > TYPE_PRECISION (type1)) in d_build_truthvalue_op()
71 result_type = type0; in d_build_truthvalue_op()
72 else if (TYPE_PRECISION (type0) < TYPE_PRECISION (type1)) in d_build_truthvalue_op()
74 else if (TYPE_UNSIGNED (type0) != TYPE_UNSIGNED (type1)) in d_build_truthvalue_op()
75 result_type = TYPE_UNSIGNED (type0) ? type0 : type1; in d_build_truthvalue_op()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c4480 tree type0, type1; in cp_build_binary_op() local
4590 type0 = TREE_TYPE (op0); in cp_build_binary_op()
4595 code0 = TREE_CODE (type0); in cp_build_binary_op()
4604 = targetm.invalid_binary_op (code, type0, type1))) in cp_build_binary_op()
4622 && !TYPE_PTR_OR_PTRMEM_P (type0)) in cp_build_binary_op()
4635 if ((gnu_vector_type_p (type0) && code1 != VECTOR_TYPE) in cp_build_binary_op()
4650 type0 = TREE_TYPE (op0); in cp_build_binary_op()
4651 code0 = TREE_CODE (type0); in cp_build_binary_op()
4657 op1 = convert (TREE_TYPE (type0), op1); in cp_build_binary_op()
4659 op1 = build_vector_from_val (type0, op1); in cp_build_binary_op()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstructions.td2567 let OutOperandList = (outs type0:$dst);
2573 let OutOperandList = (outs type0:$dst);
2579 let OutOperandList = (outs type0:$dst);
2588 let OutOperandList = (outs type0:$dst);
2608 let InOperandList = (ins type0:$vdata, type1:$rsrc, type2:$vindex, type2:$voffset,
2617 let InOperandList = (ins type0:$vdata, type1:$rsrc, type2:$vindex, type2:$voffset,
2634 let OutOperandList = (outs type0:$dst);
2635 let InOperandList = (ins type0:$src0, type0:$src1);
2640 let OutOperandList = (outs type0:$dst);
2641 let InOperandList = (ins type0:$src0, type0:$src1);
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c11508 tree type0, type1, orig_type0, orig_type1; in build_binary_op() local
11615 orig_type0 = type0 = TREE_TYPE (op0); in build_binary_op()
11621 code0 = TREE_CODE (type0); in build_binary_op()
11643 = targetm.invalid_binary_op (code, type0, type1))) in build_binary_op()
11671 && (ANY_INTEGRAL_TYPE_P (type0) in build_binary_op()
11682 type0 = TREE_TYPE (op0); in build_binary_op()
11685 && (eptype = excess_precision_type (type0)) != NULL_TREE) in build_binary_op()
11687 type0 = eptype; in build_binary_op()
11702 objc_ok = objc_compare_types (type0, type1, -3, NULL_TREE); in build_binary_op()
11706 if ((gnu_vector_type_p (type0) && code1 != VECTOR_TYPE) in build_binary_op()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc11720 tree type0, type1, orig_type0, orig_type1; in build_binary_op() local
11827 orig_type0 = type0 = TREE_TYPE (op0); in build_binary_op()
11833 code0 = TREE_CODE (type0); in build_binary_op()
11855 = targetm.invalid_binary_op (code, type0, type1))) in build_binary_op()
11883 && (ANY_INTEGRAL_TYPE_P (type0) in build_binary_op()
11894 type0 = TREE_TYPE (op0); in build_binary_op()
11897 && (eptype = excess_precision_type (type0)) != NULL_TREE) in build_binary_op()
11899 type0 = eptype; in build_binary_op()
11914 objc_ok = objc_compare_types (type0, type1, -3, NULL_TREE); in build_binary_op()
11918 if ((gnu_vector_type_p (type0) && code1 != VECTOR_TYPE) in build_binary_op()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/
H A Dstoreutl.pod85 The arg must be formatted as I</type0=value0/type1=value1/type2=...>.
97 The issuer arg must be formatted as I</type0=value0/type1=value1/type2=...>,
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/
H A Dopenssl-storeutl.pod.in89 The arg must be formatted as C</type0=value0/type1=value1/type2=...>.
108 The issuer arg must be formatted as C</type0=value0/type1=value1/type2=...>,
/netbsd-src/sys/arch/hpcmips/stand/pbsdboot/
H A Dmain.c406 int type0, type1; in reverse_fb_type() member
417 if (types[i].type0 == type) { in reverse_fb_type()
421 return (types[i].type0); in reverse_fb_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Dlibgccjit.cc1695 gcc::jit::recording::type *type0 = NULL; in gcc_jit_context_new_array_constructor() local
1705 type0 = values[i]->get_type (); in gcc_jit_context_new_array_constructor()
1713 gcc::jit::types_kinda_same (type0, in gcc_jit_context_new_array_constructor()
1719 type0->get_debug_string (), in gcc_jit_context_new_array_constructor()
1725 if (type0) in gcc_jit_context_new_array_constructor()
1731 gcc::jit::types_kinda_same (type0, el_type), in gcc_jit_context_new_array_constructor()
1736 type0->get_debug_string ()); in gcc_jit_context_new_array_constructor()

123