Searched refs:allocate_ncrn (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/config/aarch64/
H A Daarch64.c1747 bool allocate_ncrn, allocate_nvrn; local
1761 allocate_ncrn = (type) ? !(FLOAT_TYPE_P (type)) : !FLOAT_MODE_P (mode);
1767 /* allocate_ncrn may be false-positive, but allocate_nvrn is quite reliable.
1816 if (allocate_ncrn && (ncrn + nregs <= NUM_ARG_REGS))

Completed in 302 milliseconds