Home
last modified time | relevance | path

Searched refs:satp (Results 1 – 12 of 12) sorted by relevance

/dragonfly/contrib/gcc-4.7/libgcc/
H A Dfixed-bit.c253 FIXED_MULHELPER (FIXED_C_TYPE a, FIXED_C_TYPE b, word_type satp) in FIXED_MULHELPER() argument
269 if (satp) in FIXED_MULHELPER()
362 if (satp) in FIXED_MULHELPER()
402 FIXED_DIVHELPER (FIXED_C_TYPE a, FIXED_C_TYPE b, word_type satp) in FIXED_DIVHELPER() argument
416 if (satp) in FIXED_DIVHELPER()
501 if (satp) in FIXED_DIVHELPER()
606 FIXED_ASHLHELPER (FIXED_C_TYPE a, word_type b, word_type satp) in FIXED_ASHLHELPER() argument
619 if (satp) in FIXED_ASHLHELPER()
643 if (satp) in FIXED_ASHLHELPER()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dstor-layout.c2371 make_fract_type (int precision, int unsignedp, int satp) in make_fract_type() argument
2377 if (satp) in make_fract_type()
2397 make_accum_type (int precision, int unsignedp, int satp) in make_accum_type() argument
2403 if (satp) in make_accum_type()
H A Dtree.c9152 make_or_reuse_fract_type (unsigned size, int unsignedp, int satp) in make_or_reuse_fract_type() argument
9154 if (satp) in make_or_reuse_fract_type()
9183 return make_fract_type (size, unsignedp, satp); in make_or_reuse_fract_type()
9189 make_or_reuse_accum_type (unsigned size, int unsignedp, int satp) in make_or_reuse_accum_type() argument
9191 if (satp) in make_or_reuse_accum_type()
9220 return make_accum_type (size, unsignedp, satp); in make_or_reuse_accum_type()
H A Doptabs.c5237 expand_fixed_convert (rtx to, rtx from, int uintp, int satp) in expand_fixed_convert() argument
5255 tab = satp ? satfractuns_optab : fractuns_optab; in expand_fixed_convert()
5256 this_code = satp ? UNSIGNED_SAT_FRACT : UNSIGNED_FRACT_CONVERT; in expand_fixed_convert()
5260 tab = satp ? satfract_optab : fract_optab; in expand_fixed_convert()
5261 this_code = satp ? SAT_FRACT : FRACT_CONVERT; in expand_fixed_convert()
H A Dc-typeck.c802 unsigned int unsignedp = 0, satp = 0; in c_common_type() local
811 satp = 1; in c_common_type()
881 satp); in c_common_type()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dstor-layout.c2644 make_fract_type (int precision, int unsignedp, int satp) in make_fract_type() argument
2650 if (satp) in make_fract_type()
2666 make_accum_type (int precision, int unsignedp, int satp) in make_accum_type() argument
2672 if (satp) in make_accum_type()
H A Doptabs.c5109 expand_fixed_convert (rtx to, rtx from, int uintp, int satp) in expand_fixed_convert() argument
5128 tab = satp ? satfractuns_optab : fractuns_optab; in expand_fixed_convert()
5129 this_code = satp ? UNSIGNED_SAT_FRACT : UNSIGNED_FRACT_CONVERT; in expand_fixed_convert()
5133 tab = satp ? satfract_optab : fract_optab; in expand_fixed_convert()
5134 this_code = satp ? SAT_FRACT : FRACT_CONVERT; in expand_fixed_convert()
H A Dtree.c9640 make_or_reuse_fract_type (unsigned size, int unsignedp, int satp) in make_or_reuse_fract_type() argument
9642 if (satp) in make_or_reuse_fract_type()
9671 return make_fract_type (size, unsignedp, satp); in make_or_reuse_fract_type()
9677 make_or_reuse_accum_type (unsigned size, int unsignedp, int satp) in make_or_reuse_accum_type() argument
9679 if (satp) in make_or_reuse_accum_type()
9708 return make_accum_type (size, unsignedp, satp); in make_or_reuse_accum_type()
/dragonfly/contrib/binutils-2.34/include/opcode/
H A Driscv-opc.h1205 DECLARE_CSR(satp, CSR_SATP)
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-common.c2136 int unsignedp, int satp) in c_common_fixed_point_type_for_size() argument
2161 return c_common_type_for_mode (mode, satp); in c_common_fixed_point_type_for_size()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.c2867 int unsignedp, int satp) in c_common_fixed_point_type_for_size() argument
2887 return c_common_type_for_mode (mode, satp); in c_common_fixed_point_type_for_size()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-typeck.c813 unsigned int unsignedp = 0, satp = 0; in c_common_type() local
822 satp = 1; in c_common_type()
894 satp); in c_common_type()