Home
last modified time | relevance | path

Searched refs:toyvmfn (Results 1 – 25 of 36) sorted by relevance

12

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc445 compilation_state (toyvm_function &toyvmfn) : in compilation_state() argument
446 toyvmfn (toyvmfn) in compilation_state()
470 toyvm_function &toyvmfn; member in compilation_state
597 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_locations()
599 toyvm_op *op = &toyvmfn.fn_ops[pc]; in create_locations()
601 op_locs[pc] = ctxt.new_location (toyvmfn.fn_filename, in create_locations()
634 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_function()
658 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_function()
663 gccjit::block next_block = (pc < toyvmfn.fn_num_ops in create_function()
668 op = &toyvmfn.fn_ops[pc]; in create_function()
/dports/lang/gcc9/gcc-9.4.0/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc445 compilation_state (toyvm_function &toyvmfn) : in compilation_state() argument
446 toyvmfn (toyvmfn) in compilation_state()
470 toyvm_function &toyvmfn; member in compilation_state
597 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_locations()
599 toyvm_op *op = &toyvmfn.fn_ops[pc]; in create_locations()
601 op_locs[pc] = ctxt.new_location (toyvmfn.fn_filename, in create_locations()
634 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_function()
658 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_function()
663 gccjit::block next_block = (pc < toyvmfn.fn_num_ops in create_function()
668 op = &toyvmfn.fn_ops[pc]; in create_function()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc445 compilation_state (toyvm_function &toyvmfn) : in compilation_state() argument
446 toyvmfn (toyvmfn) in compilation_state()
470 toyvm_function &toyvmfn; member in compilation_state
597 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_locations()
599 toyvm_op *op = &toyvmfn.fn_ops[pc]; in create_locations()
601 op_locs[pc] = ctxt.new_location (toyvmfn.fn_filename, in create_locations()
634 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_function()
658 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_function()
663 gccjit::block next_block = (pc < toyvmfn.fn_num_ops in create_function()
668 op = &toyvmfn.fn_ops[pc]; in create_function()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc445 compilation_state (toyvm_function &toyvmfn) : in compilation_state() argument
446 toyvmfn (toyvmfn) in compilation_state()
470 toyvm_function &toyvmfn; member in compilation_state
597 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_locations()
599 toyvm_op *op = &toyvmfn.fn_ops[pc]; in create_locations()
601 op_locs[pc] = ctxt.new_location (toyvmfn.fn_filename, in create_locations()
634 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_function()
658 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_function()
663 gccjit::block next_block = (pc < toyvmfn.fn_num_ops in create_function()
668 op = &toyvmfn.fn_ops[pc]; in create_function()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc445 compilation_state (toyvm_function &toyvmfn) : in compilation_state() argument
446 toyvmfn (toyvmfn) in compilation_state()
470 toyvm_function &toyvmfn; member in compilation_state
597 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_locations()
599 toyvm_op *op = &toyvmfn.fn_ops[pc]; in create_locations()
601 op_locs[pc] = ctxt.new_location (toyvmfn.fn_filename, in create_locations()
634 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_function()
658 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_function()
663 gccjit::block next_block = (pc < toyvmfn.fn_num_ops in create_function()
668 op = &toyvmfn.fn_ops[pc]; in create_function()
/dports/lang/gnat_util/gcc-6-20180516/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc445 compilation_state (toyvm_function &toyvmfn) : in compilation_state() argument
446 toyvmfn (toyvmfn) in compilation_state()
470 toyvm_function &toyvmfn; member in compilation_state
597 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_locations()
599 toyvm_op *op = &toyvmfn.fn_ops[pc]; in create_locations()
601 op_locs[pc] = ctxt.new_location (toyvmfn.fn_filename, in create_locations()
634 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_function()
658 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_function()
663 gccjit::block next_block = (pc < toyvmfn.fn_num_ops in create_function()
668 op = &toyvmfn.fn_ops[pc]; in create_function()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc445 compilation_state (toyvm_function &toyvmfn) : in compilation_state() argument
446 toyvmfn (toyvmfn) in compilation_state()
470 toyvm_function &toyvmfn; member in compilation_state
597 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_locations()
599 toyvm_op *op = &toyvmfn.fn_ops[pc]; in create_locations()
601 op_locs[pc] = ctxt.new_location (toyvmfn.fn_filename, in create_locations()
634 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_function()
658 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_function()
663 gccjit::block next_block = (pc < toyvmfn.fn_num_ops in create_function()
668 op = &toyvmfn.fn_ops[pc]; in create_function()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc445 compilation_state (toyvm_function &toyvmfn) : in compilation_state() argument
446 toyvmfn (toyvmfn) in compilation_state()
470 toyvm_function &toyvmfn; member in compilation_state
597 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_locations()
599 toyvm_op *op = &toyvmfn.fn_ops[pc]; in create_locations()
601 op_locs[pc] = ctxt.new_location (toyvmfn.fn_filename, in create_locations()
634 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_function()
658 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_function()
663 gccjit::block next_block = (pc < toyvmfn.fn_num_ops in create_function()
668 op = &toyvmfn.fn_ops[pc]; in create_function()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc445 compilation_state (toyvm_function &toyvmfn) : in compilation_state() argument
446 toyvmfn (toyvmfn) in compilation_state()
470 toyvm_function &toyvmfn; member in compilation_state
597 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_locations()
599 toyvm_op *op = &toyvmfn.fn_ops[pc]; in create_locations()
601 op_locs[pc] = ctxt.new_location (toyvmfn.fn_filename, in create_locations()
634 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_function()
658 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_function()
663 gccjit::block next_block = (pc < toyvmfn.fn_num_ops in create_function()
668 op = &toyvmfn.fn_ops[pc]; in create_function()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc445 compilation_state (toyvm_function &toyvmfn) : in compilation_state() argument
446 toyvmfn (toyvmfn) in compilation_state()
470 toyvm_function &toyvmfn; member in compilation_state
597 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_locations()
599 toyvm_op *op = &toyvmfn.fn_ops[pc]; in create_locations()
601 op_locs[pc] = ctxt.new_location (toyvmfn.fn_filename, in create_locations()
634 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_function()
658 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_function()
663 gccjit::block next_block = (pc < toyvmfn.fn_num_ops in create_function()
668 op = &toyvmfn.fn_ops[pc]; in create_function()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc445 compilation_state (toyvm_function &toyvmfn) : in compilation_state() argument
446 toyvmfn (toyvmfn) in compilation_state()
470 toyvm_function &toyvmfn; member in compilation_state
597 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_locations()
599 toyvm_op *op = &toyvmfn.fn_ops[pc]; in create_locations()
601 op_locs[pc] = ctxt.new_location (toyvmfn.fn_filename, in create_locations()
634 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_function()
658 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_function()
663 gccjit::block next_block = (pc < toyvmfn.fn_num_ops in create_function()
668 op = &toyvmfn.fn_ops[pc]; in create_function()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc445 compilation_state (toyvm_function &toyvmfn) : in compilation_state() argument
446 toyvmfn (toyvmfn) in compilation_state()
470 toyvm_function &toyvmfn; member in compilation_state
597 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_locations()
599 toyvm_op *op = &toyvmfn.fn_ops[pc]; in create_locations()
601 op_locs[pc] = ctxt.new_location (toyvmfn.fn_filename, in create_locations()
634 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_function()
658 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_function()
663 gccjit::block next_block = (pc < toyvmfn.fn_num_ops in create_function()
668 op = &toyvmfn.fn_ops[pc]; in create_function()
/dports/lang/gcc10/gcc-10.3.0/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc445 compilation_state (toyvm_function &toyvmfn) : in compilation_state() argument
446 toyvmfn (toyvmfn) in compilation_state()
470 toyvm_function &toyvmfn; member in compilation_state
597 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_locations()
599 toyvm_op *op = &toyvmfn.fn_ops[pc]; in create_locations()
601 op_locs[pc] = ctxt.new_location (toyvmfn.fn_filename, in create_locations()
634 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_function()
658 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_function()
663 gccjit::block next_block = (pc < toyvmfn.fn_num_ops in create_function()
668 op = &toyvmfn.fn_ops[pc]; in create_function()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc445 compilation_state (toyvm_function &toyvmfn) : in compilation_state() argument
446 toyvmfn (toyvmfn) in compilation_state()
470 toyvm_function &toyvmfn; member in compilation_state
597 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_locations()
599 toyvm_op *op = &toyvmfn.fn_ops[pc]; in create_locations()
601 op_locs[pc] = ctxt.new_location (toyvmfn.fn_filename, in create_locations()
634 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_function()
658 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_function()
663 gccjit::block next_block = (pc < toyvmfn.fn_num_ops in create_function()
668 op = &toyvmfn.fn_ops[pc]; in create_function()
/dports/lang/gcc8/gcc-8.5.0/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc445 compilation_state (toyvm_function &toyvmfn) : in compilation_state() argument
446 toyvmfn (toyvmfn) in compilation_state()
470 toyvm_function &toyvmfn; member in compilation_state
597 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_locations()
599 toyvm_op *op = &toyvmfn.fn_ops[pc]; in create_locations()
601 op_locs[pc] = ctxt.new_location (toyvmfn.fn_filename, in create_locations()
634 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_function()
658 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_function()
663 gccjit::block next_block = (pc < toyvmfn.fn_num_ops in create_function()
668 op = &toyvmfn.fn_ops[pc]; in create_function()
/dports/lang/gcc11/gcc-11.2.0/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc445 compilation_state (toyvm_function &toyvmfn) :
446 toyvmfn (toyvmfn)
470 toyvm_function &toyvmfn;
597 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++)
599 toyvm_op *op = &toyvmfn.fn_ops[pc];
601 op_locs[pc] = ctxt.new_location (toyvmfn.fn_filename,
634 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++)
658 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++)
663 gccjit::block next_block = (pc < toyvmfn.fn_num_ops
668 op = &toyvmfn.fn_ops[pc];
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc445 compilation_state (toyvm_function &toyvmfn) : in compilation_state() argument
446 toyvmfn (toyvmfn) in compilation_state()
470 toyvm_function &toyvmfn; member in compilation_state
597 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_locations()
599 toyvm_op *op = &toyvmfn.fn_ops[pc]; in create_locations()
601 op_locs[pc] = ctxt.new_location (toyvmfn.fn_filename, in create_locations()
634 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_function()
658 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_function()
663 gccjit::block next_block = (pc < toyvmfn.fn_num_ops in create_function()
668 op = &toyvmfn.fn_ops[pc]; in create_function()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc445 compilation_state (toyvm_function &toyvmfn) : in compilation_state() argument
446 toyvmfn (toyvmfn) in compilation_state()
470 toyvm_function &toyvmfn; member in compilation_state
597 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_locations()
599 toyvm_op *op = &toyvmfn.fn_ops[pc]; in create_locations()
601 op_locs[pc] = ctxt.new_location (toyvmfn.fn_filename, in create_locations()
634 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_function()
658 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++) in create_function()
663 gccjit::block next_block = (pc < toyvmfn.fn_num_ops in create_function()
668 op = &toyvmfn.fn_ops[pc]; in create_function()
/dports/lang/gnat_util/gcc-6-20180516/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi10780 toyvm_function &toyvmfn;
10918 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++)
10920 toyvm_op *op = &toyvmfn.fn_ops[pc];
10922 op_locs[pc] = ctxt.new_location (toyvmfn.fn_filename,
11001 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++)
11047 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++)
11052 gccjit::block next_block = (pc < toyvmfn.fn_num_ops
11057 op = &toyvmfn.fn_ops[pc];
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi10780 toyvm_function &toyvmfn;
10918 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++)
10920 toyvm_op *op = &toyvmfn.fn_ops[pc];
10922 op_locs[pc] = ctxt.new_location (toyvmfn.fn_filename,
11001 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++)
11047 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++)
11052 gccjit::block next_block = (pc < toyvmfn.fn_num_ops
11057 op = &toyvmfn.fn_ops[pc];
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi11126 toyvm_function &toyvmfn;
11264 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++)
11266 toyvm_op *op = &toyvmfn.fn_ops[pc];
11268 op_locs[pc] = ctxt.new_location (toyvmfn.fn_filename,
11347 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++)
11393 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++)
11398 gccjit::block next_block = (pc < toyvmfn.fn_num_ops
11403 op = &toyvmfn.fn_ops[pc];
/dports/lang/gcc9/gcc-9.4.0/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi11126 toyvm_function &toyvmfn;
11264 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++)
11266 toyvm_op *op = &toyvmfn.fn_ops[pc];
11268 op_locs[pc] = ctxt.new_location (toyvmfn.fn_filename,
11347 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++)
11393 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++)
11398 gccjit::block next_block = (pc < toyvmfn.fn_num_ops
11403 op = &toyvmfn.fn_ops[pc];
/dports/devel/avr-gcc/gcc-10.2.0/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi11126 toyvm_function &toyvmfn;
11264 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++)
11266 toyvm_op *op = &toyvmfn.fn_ops[pc];
11268 op_locs[pc] = ctxt.new_location (toyvmfn.fn_filename,
11347 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++)
11393 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++)
11398 gccjit::block next_block = (pc < toyvmfn.fn_num_ops
11403 op = &toyvmfn.fn_ops[pc];
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi11126 toyvm_function &toyvmfn;
11264 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++)
11266 toyvm_op *op = &toyvmfn.fn_ops[pc];
11268 op_locs[pc] = ctxt.new_location (toyvmfn.fn_filename,
11347 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++)
11393 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++)
11398 gccjit::block next_block = (pc < toyvmfn.fn_num_ops
11403 op = &toyvmfn.fn_ops[pc];
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi11126 toyvm_function &toyvmfn;
11264 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++)
11266 toyvm_op *op = &toyvmfn.fn_ops[pc];
11268 op_locs[pc] = ctxt.new_location (toyvmfn.fn_filename,
11347 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++)
11393 for (int pc = 0; pc < toyvmfn.fn_num_ops; pc++)
11398 gccjit::block next_block = (pc < toyvmfn.fn_num_ops
11403 op = &toyvmfn.fn_ops[pc];

12