Home
last modified time | relevance | path

Searched refs:src_bb (Results 1 – 25 of 57) sorted by relevance

123

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dmode-switching.c223 basic_block src_bb = eg->src; in create_pre_exit() local
325 if (return_copy == BB_HEAD (src_bb)) in create_pre_exit()
362 if (last_insn != BB_HEAD (src_bb)) in create_pre_exit()
363 src_bb = split_block (src_bb, in create_pre_exit()
585 basic_block src_bb; in optimize_mode_switching() local
597 src_bb = eg->src; in optimize_mode_switching()
600 src_bb->il.rtl->global_live_at_end); in optimize_mode_switching()
616 if (JUMP_P (BB_END (src_bb))) in optimize_mode_switching()
617 emit_insn_before (mode_set, BB_END (src_bb)); in optimize_mode_switching()
635 bb_info[j][src_bb->index].computing = mode; in optimize_mode_switching()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/gfx/common/
H A Ddxgi_common.c139 src_type, src_rb, src_gb, src_bb, src_ab, src_rs, src_gs, src_bs, src_as, dst_type, dst_rb, \ argument
146 ((src_bs == dst_bs && src_bb == dst_bb) || !dst_bb) && \
188 if (src_bb) \
190 b = (src_val >> src_bs) & ((1 << src_bb) - 1); \
191 b = (src_bb < dst_bb) \
192 ? (b << (dst_bb - src_bb)) | \
193 (b >> ((2 * src_bb > dst_bb) ? 2 * src_bb - dst_bb : 0)) \
194 : b >> (src_bb - dst_bb); \
205 ((src_bb ? b : 0) << dst_bs) | \
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dmode-switching.c217 basic_block src_bb = eg->src; in create_pre_exit() local
225 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
391 if (return_copy == BB_HEAD (src_bb)) in create_pre_exit()
428 if (last_insn != BB_HEAD (src_bb)) in create_pre_exit()
429 src_bb = split_block (src_bb, in create_pre_exit()
434 pre_exit = split_block (src_bb, before_return_copy)->src; in create_pre_exit()
657 basic_block src_bb; in optimize_mode_switching() local
669 src_bb = eg->src; in optimize_mode_switching()
671 REG_SET_TO_HARD_REG_SET (live_at_edge, df_get_live_out (src_bb)); in optimize_mode_switching()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dmode-switching.c217 basic_block src_bb = eg->src; in create_pre_exit() local
225 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
391 if (return_copy == BB_HEAD (src_bb)) in create_pre_exit()
428 if (last_insn != BB_HEAD (src_bb)) in create_pre_exit()
429 src_bb = split_block (src_bb, in create_pre_exit()
434 pre_exit = split_block (src_bb, before_return_copy)->src; in create_pre_exit()
654 basic_block src_bb; in optimize_mode_switching() local
666 src_bb = eg->src; in optimize_mode_switching()
668 REG_SET_TO_HARD_REG_SET (live_at_edge, df_get_live_out (src_bb)); in optimize_mode_switching()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dmode-switching.c217 basic_block src_bb = eg->src; in create_pre_exit() local
225 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
395 if (return_copy == BB_HEAD (src_bb)) in create_pre_exit()
432 src_bb = split_block (src_bb, in create_pre_exit()
437 pre_exit = split_block (src_bb, before_return_copy)->src; in create_pre_exit()
661 basic_block src_bb; in optimize_mode_switching() local
673 src_bb = eg->src; in optimize_mode_switching()
675 REG_SET_TO_HARD_REG_SET (live_at_edge, df_get_live_out (src_bb)); in optimize_mode_switching()
/dports/graphics/mypaint/mypaint-2.0.1/tests/
H A Dfill.py239 src_bb = exact_bbox(src)
249 src_bb.contains(f1_bb),
256 src_bb.expand(-2)
258 f1_bb.contains(src_bb),
264 (x, y) = self.center(src_bb)
277 src_bb = src.get_bbox()
285 self.fill(src, f1, bbox=src_bb)
288 f1_exact, src_bb,
292 self.fill(src, f2, bbox=src_bb, gc=options)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dmode-switching.c120 basic_block src_bb = eg->src; in commit_mode_sets() local
121 int cur_mode = info[src_bb->index].mode_out; in commit_mode_sets()
124 REG_SET_TO_HARD_REG_SET (live_at_edge, df_get_live_out (src_bb)); in commit_mode_sets()
244 basic_block src_bb = eg->src; in create_pre_exit() local
253 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
425 if (return_copy == BB_HEAD (src_bb)) in create_pre_exit()
461 src_bb = split_block (src_bb, in create_pre_exit()
466 pre_exit = split_block (src_bb, before_return_copy)->src; in create_pre_exit()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dmode-switching.c120 basic_block src_bb = eg->src; in commit_mode_sets() local
121 int cur_mode = info[src_bb->index].mode_out; in commit_mode_sets()
124 REG_SET_TO_HARD_REG_SET (live_at_edge, df_get_live_out (src_bb)); in commit_mode_sets()
244 basic_block src_bb = eg->src; in create_pre_exit() local
267 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
439 if (return_copy == BB_HEAD (src_bb)) in create_pre_exit()
475 src_bb = split_block (src_bb, in create_pre_exit()
480 pre_exit = split_block (src_bb, before_return_copy)->src; in create_pre_exit()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dmode-switching.c120 basic_block src_bb = eg->src; in commit_mode_sets() local
121 int cur_mode = info[src_bb->index].mode_out; in commit_mode_sets()
124 REG_SET_TO_HARD_REG_SET (live_at_edge, df_get_live_out (src_bb)); in commit_mode_sets()
244 basic_block src_bb = eg->src; in create_pre_exit() local
267 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
439 if (return_copy == BB_HEAD (src_bb)) in create_pre_exit()
475 src_bb = split_block (src_bb, in create_pre_exit()
480 pre_exit = split_block (src_bb, before_return_copy)->src; in create_pre_exit()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dmode-switching.c120 basic_block src_bb = eg->src; in commit_mode_sets() local
121 int cur_mode = info[src_bb->index].mode_out; in commit_mode_sets()
124 REG_SET_TO_HARD_REG_SET (live_at_edge, df_get_live_out (src_bb)); in commit_mode_sets()
244 basic_block src_bb = eg->src; in create_pre_exit() local
267 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
439 if (return_copy == BB_HEAD (src_bb)) in create_pre_exit()
475 src_bb = split_block (src_bb, in create_pre_exit()
480 pre_exit = split_block (src_bb, before_return_copy)->src; in create_pre_exit()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dmode-switching.c120 basic_block src_bb = eg->src; in commit_mode_sets() local
121 int cur_mode = info[src_bb->index].mode_out; in commit_mode_sets()
124 REG_SET_TO_HARD_REG_SET (live_at_edge, df_get_live_out (src_bb)); in commit_mode_sets()
244 basic_block src_bb = eg->src; in create_pre_exit() local
253 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
425 if (return_copy == BB_HEAD (src_bb)) in create_pre_exit()
461 src_bb = split_block (src_bb, in create_pre_exit()
466 pre_exit = split_block (src_bb, before_return_copy)->src; in create_pre_exit()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dmode-switching.c119 basic_block src_bb = eg->src; in commit_mode_sets() local
120 int cur_mode = info[src_bb->index].mode_out; in commit_mode_sets()
123 REG_SET_TO_HARD_REG_SET (live_at_edge, df_get_live_out (src_bb)); in commit_mode_sets()
243 basic_block src_bb = eg->src; in create_pre_exit() local
252 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
424 if (return_copy == BB_HEAD (src_bb)) in create_pre_exit()
461 src_bb = split_block (src_bb, in create_pre_exit()
466 pre_exit = split_block (src_bb, before_return_copy)->src; in create_pre_exit()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dmode-switching.c120 basic_block src_bb = eg->src; in commit_mode_sets() local
121 int cur_mode = info[src_bb->index].mode_out; in commit_mode_sets()
124 REG_SET_TO_HARD_REG_SET (live_at_edge, df_get_live_out (src_bb)); in commit_mode_sets()
244 basic_block src_bb = eg->src; in create_pre_exit() local
267 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
439 if (return_copy == BB_HEAD (src_bb)) in create_pre_exit()
475 src_bb = split_block (src_bb, in create_pre_exit()
480 pre_exit = split_block (src_bb, before_return_copy)->src; in create_pre_exit()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dmode-switching.c120 basic_block src_bb = eg->src; in commit_mode_sets() local
121 int cur_mode = info[src_bb->index].mode_out; in commit_mode_sets()
124 REG_SET_TO_HARD_REG_SET (live_at_edge, df_get_live_out (src_bb)); in commit_mode_sets()
244 basic_block src_bb = eg->src; in create_pre_exit() local
267 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
439 if (return_copy == BB_HEAD (src_bb)) in create_pre_exit()
475 src_bb = split_block (src_bb, in create_pre_exit()
480 pre_exit = split_block (src_bb, before_return_copy)->src; in create_pre_exit()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dmode-switching.c120 basic_block src_bb = eg->src; in commit_mode_sets() local
121 int cur_mode = info[src_bb->index].mode_out; in commit_mode_sets()
124 REG_SET_TO_HARD_REG_SET (live_at_edge, df_get_live_out (src_bb)); in commit_mode_sets()
244 basic_block src_bb = eg->src; in create_pre_exit() local
253 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
425 if (return_copy == BB_HEAD (src_bb)) in create_pre_exit()
461 src_bb = split_block (src_bb, in create_pre_exit()
466 pre_exit = split_block (src_bb, before_return_copy)->src; in create_pre_exit()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dmode-switching.c120 basic_block src_bb = eg->src; in commit_mode_sets() local
121 int cur_mode = info[src_bb->index].mode_out; in commit_mode_sets()
124 REG_SET_TO_HARD_REG_SET (live_at_edge, df_get_live_out (src_bb)); in commit_mode_sets()
244 basic_block src_bb = eg->src; in create_pre_exit() local
267 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
439 if (return_copy == BB_HEAD (src_bb)) in create_pre_exit()
475 src_bb = split_block (src_bb, in create_pre_exit()
480 pre_exit = split_block (src_bb, before_return_copy)->src; in create_pre_exit()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dmode-switching.c120 basic_block src_bb = eg->src; in commit_mode_sets() local
121 int cur_mode = info[src_bb->index].mode_out; in commit_mode_sets()
124 REG_SET_TO_HARD_REG_SET (live_at_edge, df_get_live_out (src_bb)); in commit_mode_sets()
244 basic_block src_bb = eg->src; in create_pre_exit() local
253 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
425 if (return_copy == BB_HEAD (src_bb)) in create_pre_exit()
461 src_bb = split_block (src_bb, in create_pre_exit()
466 pre_exit = split_block (src_bb, before_return_copy)->src; in create_pre_exit()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dmode-switching.c120 basic_block src_bb = eg->src; in commit_mode_sets() local
121 int cur_mode = info[src_bb->index].mode_out; in commit_mode_sets()
124 REG_SET_TO_HARD_REG_SET (live_at_edge, df_get_live_out (src_bb)); in commit_mode_sets()
244 basic_block src_bb = eg->src; in create_pre_exit() local
253 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
425 if (return_copy == BB_HEAD (src_bb)) in create_pre_exit()
461 src_bb = split_block (src_bb, in create_pre_exit()
466 pre_exit = split_block (src_bb, before_return_copy)->src; in create_pre_exit()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dmode-switching.c120 basic_block src_bb = eg->src; in commit_mode_sets() local
121 int cur_mode = info[src_bb->index].mode_out; in commit_mode_sets()
124 REG_SET_TO_HARD_REG_SET (live_at_edge, df_get_live_out (src_bb)); in commit_mode_sets()
244 basic_block src_bb = eg->src; in create_pre_exit() local
267 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
439 if (return_copy == BB_HEAD (src_bb)) in create_pre_exit()
475 src_bb = split_block (src_bb, in create_pre_exit()
480 pre_exit = split_block (src_bb, before_return_copy)->src; in create_pre_exit()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dmode-switching.c120 basic_block src_bb = eg->src; in commit_mode_sets() local
121 int cur_mode = info[src_bb->index].mode_out; in commit_mode_sets()
124 REG_SET_TO_HARD_REG_SET (live_at_edge, df_get_live_out (src_bb)); in commit_mode_sets()
244 basic_block src_bb = eg->src; in create_pre_exit() local
267 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
439 if (return_copy == BB_HEAD (src_bb)) in create_pre_exit()
475 src_bb = split_block (src_bb, in create_pre_exit()
480 pre_exit = split_block (src_bb, before_return_copy)->src; in create_pre_exit()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dmode-switching.c120 basic_block src_bb = eg->src; in commit_mode_sets() local
121 int cur_mode = info[src_bb->index].mode_out; in commit_mode_sets()
124 REG_SET_TO_HARD_REG_SET (live_at_edge, df_get_live_out (src_bb)); in commit_mode_sets()
244 basic_block src_bb = eg->src; in create_pre_exit() local
267 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
439 if (return_copy == BB_HEAD (src_bb)) in create_pre_exit()
475 src_bb = split_block (src_bb, in create_pre_exit()
480 pre_exit = split_block (src_bb, before_return_copy)->src; in create_pre_exit()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dmode-switching.c120 basic_block src_bb = eg->src; in commit_mode_sets() local
121 int cur_mode = info[src_bb->index].mode_out; in commit_mode_sets()
124 REG_SET_TO_HARD_REG_SET (live_at_edge, df_get_live_out (src_bb)); in commit_mode_sets()
244 basic_block src_bb = eg->src; in create_pre_exit() local
267 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
439 if (return_copy == BB_HEAD (src_bb)) in create_pre_exit()
475 src_bb = split_block (src_bb, in create_pre_exit()
480 pre_exit = split_block (src_bb, before_return_copy)->src; in create_pre_exit()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dmode-switching.c120 basic_block src_bb = eg->src; in commit_mode_sets() local
121 int cur_mode = info[src_bb->index].mode_out; in commit_mode_sets()
124 REG_SET_TO_HARD_REG_SET (live_at_edge, df_get_live_out (src_bb)); in commit_mode_sets()
244 basic_block src_bb = eg->src; in create_pre_exit() local
253 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
425 if (return_copy == BB_HEAD (src_bb)) in create_pre_exit()
461 src_bb = split_block (src_bb, in create_pre_exit()
466 pre_exit = split_block (src_bb, before_return_copy)->src; in create_pre_exit()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dmode-switching.c119 basic_block src_bb = eg->src; in commit_mode_sets() local
120 int cur_mode = info[src_bb->index].mode_out; in commit_mode_sets()
123 REG_SET_TO_HARD_REG_SET (live_at_edge, df_get_live_out (src_bb)); in commit_mode_sets()
243 basic_block src_bb = eg->src; in create_pre_exit() local
252 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
424 if (return_copy == BB_HEAD (src_bb)) in create_pre_exit()
461 src_bb = split_block (src_bb, in create_pre_exit()
466 pre_exit = split_block (src_bb, before_return_copy)->src; in create_pre_exit()
/dports/graphics/jogamp-jogl/jogl/src/nativewindow/classes/com/jogamp/nativewindow/util/
H A DPixelFormatUtil.java416 …final ByteBuffer src_bb, final PixelFormat src_fmt, final boolean src_glOriented, int src_lineStri… in convert() argument
457 dst_bb.put(dst_off+0, src_bb.get(src_off+0)); // 1 in convert()
459 dst_bb.put(dst_off+1, src_bb.get(src_off+1)); // 2 in convert()
461 dst_bb.put(dst_off+2, src_bb.get(src_off+2)); // 3 in convert()
463 dst_bb.put(dst_off+3, src_bb.get(src_off+3)); // 4 in convert()
475 final Bitstream.ByteBufferStream srcBBS = new Bitstream.ByteBufferStream(src_bb); in convert()

123