Searched refs:source1 (Results 1 – 9 of 9) sorted by relevance
2931 unsigned long source1, unsigned long source2) in add_sub_cmp_and_or_move_action() argument2961 source1 &= operation_mask; in add_sub_cmp_and_or_move_action()2968 source1 += source2; in add_sub_cmp_and_or_move_action()2972 source1 = source2; in add_sub_cmp_and_or_move_action()2976 source1 -= source2; in add_sub_cmp_and_or_move_action()2983 source1 &= source2; in add_sub_cmp_and_or_move_action()2987 source1 |= source2; in add_sub_cmp_and_or_move_action()3003 inst_env->reg[REG_PC] |= source1; in add_sub_cmp_and_or_move_action()
1877 (define-pmacro (setf-arit2 size op source1 source2 result carryin carryout)1881 (set carryout ((.sym op -carry) size result source1 source2 carryin))1884 (set vbit ((.sym op -overflow) size result source1 source2 carryin))1887 (define-pmacro (setf-arit size op source1 source2 result carry)1889 (setf-arit2 size op source1 source2 result carry cbit)
1198 ;; Can have 3 operands, source1 (inserter), source2 (insertee), dest.
2021 msgid "dest and source1 must be the same register"2041 msgid "source1 and dest must be same register"
2053 msgid "dest and source1 must be the same register"2073 msgid "source1 and dest must be same register"
1891 msgid "source1 and dest must be same register"1993 msgid "dest and source1 must be the same register"
2165 msgid "dest and source1 must be the same register"2185 msgid "source1 and dest must be same register"
1243 ;; Can have 3 operands, source1 (inserter), source2 (insertee), dest.
9460 source1 of a conditional move.