Searched refs:op_res (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/binutils/cpu/
H A Dm32c.opc564 enum cgen_parse_operand_result op_res;
567 opinfo, & op_res, & value);
570 *type_addr = op_res;
572 if (op_res == CGEN_PARSE_OPERAND_RESULT_QUEUED)
/haiku-buildtools/legacy/binutils/cpu/
H A Dm32c.opc567 enum cgen_parse_operand_result op_res;
570 opinfo, & op_res, & value);
573 *type_addr = op_res;
575 if (op_res == CGEN_PARSE_OPERAND_ADDRESS)
/haiku-buildtools/legacy/binutils/opcodes/
H A Dm32c-asm.c535 enum cgen_parse_operand_result op_res;
538 opinfo, & op_res, & value);
541 *type_addr = op_res;
543 if (op_res == CGEN_PARSE_OPERAND_ADDRESS)
534 enum cgen_parse_operand_result op_res; local
/haiku-buildtools/binutils/opcodes/
H A Dm32c-asm.c530 enum cgen_parse_operand_result op_res;
533 opinfo, & op_res, & value);
536 *type_addr = op_res;
538 if (op_res == CGEN_PARSE_OPERAND_RESULT_QUEUED)
529 enum cgen_parse_operand_result op_res; local
/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c5724 rtx op_res;
5787 op_res = gen_rtx_fmt_ee (cmp_code, GET_MODE (dst),
5796 op_res = gen_rtx_PLUS (GET_MODE (dst), op_res, src);
5797 op_res = gen_rtx_PLUS (GET_MODE (dst), op_res, const0_rtx);
5802 gen_rtx_SET (VOIDmode, dst, op_res);
5862 op_res = gen_rtx_MINUS (GET_MODE (dst),
5869 gen_rtx_SET (VOIDmode, dst, op_res);
5723 rtx op_res; local

Completed in 139 milliseconds