Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-m32r.c754 const CGEN_OPINST *a_operands = CGEN_INSN_OPERANDS (a->insn); in first_writes_to_seconds_operands() local
764 if (a_operands == NULL || b_ops == NULL) in first_writes_to_seconds_operands()
769 a_operands->type != CGEN_OPINST_END; in first_writes_to_seconds_operands()
770 a_index ++, a_operands ++) in first_writes_to_seconds_operands()
772 if (a_operands->type == CGEN_OPINST_OUTPUT) in first_writes_to_seconds_operands()
783 if (OPERAND_IS_COND_BIT (a_operands, a->indices, a_index)) in first_writes_to_seconds_operands()
812 && (b_operands->hw_type == a_operands->hw_type) in first_writes_to_seconds_operands()