Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dshuffle_select_fuzz_tester.py91 def __init__(self, is_float, elt_width, elt_num): argument
92 self.is_float = is_float # Boolean
97 if self.is_float:
108 return Type(self.is_float, self.elt_width, 1)
207 if ty.is_float:
222 is_float = False
225 is_float = False
228 is_float = False
231 is_float = False
234 is_float = True
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
H A Damdgpu_dcn10_dpp.c280 bool is_float) in dpp1_set_degamma_format_float() argument
284 if (is_float) { in dpp1_set_degamma_format_float()
306 bool is_float; in dpp1_cnv_setup() local
317 is_float = false; in dpp1_cnv_setup()
333 is_float = true; in dpp1_cnv_setup()
340 dpp1_set_degamma_format_float(dpp_base, is_float); in dpp1_cnv_setup()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVVLPatterns.td542 multiclass VPatReductionVL<SDNode vop, string instruction_name, bit is_float> {
543 foreach vti = !if(is_float, AllFloatVectors, AllIntegerVectors) in {
544 defvar vti_m1 = !cast<VTypeInfo>(!if(is_float, "VF", "VI") # vti.SEW # "M1");
775 defm : VPatReductionVL<rvv_vecreduce_ADD_vl, "PseudoVREDSUM", /*is_float*/0>;
776 defm : VPatReductionVL<rvv_vecreduce_UMAX_vl, "PseudoVREDMAXU", /*is_float*/0>;
777 defm : VPatReductionVL<rvv_vecreduce_SMAX_vl, "PseudoVREDMAX", /*is_float*/0>;
778 defm : VPatReductionVL<rvv_vecreduce_UMIN_vl, "PseudoVREDMINU", /*is_float*/0>;
779 defm : VPatReductionVL<rvv_vecreduce_SMIN_vl, "PseudoVREDMIN", /*is_float*/0>;
780 defm : VPatReductionVL<rvv_vecreduce_AND_vl, "PseudoVREDAND", /*is_float*/0>;
781 defm : VPatReductionVL<rvv_vecreduce_OR_vl, "PseudoVREDOR", /*is_float*/0>;
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-recording.h531 virtual bool is_float () const = 0;
540 return is_int () || is_float () || is_bool (); in is_numeric()
586 bool is_float () const FINAL OVERRIDE;
618 bool is_float () const FINAL OVERRIDE { return false; } in is_float() function
644 bool is_float () const FINAL OVERRIDE { return m_other_type->is_float (); } in is_float() function
754 bool is_float () const FINAL OVERRIDE { return false; } in is_float() function
787 bool is_float () const FINAL OVERRIDE { return false; } in is_float() function
900 bool is_float () const FINAL OVERRIDE { return false; } in is_float() function
H A Dlibgccjit.c1622 bool src_is_float = src_type->is_float (); in is_valid_cast()
1623 bool dst_is_float = dst_type->is_float (); in is_valid_cast()
3091 (type->is_int () || type->is_float (), ctxt, NULL, in gcc_jit_type_get_vector()
H A Djit-recording.c2285 recording::memento_of_get_type::is_float () const in is_float() function
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-recording.h561 virtual bool is_float () const = 0;
576 return is_int () || is_float () || is_bool (); in is_numeric()
633 bool is_float () const FINAL OVERRIDE;
668 bool is_float () const FINAL OVERRIDE { return false; } in is_float() function
697 bool is_float () const FINAL OVERRIDE { return m_other_type->is_float (); } in is_float() function
829 bool is_float () const FINAL OVERRIDE { return false; } in is_float() function
864 bool is_float () const FINAL OVERRIDE { return false; } in is_float() function
978 bool is_float () const FINAL OVERRIDE { return false; } in is_float() function
H A DChangeLog.jit658 (gcc::jit::recording::struct_::is_float): Move to...
659 (gcc::jit::recording::compound_type::is_float): ...here.
885 (gcc::jit::recording::memento_of_get_type::is_float): New.
889 (gcc::jit::recording::type::is_float): New.
893 (gcc::jit::recording::memento_of_get_type::is_float): New.
897 (gcc::jit::recording::memento_of_get_pointer::is_float): New.
901 (gcc::jit::recording::memento_of_get_const::is_float): New.
905 (gcc::jit::recording::memento_of_get_volatile::is_float): New.
909 (gcc::jit::recording::array_type::is_float): New.
913 (gcc::jit::recording::function_type::is_float): New.
[all …]
H A DChangeLog1448 (memento_of_get_type::is_float): Likewise.
1460 (memento_of_get_pointer::is_float): Likewise.
1470 (memento_of_get_const::is_float): Likewise.
1480 (memento_of_get_volatile::is_float): Likewise.
1489 (array_type::is_float): Likewise.
1500 (function_type::is_float): Likewise.
1513 (compound_type::is_float): Likewise.
3454 (gcc::jit::recording::memento_of_get_type::is_float): Likewise.
H A Dlibgccjit.cc2383 bool src_is_float = src_type->is_float (); in is_valid_cast()
2384 bool dst_is_float = dst_type->is_float (); in is_valid_cast()
3969 (type->is_int () || type->is_float (), ctxt, NULL, in gcc_jit_type_get_vector()
H A Djit-recording.cc2579 recording::memento_of_get_type::is_float () const in is_float() function in gcc::jit::recording::memento_of_get_type
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-elisp.c222 is_float (const char *p) in is_float() function
320 if (is_integer (tp->chars) || is_float (tp->chars)) in read_token()
H A DChangeLog.0338 is_integer, is_float, read_token, comment_add, comment_line_end,
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-alpha.c5987 int is_float = 0, num; in md_undefined_symbol() local
5994 is_float = 32; in md_undefined_symbol()
6015 if (!alpha_noat_on && (num + is_float) == AXP_REG_AT) in md_undefined_symbol()
6017 return alpha_register_table[num + is_float]; in md_undefined_symbol()
H A Dtc-hppa.c2024 pa_parse_number (char **s, int is_float) in pa_parse_number() argument
2074 if (is_float) in pa_parse_number()
2077 if (! (is_float & 2)) in pa_parse_number()
H A Dtc-csky.c2903 is_reg_lshift_illegal (char **oper, int is_float) in is_reg_lshift_illegal() argument
2941 if (is_float) in is_reg_lshift_illegal()
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Dfrv.cpu4394 (define-pmacro (ne-load-semantics base dispix targ idisp size is_float action)
4399 idisp size is_float))
4481 name not_gr mode op ope regtype size is_float attr profile
4491 0 size is_float
4533 name op ope regtype size is_float attr profile comment)
4541 0 size is_float
4861 name mode op regtype size is_float attr profile comment)
4868 (ne-load-semantics GRi -1 (.sym regtype k) d12 size is_float
4918 name not_gr mode op regtype size is_float attr profile comment)
4927 d12 size is_float
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Dfrv.cpu4394 (define-pmacro (ne-load-semantics base dispix targ idisp size is_float action)
4399 idisp size is_float))
4481 name not_gr mode op ope regtype size is_float attr profile
4491 0 size is_float
4533 name op ope regtype size is_float attr profile comment)
4541 0 size is_float
4861 name mode op regtype size is_float attr profile comment)
4868 (ne-load-semantics GRi -1 (.sym regtype k) d12 size is_float
4918 name not_gr mode op regtype size is_float attr profile comment)
4927 d12 size is_float
[all …]
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dfrv.cpu4395 (define-pmacro (ne-load-semantics base dispix targ idisp size is_float action)
4400 idisp size is_float))
4482 name not_gr mode op ope regtype size is_float attr profile
4492 0 size is_float
4534 name op ope regtype size is_float attr profile comment)
4542 0 size is_float
4862 name mode op regtype size is_float attr profile comment)
4869 (ne-load-semantics GRi -1 (.sym regtype k) d12 size is_float
4919 name not_gr mode op regtype size is_float attr profile comment)
4928 d12 size is_float
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-alpha.c5991 int is_float = 0, num; in md_undefined_symbol() local
5998 is_float = 32; in md_undefined_symbol()
6019 if (!alpha_noat_on && (num + is_float) == AXP_REG_AT) in md_undefined_symbol()
6021 return alpha_register_table[num + is_float]; in md_undefined_symbol()
H A Dtc-hppa.c2024 pa_parse_number (char **s, int is_float) in pa_parse_number() argument
2074 if (is_float) in pa_parse_number()
2077 if (! (is_float & 2)) in pa_parse_number()
H A Dtc-csky.c2925 is_reg_lshift_illegal (char **oper, int is_float) in is_reg_lshift_illegal() argument
2963 if (is_float) in is_reg_lshift_illegal()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc16272 bool is_float = FLOAT_TYPE_P (TREE_TYPE (gimple_get_lhs (stmt_info->stmt))); in aarch64_in_loop_reduction_latency() local
16275 if (is_float) in aarch64_in_loop_reduction_latency()
16284 if (is_float) in aarch64_in_loop_reduction_latency()
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-201312731 * ax-general.c (ax_print): Remove unused is_float.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-201312731 * ax-general.c (ax_print): Remove unused is_float.