HomeSort by: relevance | last modified time | path
    Searched defs:num_vfpv3_regs (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/arm/
unwind-arm.c 286 int num_vfpv3_regs = 0; local
299 num_vfpv3_regs = count;
301 num_vfpv3_regs = start + count - 16;
303 if (num_vfpv3_regs && representation != _UVRSD_DOUBLE)
325 if (num_vfpv3_regs > 0
345 if (num_vfpv3_regs)
350 tmp_count = num_vfpv3_regs > 0 ? 16 - start : count;
365 if (num_vfpv3_regs > 0)
367 /* num_vfpv3_regs is needed below, so copy it. */
368 int tmp_count_2 = num_vfpv3_regs * 2
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
unwind-arm.c 258 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 * 2
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 4414 int num_vfpv3_regs = 0; local
4434 num_vfpv3_regs = count;
4436 num_vfpv3_regs = start + count - 16;
4438 if (num_vfpv3_regs > 0)
4441 op = 0xc800 | (start_offset << 4) | (num_vfpv3_regs - 1);
4446 num_regs_below_16 = num_vfpv3_regs > 0 ? 16 - (int) start : count;
4447 gas_assert (num_regs_below_16 + num_vfpv3_regs == count);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 4413 int num_vfpv3_regs = 0; local
4433 num_vfpv3_regs = count;
4435 num_vfpv3_regs = start + count - 16;
4437 if (num_vfpv3_regs > 0)
4440 op = 0xc800 | (start_offset << 4) | (num_vfpv3_regs - 1);
4445 num_regs_below_16 = num_vfpv3_regs > 0 ? 16 - (int) start : count;
4446 gas_assert (num_regs_below_16 + num_vfpv3_regs == count);

Completed in 64 milliseconds