Home
last modified time | relevance | path

Searched refs:lowest_size (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c2692 HOST_WIDE_INT lowest_size = constant_lower_bound (GET_MODE_SIZE (mode)); in aarch64_hard_regno_nregs() local
2703 return CEIL (lowest_size, UNITS_PER_VREG); in aarch64_hard_regno_nregs()
2712 return CEIL (lowest_size, UNITS_PER_WORD); in aarch64_hard_regno_nregs()
11309 HOST_WIDE_INT lowest_size = constant_lower_bound (GET_MODE_SIZE (mode)); in aarch64_class_max_nregs() local
11328 ? CEIL (lowest_size, UNITS_PER_VREG) in aarch64_class_max_nregs()
11329 : CEIL (lowest_size, UNITS_PER_WORD)); in aarch64_class_max_nregs()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc3947 HOST_WIDE_INT lowest_size = constant_lower_bound (GET_MODE_SIZE (mode)); in aarch64_hard_regno_nregs() local
3960 return CEIL (lowest_size, UNITS_PER_VREG); in aarch64_hard_regno_nregs()
3969 return CEIL (lowest_size, UNITS_PER_WORD); in aarch64_hard_regno_nregs()
12750 HOST_WIDE_INT lowest_size = constant_lower_bound (GET_MODE_SIZE (mode)); in aarch64_class_max_nregs() local
12769 ? CEIL (lowest_size, UNITS_PER_VREG) in aarch64_class_max_nregs()
12770 : CEIL (lowest_size, UNITS_PER_WORD)); in aarch64_class_max_nregs()