Searched defs:satp (Results 1 – 11 of 11) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/libgcc/ |
H A D | fixed-bit.c | 253 FIXED_MULHELPER (FIXED_C_TYPE a, FIXED_C_TYPE b, word_type satp) in FIXED_MULHELPER() 402 FIXED_DIVHELPER (FIXED_C_TYPE a, FIXED_C_TYPE b, word_type satp) in FIXED_DIVHELPER() 606 FIXED_ASHLHELPER (FIXED_C_TYPE a, word_type b, word_type satp) in FIXED_ASHLHELPER()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | stor-layout.c | 2371 make_fract_type (int precision, int unsignedp, int satp) in make_fract_type() 2397 make_accum_type (int precision, int unsignedp, int satp) in make_accum_type()
|
H A D | tree.c | 9152 make_or_reuse_fract_type (unsigned size, int unsignedp, int 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()
|
H A D | c-typeck.c | 802 unsigned int unsignedp = 0, satp = 0; in c_common_type() local
|
H A D | optabs.c | 5237 expand_fixed_convert (rtx to, rtx from, int uintp, int satp) in expand_fixed_convert()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | stor-layout.c | 2644 make_fract_type (int precision, int unsignedp, int satp) in make_fract_type() 2666 make_accum_type (int precision, int unsignedp, int satp) in make_accum_type()
|
H A D | tree.c | 9640 make_or_reuse_fract_type (unsigned size, int unsignedp, int 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()
|
H A D | optabs.c | 5109 expand_fixed_convert (rtx to, rtx from, int uintp, int satp) in expand_fixed_convert()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-common.c | 2136 int unsignedp, int satp) in c_common_fixed_point_type_for_size()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c/ |
H A D | c-typeck.c | 813 unsigned int unsignedp = 0, satp = 0; in c_common_type() local
|
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-common.c | 2867 int unsignedp, int satp) in c_common_fixed_point_type_for_size()
|