| /src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/ |
| toyvm.cc | 95 int op_operand; member in struct:toyvm_op 171 op->op_operand = operand; 301 fprintf (out, " %d", op->op_operand); 421 PUSH (op->op_operand); 427 frame.frm_pc = op->op_operand; 769 ctxt.new_rvalue (int_type, op->op_operand)); 777 op_blocks[op->op_operand], /* on_true */
|
| toyvm.c | 79 int op_operand; member in struct:toyvm_op 112 op->op_operand = operand; 243 fprintf (out, " %d", op->op_operand); 363 PUSH (op->op_operand); 369 frame.frm_pc = op->op_operand; 718 op->op_operand)); 732 state.op_blocks[op->op_operand], /* on_true */
|
| /src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/ |
| toyvm.cc | 95 int op_operand; member in struct:toyvm_op 171 op->op_operand = operand; 301 fprintf (out, " %d", op->op_operand); 421 PUSH (op->op_operand); 427 frame.frm_pc = op->op_operand; 769 ctxt.new_rvalue (int_type, op->op_operand)); 777 op_blocks[op->op_operand], /* on_true */
|
| toyvm.c | 79 int op_operand; member in struct:toyvm_op 112 op->op_operand = operand; 243 fprintf (out, " %d", op->op_operand); 363 PUSH (op->op_operand); 369 frame.frm_pc = op->op_operand; 718 op->op_operand)); 732 state.op_blocks[op->op_operand], /* on_true */
|
| /src/external/gpl3/gcc/dist/gcc/ |
| lower-subreg.cc | 1266 rtx op_operand; local 1279 op_operand = XEXP (op, 0); 1280 if (!REG_P (SET_DEST (set)) || !REG_P (op_operand) 1282 || HARD_REGISTER_NUM_P (REGNO (op_operand)) 1288 if (GET_MODE (op_operand) != word_mode 1305 bitmap_set_bit (decomposable_context, REGNO (op_operand)); 1324 rtx op_operand; local 1341 op_operand = XEXP (op, 0); 1342 if (!is_a <scalar_int_mode> (GET_MODE (op_operand), &inner_mode)) 1347 if (!resolve_reg_p (SET_DEST (set)) && !resolve_reg_p (op_operand)) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| lower-subreg.cc | 1253 rtx op_operand; local 1266 op_operand = XEXP (op, 0); 1267 if (!REG_P (SET_DEST (set)) || !REG_P (op_operand) 1269 || HARD_REGISTER_NUM_P (REGNO (op_operand)) 1275 if (GET_MODE (op_operand) != word_mode 1292 bitmap_set_bit (decomposable_context, REGNO (op_operand)); 1310 rtx op_operand; local 1327 op_operand = XEXP (op, 0); 1328 if (!is_a <scalar_int_mode> (GET_MODE (op_operand), &inner_mode)) 1333 if (!resolve_reg_p (SET_DEST (set)) && !resolve_reg_p (op_operand)) [all...] |