HomeSort by: relevance | last modified time | path
    Searched defs:op_blocks (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/
toyvm.c 403 gcc_jit_block *op_blocks[MAX_OPS]; member in struct:compilation_state
566 state.op_blocks[pc] = gcc_jit_function_new_block (state.fn, buf);
587 state.op_blocks[0]);
594 gcc_jit_block *block = state.op_blocks[pc];
596 ? state.op_blocks[pc + 1]
732 state.op_blocks[op->op_operand], /* on_true */
toyvm.c 403 gcc_jit_block *op_blocks[MAX_OPS]; member in struct:compilation_state
566 state.op_blocks[pc] = gcc_jit_function_new_block (state.fn, buf);
587 state.op_blocks[0]);
594 gcc_jit_block *block = state.op_blocks[pc];
596 ? state.op_blocks[pc + 1]
732 state.op_blocks[op->op_operand], /* on_true */
  /src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/
toyvm.c 403 gcc_jit_block *op_blocks[MAX_OPS]; member in struct:compilation_state
566 state.op_blocks[pc] = gcc_jit_function_new_block (state.fn, buf);
587 state.op_blocks[0]);
594 gcc_jit_block *block = state.op_blocks[pc];
596 ? state.op_blocks[pc + 1]
732 state.op_blocks[op->op_operand], /* on_true */
toyvm.c 403 gcc_jit_block *op_blocks[MAX_OPS]; member in struct:compilation_state
566 state.op_blocks[pc] = gcc_jit_function_new_block (state.fn, buf);
587 state.op_blocks[0]);
594 gcc_jit_block *block = state.op_blocks[pc];
596 ? state.op_blocks[pc + 1]
732 state.op_blocks[op->op_operand], /* on_true */

Completed in 63 milliseconds