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

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dunwind-arm.c258 int num_vfpv3_regs = 0; local
271 num_vfpv3_regs = count;
273 num_vfpv3_regs = start + count - 16;
275 if (num_vfpv3_regs && representation != _UVRSD_DOUBLE)
297 if (num_vfpv3_regs > 0
317 if (num_vfpv3_regs)
322 tmp_count = num_vfpv3_regs > 0 ? 16 - start : count;
337 if (num_vfpv3_regs > 0)
339 /* num_vfpv3_regs is needed below, so copy it. */
340 int tmp_count_2 = num_vfpv3_regs *
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dunwind-arm.c258 int num_vfpv3_regs = 0; local
271 num_vfpv3_regs = count;
273 num_vfpv3_regs = start + count - 16;
275 if (num_vfpv3_regs && representation != _UVRSD_DOUBLE)
297 if (num_vfpv3_regs > 0
317 if (num_vfpv3_regs)
322 tmp_count = num_vfpv3_regs > 0 ? 16 - start : count;
337 if (num_vfpv3_regs > 0)
339 /* num_vfpv3_regs is needed below, so copy it. */
340 int tmp_count_2 = num_vfpv3_regs *
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c4436 int num_vfpv3_regs = 0; local
4456 num_vfpv3_regs = count;
4458 num_vfpv3_regs = start + count - 16;
4460 if (num_vfpv3_regs > 0)
4463 op = 0xc800 | (start_offset << 4) | (num_vfpv3_regs - 1);
4468 num_regs_below_16 = num_vfpv3_regs > 0 ? 16 - (int) start : count;
4469 gas_assert (num_regs_below_16 + num_vfpv3_regs == count);
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c4435 int num_vfpv3_regs = 0; local
4455 num_vfpv3_regs = count;
4457 num_vfpv3_regs = start + count - 16;
4459 if (num_vfpv3_regs > 0)
4462 op = 0xc800 | (start_offset << 4) | (num_vfpv3_regs - 1);
4467 num_regs_below_16 = num_vfpv3_regs > 0 ? 16 - (int) start : count;
4468 gas_assert (num_regs_below_16 + num_vfpv3_regs == count);
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c4436 int num_vfpv3_regs = 0; local
4456 num_vfpv3_regs = count;
4458 num_vfpv3_regs = start + count - 16;
4460 if (num_vfpv3_regs > 0)
4463 op = 0xc800 | (start_offset << 4) | (num_vfpv3_regs - 1);
4468 num_regs_below_16 = num_vfpv3_regs > 0 ? 16 - (int) start : count;
4469 gas_assert (num_regs_below_16 + num_vfpv3_regs == count);

Completed in 522 milliseconds