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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dread-rtl-function.c171 : fixup (loc, insn), m_operand_idx (operand_idx)
175 int m_operand_idx; variable
259 XEXP (m_rtx, m_operand_idx) = *insn_from_uid;
262 const char *op_name = get_operand_name (m_rtx, m_operand_idx);
266 m_insn_uid, m_operand_idx, op_name, INSN_UID (m_rtx));
270 m_insn_uid, m_operand_idx, INSN_UID (m_rtx));
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dread-rtl-function.cc171 : fixup (loc, insn), m_operand_idx (operand_idx)
175 int m_operand_idx; member in class:operand_fixup
259 XEXP (m_rtx, m_operand_idx) = *insn_from_uid;
262 const char *op_name = get_operand_name (m_rtx, m_operand_idx);
266 m_insn_uid, m_operand_idx, op_name, INSN_UID (m_rtx));
270 m_insn_uid, m_operand_idx, INSN_UID (m_rtx));

Completed in 201 milliseconds