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

/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-m32r.c793 const CGEN_OPINST *b_operands = b_ops;
806 b_operands->type != CGEN_OPINST_END;
807 b_index++, b_operands++)
809 if ((b_operands->type
813 && OPERAND_IS_COND_BIT (b_operands, b->indices, b_index))
823 b_operands->type != CGEN_OPINST_END;
824 b_index++, b_operands++)
826 if ((b_operands->type
830 && (b_operands->hw_type == a_operands->hw_type)
790 const CGEN_OPINST *b_operands = b_ops; local
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-m32r.c779 const CGEN_OPINST *b_operands = b_ops;
792 b_operands->type != CGEN_OPINST_END;
793 b_index++, b_operands++)
795 if ((b_operands->type
799 && OPERAND_IS_COND_BIT (b_operands, b->indices, b_index))
809 b_operands->type != CGEN_OPINST_END;
810 b_index++, b_operands++)
812 if ((b_operands->type
816 && (b_operands->hw_type == a_operands->hw_type)
776 const CGEN_OPINST *b_operands = b_ops; local

Completed in 184 milliseconds