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

  /src/external/gpl3/binutils/dist/gas/config/
tc-m32r.c 776 const CGEN_OPINST *b_operands = b_ops;
789 b_operands->type != CGEN_OPINST_END;
790 b_index++, b_operands++)
792 if ((b_operands->type
796 && OPERAND_IS_COND_BIT (b_operands, b->indices, b_index))
806 b_operands->type != CGEN_OPINST_END;
807 b_index++, b_operands++)
809 if ((b_operands->type
813 && (b_operands->hw_type == a_operands->hw_type)
773 const CGEN_OPINST *b_operands = b_ops; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-m32r.c 776 const CGEN_OPINST *b_operands = b_ops;
789 b_operands->type != CGEN_OPINST_END;
790 b_index++, b_operands++)
792 if ((b_operands->type
796 && OPERAND_IS_COND_BIT (b_operands, b->indices, b_index))
806 b_operands->type != CGEN_OPINST_END;
807 b_index++, b_operands++)
809 if ((b_operands->type
813 && (b_operands->hw_type == a_operands->hw_type)
773 const CGEN_OPINST *b_operands = b_ops; local

Completed in 24 milliseconds