Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dcris-tdep.c3127 unsigned long operand3; in handle_prefix_assign_mode_for_aritm_op() local
3135 operand3 = get_data_from_address (&inst, inst_env->prefix_value); in handle_prefix_assign_mode_for_aritm_op()
3139 add_sub_cmp_and_or_move_action (inst, inst_env, operand2, operand3); in handle_prefix_assign_mode_for_aritm_op()
3156 unsigned long operand3; in three_operand_add_sub_cmp_and_or_op() local
3164 operand3 = get_data_from_address (&inst, inst_env->prefix_value); in three_operand_add_sub_cmp_and_or_op()
3168 add_sub_cmp_and_or_move_action (inst, inst_env, operand2, operand3); in three_operand_add_sub_cmp_and_or_op()
3213 unsigned long operand3; in handle_inc_and_index_mode_for_aritm_op() local
3227 operand3 = get_data_from_address (&inst, operand1); in handle_inc_and_index_mode_for_aritm_op()
3231 add_sub_cmp_and_or_move_action (inst, inst_env, operand2, operand3); in handle_inc_and_index_mode_for_aritm_op()
/openbsd-src/usr.sbin/eigrpd/
H A Drde_dual.c368 uint32_t operand1, operand2, operand3; in route_composite_metric() local
379 operand3 = safe_mul_uint32(kvalues[2] * EIGRP_SCALING_FACTOR, delay); in route_composite_metric()
382 (uint64_t) operand3; in route_composite_metric()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dia64.md2271 ;; This can be created by register elimination if operand3 of shladd is an
3865 ;; This can be created by register elimination if operand3 of shladd is an
/openbsd-src/gnu/gcc/gcc/config/ia64/
H A Dia64.md2320 ;; This can be created by register elimination if operand3 of shladd is an
4698 ;; This can be created by register elimination if operand3 of shladd is an
/openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/
H A Darm.md1862 ;;; ??? This pattern is bogus. If operand3 has bits outside the range
1905 /* ??? Truncate operand3 to fit in the bitfield. See comment before
/openbsd-src/gnu/gcc/gcc/config/arm/
H A Darm.md1860 ;;; ??? This pattern is bogus. If operand3 has bits outside the range
1903 /* ??? Truncate operand3 to fit in the bitfield. See comment before
/openbsd-src/gnu/usr.bin/gcc/gcc/config/pa/
H A Dpa.md4045 ;; in operand3 of millicode calls avoids spilling %r1 and
/openbsd-src/gnu/gcc/gcc/config/pa/
H A Dpa.md5520 ;; in operand3 of millicode calls avoids spilling %r1 and
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DFSFChangeLog.116577 and operand3 an arm_not_operand. Use cc_register to match the
6579 (mov[sd]fcc*): Make operand[0,2] s_register_operands, and operand3
H A DChangeLog.49201 * config/sh/sh.md (symPLT_label2reg): Use operand3 for PIC reg.
H A DChangeLog.112739 operand3 with mask before using it. Patch provided by Jim Wilson.