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

/haiku-buildtools/binutils/gas/testsuite/gas/cris/
H A Dbranch.s26 bext start ; leftover, used to be never-implemented "bir"
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/cris/
H A Dbranch.s26 bext start ; leftover, used to be never-implemented "bir"
/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dwindow.c182 leftover amount of change. Change the width of each window to be
252 /* Give the leftover space (if any) to the last window. */
519 int numwins, avail, per_win_height, leftover; local
539 leftover = avail - (per_win_height * numwins);
553 last_adjusted->height += leftover;
/haiku-buildtools/legacy/gcc/gcc/config/m32r/
H A Dm32r.c2347 int leftover;
2370 leftover = bytes % MAX_MOVE_BYTES;
2371 bytes -= leftover;
2415 if (leftover)
2416 emit_insn (gen_movstrsi_internal (dst_reg, src_reg, GEN_INT (leftover)));
2329 int leftover; local
/haiku-buildtools/gcc/gcc/config/m32r/
H A Dm32r.c2562 int leftover;
2585 leftover = bytes % MAX_MOVE_BYTES;
2586 bytes -= leftover;
2635 if (leftover)
2636 emit_insn (gen_movmemsi_internal (dst_reg, src_reg, GEN_INT (leftover),
2539 int leftover; local
/haiku-buildtools/gcc/gcc/config/microblaze/
H A Dmicroblaze.c1181 HOST_WIDE_INT leftover; local
1183 leftover = length % MAX_MOVE_BYTES;
1184 length -= leftover;
1211 if (leftover)
1212 microblaze_block_move_straight (dest, src, leftover);
/haiku-buildtools/legacy/gcc/gcc/config/mips/
H A Dmips.c3041 int leftover;
3046 leftover = bytes % MAX_MOVE_BYTES;
3047 bytes -= leftover;
3094 if (leftover)
3095 emit_insn (gen_movstrsi_internal (dest_mem, src_mem, GEN_INT (leftover),
3187 int leftover = bytes % MAX_MOVE_BYTES;
3189 bytes -= leftover;
3218 if (leftover)
3223 GEN_INT (leftover),
3030 int leftover; local
3174 int leftover = bytes % MAX_MOVE_BYTES; local
/haiku-buildtools/gcc/gcc/config/tilegx/
H A Dtilegx.c1722 unsigned HOST_WIDE_INT leftover;
1730 leftover = val - ((val >> shift) << shift);
1731 if (leftover == 0)
1738 else if (leftover <= 32767)
1740 /* Left shift into position then add in the leftover. */
1745 gen_rtx_PLUS (DImode, temp2, GEN_INT (leftover)));
1718 unsigned HOST_WIDE_INT leftover; local
/haiku-buildtools/legacy/gcc/gcc/config/alpha/
H A Dalpha.c3522 HOST_WIDE_INT leftover = frame_size + 4096 - blocks * 8192;
3534 if (leftover > 4096 && sa_size == 0)
3536 rtx last = gen_rtx_MEM (DImode, plus_constant (ptr, -leftover));
3564 GEN_INT (-leftover)));
3509 HOST_WIDE_INT leftover = frame_size + 4096 - blocks * 8192; local
/haiku-buildtools/gcc/libgcc/config/arm/
H A Dieee754-sf.S117 @ Keep leftover bits into r1.
H A Dieee754-df.S156 @ Shift yh-yl right per r5, add to xh-xl, keep leftover bits into ip.
/haiku-buildtools/gcc/gcc/config/alpha/
H A Dalpha.c7869 HOST_WIDE_INT leftover = probed_size + 4096 - blocks * 8192;
7881 if ((leftover > 4096 && sa_size == 0) || flag_stack_check)
7884 plus_constant (Pmode, ptr, -leftover));
7906 GEN_INT (-leftover)));
7852 HOST_WIDE_INT leftover = probed_size + 4096 - blocks * 8192; local
/haiku-buildtools/gcc/gcc/config/arm/
H A Darm.c14681 HOST_WIDE_INT leftover;
14683 leftover = length % bytes_per_iter;
14684 length -= leftover;
14712 if (leftover)
14713 arm_block_move_unaligned_straight (dest, src, leftover, interleave_factor);
28977 const int leftover[8] = {0, 1, 1, 2, 1, 2, 2, 3};
28987 num += (length >> 3) + leftover[length & 7];
28992 num += (length >> 2) + leftover[length & 3];
29022 leftover can only be stored by mis-aligned store instruction. */
29095 /* If there are not less than nelt_v8 bytes leftover, w
14667 HOST_WIDE_INT leftover; local
28949 const int leftover[8] = {0, 1, 1, 2, 1, 2, 2, 3}; local
[all...]
/haiku-buildtools/gcc/gcc/config/mips/
H A Dmips.c7640 HOST_WIDE_INT leftover;
7642 leftover = length % bytes_per_iter;
7643 length -= leftover;
7673 if (leftover)
7674 mips_block_move_straight (dest, src, leftover);
7604 HOST_WIDE_INT leftover; local

Completed in 411 milliseconds