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

/haiku-buildtools/gcc/libgcc/config/arm/
H A Dunwind-arm.c257 int num_vfpv3_regs = 0; local
270 num_vfpv3_regs = count;
272 num_vfpv3_regs = start + count - 16;
274 if (num_vfpv3_regs && representation != _UVRSD_DOUBLE)
296 if (num_vfpv3_regs > 0
316 if (num_vfpv3_regs)
321 tmp_count = num_vfpv3_regs > 0 ? 16 - start : count;
336 if (num_vfpv3_regs > 0)
338 /* num_vfpv3_regs is needed below, so copy it. */
339 int tmp_count_2 = num_vfpv3_regs *
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-arm.c4070 int num_vfpv3_regs = 0; local
4088 num_vfpv3_regs = count;
4090 num_vfpv3_regs = start + count - 16;
4092 if (num_vfpv3_regs > 0)
4095 op = 0xc800 | (start_offset << 4) | (num_vfpv3_regs - 1);
4100 num_regs_below_16 = num_vfpv3_regs > 0 ? 16 - (int) start : count;
4101 gas_assert (num_regs_below_16 + num_vfpv3_regs == count);

Completed in 120 milliseconds