Searched refs:op_opcode (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/ |
| H A D | toyvm.cc | 92 enum opcode op_opcode; member 170 op->op_opcode = opcode; in add_op() 299 opcode_names[op->op_opcode]); in disassemble_op() 300 if (op->op_opcode >= FIRST_UNARY_OPCODE) in disassemble_op() 370 switch (op->op_opcode) in interpret() 683 block.add_comment (opcode_names[op->op_opcode], loc); in create_function() 687 switch (op->op_opcode) in create_function() 787 if (op->op_opcode != JUMP_ABS_IF_TRUE in create_function() 788 && op->op_opcode != RETURN) in create_function()
|
| H A D | toyvm.c | 76 enum opcode op_opcode; member 111 op->op_opcode = opcode; in add_op() 241 opcode_names[op->op_opcode]); in toyvm_function_disassemble_op() 242 if (op->op_opcode >= FIRST_UNARY_OPCODE) in toyvm_function_disassemble_op() 312 switch (op->op_opcode) in toyvm_function_interpret() 615 gcc_jit_block_add_comment (block, loc, opcode_names[op->op_opcode]); in toyvm_function_compile() 619 switch (op->op_opcode) in toyvm_function_compile() 741 if (op->op_opcode != JUMP_ABS_IF_TRUE in toyvm_function_compile() 742 && op->op_opcode != RETURN) in toyvm_function_compile()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/ |
| H A D | toyvm.cc | 92 enum opcode op_opcode; member 170 op->op_opcode = opcode; in add_op() 299 opcode_names[op->op_opcode]); in disassemble_op() 300 if (op->op_opcode >= FIRST_UNARY_OPCODE) in disassemble_op() 370 switch (op->op_opcode) in interpret() 683 block.add_comment (opcode_names[op->op_opcode], loc); in create_function() 687 switch (op->op_opcode) in create_function() 787 if (op->op_opcode != JUMP_ABS_IF_TRUE in create_function() 788 && op->op_opcode != RETURN) in create_function()
|
| H A D | toyvm.c | 76 enum opcode op_opcode; member 111 op->op_opcode = opcode; in add_op() 241 opcode_names[op->op_opcode]); in toyvm_function_disassemble_op() 242 if (op->op_opcode >= FIRST_UNARY_OPCODE) in toyvm_function_disassemble_op() 312 switch (op->op_opcode) in toyvm_function_interpret() 615 gcc_jit_block_add_comment (block, loc, opcode_names[op->op_opcode]); in toyvm_function_compile() 619 switch (op->op_opcode) in toyvm_function_compile() 741 if (op->op_opcode != JUMP_ABS_IF_TRUE in toyvm_function_compile() 742 && op->op_opcode != RETURN) in toyvm_function_compile()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/ |
| H A D | functions.rst | 284 pc, opcode_names[op->op_opcode]);
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/ |
| H A D | functions.rst | 329 pc, opcode_names[op->op_opcode]);
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/ |
| H A D | libgccjit.texi | 2217 switch (op->op_opcode) 2713 gcc_jit_block_add_comment (block, loc, opcode_names[op->op_opcode]); 2728 switch (op->op_opcode) 2863 if (op->op_opcode != JUMP_ABS_IF_TRUE 2864 && op->op_opcode != RETURN) 7808 pc, opcode_names[op->op_opcode]); 10997 switch (op->op_opcode) 11458 block.add_comment (opcode_names[op->op_opcode], loc); 11473 switch (op->op_opcode) 11586 if (op->op_opcode != JUMP_ABS_IF_TRUE [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/ |
| H A D | libgccjit.texi | 2113 switch (op->op_opcode) 2560 gcc_jit_block_add_comment (block, loc, opcode_names[op->op_opcode]); 2572 switch (op->op_opcode) 2704 if (op->op_opcode != JUMP_ABS_IF_TRUE 2705 && op->op_opcode != RETURN) 7976 pc, opcode_names[op->op_opcode]); 11641 switch (op->op_opcode) 12056 block.add_comment (opcode_names[op->op_opcode], loc); 12068 switch (op->op_opcode) 12178 if (op->op_opcode != JUMP_ABS_IF_TRUE [all …]
|