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

/haiku-buildtools/gcc/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.c401 gcc_jit_location *op_locs[MAX_OPS]; member in struct:compilation_state
523 state.op_locs[pc] = gcc_jit_context_new_location (state.ctxt,
531 gcc_jit_context_new_param (state.ctxt, state.op_locs[0],
535 state.op_locs[0],
574 state.op_locs[0],
582 state.op_locs[0]);
586 state.op_locs[0],
592 gcc_jit_location *loc = state.op_locs[pc];
H A Dtoyvm.cc457 gccjit::location op_locs[MAX_OPS];
577 op_locs[pc] = ctxt.new_location (toyvmfn.fn_filename,
589 param_arg = ctxt.new_param (int_type, "arg", op_locs[0]);
595 op_locs[0]);
622 op_locs[0]);
627 op_locs[0]);
631 op_locs[0]);
636 gccjit::location loc = op_locs[pc];

Completed in 198 milliseconds