Searched refs:op_operand (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.c79 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 */
H A Dtoyvm.cc72 int op_operand; member in struct:toyvm_op
140 op->op_operand = operand;
271 fprintf (out, " %d", op->op_operand);
391 PUSH (op->op_operand);
397 frame.frm_pc = op->op_operand;
745 ctxt.new_rvalue (int_type, op->op_operand));
753 op_blocks[op->op_operand], /* on_true */
/haiku-buildtools/gcc/gcc/
H A Dlower-subreg.c1203 rtx op_operand; local
1216 op_operand = XEXP (op, 0);
1217 if (!REG_P (SET_DEST (set)) || !REG_P (op_operand)
1219 || HARD_REGISTER_NUM_P (REGNO (op_operand))
1225 if (GET_MODE (op_operand) != word_mode
1242 bitmap_set_bit (decomposable_context, REGNO (op_operand));
1260 rtx op_operand; local
1276 op_operand = XEXP (op, 0);
1280 if (!resolve_reg_p (SET_DEST (set)) && !resolve_reg_p (op_operand))
1290 && GET_MODE_SIZE (GET_MODE (op_operand)) > UNITS_PER_WOR
[all...]

Completed in 44 milliseconds