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

/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c3312 int num_vfpv3_regs = 0;
3330 num_vfpv3_regs = count;
3332 num_vfpv3_regs = start + count - 16;
3334 if (num_vfpv3_regs > 0)
3337 op = 0xc800 | (start_offset << 4) | (num_vfpv3_regs - 1);
3342 num_regs_below_16 = num_vfpv3_regs > 0 ? 16 - (int) start : count;
3343 assert (num_regs_below_16 + num_vfpv3_regs == count);
3310 int num_vfpv3_regs = 0; local

Completed in 133 milliseconds