Home
last modified time | relevance | path

Searched refs:next_insn (Results 1 – 25 of 810) sorted by relevance

12345678910>>...33

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dgraph.c287 rtx next_insn; in print_rtl_graph_with_bb() local
331 next_insn != block_head, in print_rtl_graph_with_bb()
340 next_insn != 0, in print_rtl_graph_with_bb()
343 if (next_insn == 0) in print_rtl_graph_with_bb()
352 if (next_insn == 0 in print_rtl_graph_with_bb()
353 || !BARRIER_P (next_insn)) in print_rtl_graph_with_bb()
355 next_insn ? INSN_UID (next_insn) : 999999, 0, 0); in print_rtl_graph_with_bb()
362 next_insn = NEXT_INSN (next_insn); in print_rtl_graph_with_bb()
363 while (next_insn in print_rtl_graph_with_bb()
364 && (NOTE_P (next_insn) in print_rtl_graph_with_bb()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgraph.c286 rtx next_insn; in print_rtl_graph_with_bb() local
329 next_insn != block_head, in print_rtl_graph_with_bb()
332 if (block_head == next_insn) in print_rtl_graph_with_bb()
338 next_insn != 0, in print_rtl_graph_with_bb()
341 if (next_insn == 0) in print_rtl_graph_with_bb()
350 if (next_insn == 0 in print_rtl_graph_with_bb()
353 next_insn ? INSN_UID (next_insn) : 999999, 0, 0); in print_rtl_graph_with_bb()
360 next_insn = NEXT_INSN (next_insn); in print_rtl_graph_with_bb()
361 while (next_insn in print_rtl_graph_with_bb()
362 && (GET_CODE (next_insn) == NOTE in print_rtl_graph_with_bb()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgraph.c286 rtx next_insn; in print_rtl_graph_with_bb() local
329 next_insn != block_head, in print_rtl_graph_with_bb()
332 if (block_head == next_insn) in print_rtl_graph_with_bb()
338 next_insn != 0, in print_rtl_graph_with_bb()
341 if (next_insn == 0) in print_rtl_graph_with_bb()
350 if (next_insn == 0 in print_rtl_graph_with_bb()
353 next_insn ? INSN_UID (next_insn) : 999999, 0, 0); in print_rtl_graph_with_bb()
360 next_insn = NEXT_INSN (next_insn); in print_rtl_graph_with_bb()
361 while (next_insn in print_rtl_graph_with_bb()
362 && (GET_CODE (next_insn) == NOTE in print_rtl_graph_with_bb()
[all …]
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.base/
H A Dbreakpoint-in-ro-region.exp217 set next_insn [get_next_insn]
225 -re "Cannot set software breakpoint at read-only address $next_insn.*$gdb_prompt $" {
245 gdb_test "p /x \$pc" " = $next_insn" "thread advanced"
/dports/lang/clover/mesa-21.3.6/src/intel/compiler/
H A Dbrw_eu_emit.c693 #define next_insn brw_next_insn macro
732 brw_inst *insn = next_insn(p, opcode); in brw_alu1()
746 brw_inst *insn = next_insn(p, opcode); in brw_alu2()
809 brw_inst *inst = next_insn(p, opcode); in brw_alu3()
1424 insn = next_insn(p, BRW_OPCODE_IF); in brw_IF()
1473 insn = next_insn(p, BRW_OPCODE_IF); in gfx6_IF()
1627 insn = next_insn(p, BRW_OPCODE_ELSE); in brw_ELSE()
1798 insn = next_insn(p, BRW_OPCODE_HALT); in brw_HALT()
1928 insn = next_insn(p, BRW_OPCODE_ADD); in brw_WHILE()
1936 insn = next_insn(p, BRW_OPCODE_WHILE); in brw_WHILE()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/intel/compiler/
H A Dbrw_eu_emit.c693 #define next_insn brw_next_insn macro
732 brw_inst *insn = next_insn(p, opcode); in brw_alu1()
746 brw_inst *insn = next_insn(p, opcode); in brw_alu2()
809 brw_inst *inst = next_insn(p, opcode); in brw_alu3()
1424 insn = next_insn(p, BRW_OPCODE_IF); in brw_IF()
1473 insn = next_insn(p, BRW_OPCODE_IF); in gfx6_IF()
1627 insn = next_insn(p, BRW_OPCODE_ELSE); in brw_ELSE()
1798 insn = next_insn(p, BRW_OPCODE_HALT); in brw_HALT()
1928 insn = next_insn(p, BRW_OPCODE_ADD); in brw_WHILE()
1936 insn = next_insn(p, BRW_OPCODE_WHILE); in brw_WHILE()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/intel/compiler/
H A Dbrw_eu_emit.c693 #define next_insn brw_next_insn macro
732 brw_inst *insn = next_insn(p, opcode); in brw_alu1()
746 brw_inst *insn = next_insn(p, opcode); in brw_alu2()
809 brw_inst *inst = next_insn(p, opcode); in brw_alu3()
1424 insn = next_insn(p, BRW_OPCODE_IF); in brw_IF()
1473 insn = next_insn(p, BRW_OPCODE_IF); in gfx6_IF()
1627 insn = next_insn(p, BRW_OPCODE_ELSE); in brw_ELSE()
1798 insn = next_insn(p, BRW_OPCODE_HALT); in brw_HALT()
1928 insn = next_insn(p, BRW_OPCODE_ADD); in brw_WHILE()
1936 insn = next_insn(p, BRW_OPCODE_WHILE); in brw_WHILE()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/intel/compiler/
H A Dbrw_eu_emit.c693 #define next_insn brw_next_insn macro
732 brw_inst *insn = next_insn(p, opcode); in brw_alu1()
746 brw_inst *insn = next_insn(p, opcode); in brw_alu2()
809 brw_inst *inst = next_insn(p, opcode); in brw_alu3()
1424 insn = next_insn(p, BRW_OPCODE_IF); in brw_IF()
1473 insn = next_insn(p, BRW_OPCODE_IF); in gfx6_IF()
1627 insn = next_insn(p, BRW_OPCODE_ELSE); in brw_ELSE()
1798 insn = next_insn(p, BRW_OPCODE_HALT); in brw_HALT()
1928 insn = next_insn(p, BRW_OPCODE_ADD); in brw_WHILE()
1936 insn = next_insn(p, BRW_OPCODE_WHILE); in brw_WHILE()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/intel/compiler/
H A Dbrw_eu_emit.c693 #define next_insn brw_next_insn macro
732 brw_inst *insn = next_insn(p, opcode); in brw_alu1()
746 brw_inst *insn = next_insn(p, opcode); in brw_alu2()
809 brw_inst *inst = next_insn(p, opcode); in brw_alu3()
1424 insn = next_insn(p, BRW_OPCODE_IF); in brw_IF()
1473 insn = next_insn(p, BRW_OPCODE_IF); in gfx6_IF()
1627 insn = next_insn(p, BRW_OPCODE_ELSE); in brw_ELSE()
1798 insn = next_insn(p, BRW_OPCODE_HALT); in brw_HALT()
1928 insn = next_insn(p, BRW_OPCODE_ADD); in brw_WHILE()
1936 insn = next_insn(p, BRW_OPCODE_WHILE); in brw_WHILE()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/intel/compiler/
H A Dbrw_eu_emit.c693 #define next_insn brw_next_insn macro
732 brw_inst *insn = next_insn(p, opcode); in brw_alu1()
746 brw_inst *insn = next_insn(p, opcode); in brw_alu2()
809 brw_inst *inst = next_insn(p, opcode); in brw_alu3()
1424 insn = next_insn(p, BRW_OPCODE_IF); in brw_IF()
1473 insn = next_insn(p, BRW_OPCODE_IF); in gfx6_IF()
1627 insn = next_insn(p, BRW_OPCODE_ELSE); in brw_ELSE()
1798 insn = next_insn(p, BRW_OPCODE_HALT); in brw_HALT()
1928 insn = next_insn(p, BRW_OPCODE_ADD); in brw_WHILE()
1936 insn = next_insn(p, BRW_OPCODE_WHILE); in brw_WHILE()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/intel/compiler/
H A Dbrw_eu_emit.c693 #define next_insn brw_next_insn macro
732 brw_inst *insn = next_insn(p, opcode); in brw_alu1()
746 brw_inst *insn = next_insn(p, opcode); in brw_alu2()
809 brw_inst *inst = next_insn(p, opcode); in brw_alu3()
1424 insn = next_insn(p, BRW_OPCODE_IF); in brw_IF()
1473 insn = next_insn(p, BRW_OPCODE_IF); in gfx6_IF()
1627 insn = next_insn(p, BRW_OPCODE_ELSE); in brw_ELSE()
1798 insn = next_insn(p, BRW_OPCODE_HALT); in brw_HALT()
1928 insn = next_insn(p, BRW_OPCODE_ADD); in brw_WHILE()
1936 insn = next_insn(p, BRW_OPCODE_WHILE); in brw_WHILE()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/intel/compiler/
H A Dbrw_eu_emit.c693 #define next_insn brw_next_insn macro
732 brw_inst *insn = next_insn(p, opcode); in brw_alu1()
746 brw_inst *insn = next_insn(p, opcode); in brw_alu2()
809 brw_inst *inst = next_insn(p, opcode); in brw_alu3()
1424 insn = next_insn(p, BRW_OPCODE_IF); in brw_IF()
1473 insn = next_insn(p, BRW_OPCODE_IF); in gfx6_IF()
1627 insn = next_insn(p, BRW_OPCODE_ELSE); in brw_ELSE()
1798 insn = next_insn(p, BRW_OPCODE_HALT); in brw_HALT()
1928 insn = next_insn(p, BRW_OPCODE_ADD); in brw_WHILE()
1936 insn = next_insn(p, BRW_OPCODE_WHILE); in brw_WHILE()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/intel/compiler/
H A Dbrw_eu_emit.c693 #define next_insn brw_next_insn macro
732 brw_inst *insn = next_insn(p, opcode); in brw_alu1()
746 brw_inst *insn = next_insn(p, opcode); in brw_alu2()
809 brw_inst *inst = next_insn(p, opcode); in brw_alu3()
1426 insn = next_insn(p, BRW_OPCODE_IF); in brw_IF()
1475 insn = next_insn(p, BRW_OPCODE_IF); in gfx6_IF()
1629 insn = next_insn(p, BRW_OPCODE_ELSE); in brw_ELSE()
1800 insn = next_insn(p, BRW_OPCODE_HALT); in brw_HALT()
1930 insn = next_insn(p, BRW_OPCODE_ADD); in brw_WHILE()
1938 insn = next_insn(p, BRW_OPCODE_WHILE); in brw_WHILE()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/intel/compiler/
H A Dbrw_eu_emit.c693 #define next_insn brw_next_insn macro
732 brw_inst *insn = next_insn(p, opcode); in brw_alu1()
746 brw_inst *insn = next_insn(p, opcode); in brw_alu2()
809 brw_inst *inst = next_insn(p, opcode); in brw_alu3()
1424 insn = next_insn(p, BRW_OPCODE_IF); in brw_IF()
1473 insn = next_insn(p, BRW_OPCODE_IF); in gfx6_IF()
1627 insn = next_insn(p, BRW_OPCODE_ELSE); in brw_ELSE()
1798 insn = next_insn(p, BRW_OPCODE_HALT); in brw_HALT()
1928 insn = next_insn(p, BRW_OPCODE_ADD); in brw_WHILE()
1936 insn = next_insn(p, BRW_OPCODE_WHILE); in brw_WHILE()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/intel/compiler/
H A Dbrw_eu_emit.c643 #define next_insn brw_next_insn macro
671 brw_inst *insn = next_insn(p, opcode); in brw_alu1()
685 brw_inst *insn = next_insn(p, opcode); in brw_alu2()
748 brw_inst *inst = next_insn(p, opcode); in brw_alu3()
1361 insn = next_insn(p, BRW_OPCODE_IF); in brw_IF()
1410 insn = next_insn(p, BRW_OPCODE_IF); in gen6_IF()
1564 insn = next_insn(p, BRW_OPCODE_ELSE); in brw_ELSE()
1735 insn = next_insn(p, BRW_OPCODE_HALT); in brw_HALT()
1865 insn = next_insn(p, BRW_OPCODE_ADD); in brw_WHILE()
1873 insn = next_insn(p, BRW_OPCODE_WHILE); in brw_WHILE()
[all …]
/dports/devel/libunwind/libunwind-1.5.0/src/ia64/
H A DGscript.c519 struct ia64_script_insn *ip, *limit, next_insn; in run_script() local
529 next_insn = *ip; in run_script()
534 opc = next_insn.opc; in run_script()
535 dst = next_insn.dst; in run_script()
536 val = next_insn.val; in run_script()
537 next_insn = *ip; in run_script()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dsh64-tdep.c516 int next_insn = read_memory_integer (UNMAKE_ISA32_ADDR (here), in look_for_args_moves() local
519 if (IS_MEDIA_MOV_TO_R14 (next_insn)) in look_for_args_moves()
541 int next_insn = 0xffff & read_memory_integer (here, insn_size, in look_for_args_moves() local
544 if (IS_COMPACT_MOV_TO_R14 (next_insn)) in look_for_args_moves()
575 int next_insn = 0xffff & read_memory_integer (here, insn_size, in look_for_args_moves() local
578 if (IS_JSR_R0 (next_insn)) in look_for_args_moves()
580 next_insn = 0xffff & read_memory_integer (here, insn_size, in look_for_args_moves()
584 if (IS_NOP (next_insn)) in look_for_args_moves()
897 int next_insn = read_memory_integer (pc + insn_size, in sh64_analyze_prologue() local
899 if (IS_MOV_TO_R15 (next_insn)) in sh64_analyze_prologue()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dresource.c425 rtx_insn *next_insn; in find_dead_or_set_registers() local
429 for (insn = target; insn; insn = next_insn) in find_dead_or_set_registers()
433 next_insn = NEXT_INSN (insn); in find_dead_or_set_registers()
500 next_insn = NULL; in find_dead_or_set_registers()
502 next_insn = as_a <rtx_insn *> (lab_or_return); in find_dead_or_set_registers()
575 find_dead_or_set_registers (next_insn, in find_dead_or_set_registers()
992 stop_insn = next_insn (PREV_INSN (stop_insn)); in mark_target_live_regs()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dresource.c422 rtx_insn *next_insn; in find_dead_or_set_registers() local
426 for (insn = target; insn; insn = next_insn) in find_dead_or_set_registers()
430 next_insn = NEXT_INSN (insn); in find_dead_or_set_registers()
496 next_insn = NULL; in find_dead_or_set_registers()
498 next_insn = as_a <rtx_insn *> (lab_or_return); in find_dead_or_set_registers()
571 find_dead_or_set_registers (next_insn, in find_dead_or_set_registers()
982 stop_insn = next_insn (PREV_INSN (stop_insn)); in mark_target_live_regs()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dresource.c422 rtx_insn *next_insn; in find_dead_or_set_registers() local
426 for (insn = target; insn; insn = next_insn) in find_dead_or_set_registers()
430 next_insn = NEXT_INSN (insn); in find_dead_or_set_registers()
497 next_insn = NULL; in find_dead_or_set_registers()
499 next_insn = as_a <rtx_insn *> (lab_or_return); in find_dead_or_set_registers()
570 find_dead_or_set_registers (next_insn, in find_dead_or_set_registers()
973 stop_insn = next_insn (PREV_INSN (stop_insn)); in mark_target_live_regs()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dresource.c425 rtx_insn *next_insn; in find_dead_or_set_registers() local
429 for (insn = target; insn; insn = next_insn) in find_dead_or_set_registers()
433 next_insn = NEXT_INSN (insn); in find_dead_or_set_registers()
500 next_insn = NULL; in find_dead_or_set_registers()
502 next_insn = as_a <rtx_insn *> (lab_or_return); in find_dead_or_set_registers()
573 find_dead_or_set_registers (next_insn, in find_dead_or_set_registers()
987 stop_insn = next_insn (PREV_INSN (stop_insn)); in mark_target_live_regs()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dresource.c425 rtx_insn *next_insn; in find_dead_or_set_registers() local
429 for (insn = target; insn; insn = next_insn) in find_dead_or_set_registers()
433 next_insn = NEXT_INSN (insn); in find_dead_or_set_registers()
500 next_insn = NULL; in find_dead_or_set_registers()
502 next_insn = as_a <rtx_insn *> (lab_or_return); in find_dead_or_set_registers()
575 find_dead_or_set_registers (next_insn, in find_dead_or_set_registers()
988 stop_insn = next_insn (PREV_INSN (stop_insn)); in mark_target_live_regs()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dresource.c422 rtx_insn *next_insn; in find_dead_or_set_registers() local
426 for (insn = target; insn; insn = next_insn) in find_dead_or_set_registers()
430 next_insn = NEXT_INSN (insn); in find_dead_or_set_registers()
496 next_insn = NULL; in find_dead_or_set_registers()
498 next_insn = as_a <rtx_insn *> (lab_or_return); in find_dead_or_set_registers()
571 find_dead_or_set_registers (next_insn, in find_dead_or_set_registers()
982 stop_insn = next_insn (PREV_INSN (stop_insn)); in mark_target_live_regs()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dresource.c425 rtx_insn *next_insn; in find_dead_or_set_registers() local
429 for (insn = target; insn; insn = next_insn) in find_dead_or_set_registers()
433 next_insn = NEXT_INSN (insn); in find_dead_or_set_registers()
500 next_insn = NULL; in find_dead_or_set_registers()
502 next_insn = as_a <rtx_insn *> (lab_or_return); in find_dead_or_set_registers()
575 find_dead_or_set_registers (next_insn, in find_dead_or_set_registers()
992 stop_insn = next_insn (PREV_INSN (stop_insn)); in mark_target_live_regs()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dresource.c425 rtx_insn *next_insn; in find_dead_or_set_registers() local
429 for (insn = target; insn; insn = next_insn) in find_dead_or_set_registers()
433 next_insn = NEXT_INSN (insn); in find_dead_or_set_registers()
500 next_insn = NULL; in find_dead_or_set_registers()
502 next_insn = as_a <rtx_insn *> (lab_or_return); in find_dead_or_set_registers()
575 find_dead_or_set_registers (next_insn, in find_dead_or_set_registers()
992 stop_insn = next_insn (PREV_INSN (stop_insn)); in mark_target_live_regs()

12345678910>>...33