HomeSort by: relevance | last modified time | path
    Searched defs:a_operands (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-m32r.c 755 const CGEN_OPINST *a_operands = CGEN_INSN_OPERANDS (a->insn);
765 if (a_operands == NULL || b_ops == NULL)
770 a_operands->type != CGEN_OPINST_END;
771 a_index ++, a_operands ++)
773 if (a_operands->type == CGEN_OPINST_OUTPUT)
784 if (OPERAND_IS_COND_BIT (a_operands, a->indices, a_index))
813 && (b_operands->hw_type == a_operands->hw_type)
752 const CGEN_OPINST *a_operands = CGEN_INSN_OPERANDS (a->insn); local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-m32r.c 755 const CGEN_OPINST *a_operands = CGEN_INSN_OPERANDS (a->insn);
765 if (a_operands == NULL || b_ops == NULL)
770 a_operands->type != CGEN_OPINST_END;
771 a_index ++, a_operands ++)
773 if (a_operands->type == CGEN_OPINST_OUTPUT)
784 if (OPERAND_IS_COND_BIT (a_operands, a->indices, a_index))
813 && (b_operands->hw_type == a_operands->hw_type)
752 const CGEN_OPINST *a_operands = CGEN_INSN_OPERANDS (a->insn); local

Completed in 14 milliseconds