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

/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-m32r.c772 const CGEN_OPINST *a_operands = CGEN_INSN_OPERANDS (a->insn);
782 if (a_operands == NULL || b_ops == NULL)
787 a_operands->type != CGEN_OPINST_END;
788 a_index ++, a_operands ++)
790 if (a_operands->type == CGEN_OPINST_OUTPUT)
801 if (OPERAND_IS_COND_BIT (a_operands, a->indices, a_index))
830 && (b_operands->hw_type == a_operands->hw_type)
851 const CGEN_OPINST *a_operands == CGEN_INSN_OPERANDS (gas_cgen_cpu_desc,
854 if (a_operands == NULL)
857 while (a_operands
769 const CGEN_OPINST *a_operands = CGEN_INSN_OPERANDS (a->insn); local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-m32r.c758 const CGEN_OPINST *a_operands = CGEN_INSN_OPERANDS (a->insn);
768 if (a_operands == NULL || b_ops == NULL)
773 a_operands->type != CGEN_OPINST_END;
774 a_index ++, a_operands ++)
776 if (a_operands->type == CGEN_OPINST_OUTPUT)
787 if (OPERAND_IS_COND_BIT (a_operands, a->indices, a_index))
816 && (b_operands->hw_type == a_operands->hw_type)
755 const CGEN_OPINST *a_operands = CGEN_INSN_OPERANDS (a->insn); local

Completed in 177 milliseconds