Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dcris-tdep.c2931 unsigned long source1, unsigned long source2) in add_sub_cmp_and_or_move_action() argument
2961 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()
/openbsd-src/gnu/usr.bin/binutils-2.17/cpu/
H A Dcris.cpu1877 (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)
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dia64.md1198 ;; Can have 3 operands, source1 (inserter), source2 (insertee), dest.
/openbsd-src/gnu/usr.bin/binutils/gas/po/
H A Dgas.pot2021 msgid "dest and source1 must be the same register"
2041 msgid "source1 and dest must be same register"
H A Dtr.po2053 msgid "dest and source1 must be the same register"
2073 msgid "source1 and dest must be same register"
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/po/
H A Dgas.pot1891 msgid "source1 and dest must be same register"
1993 msgid "dest and source1 must be the same register"
H A Dtr.po2165 msgid "dest and source1 must be the same register"
2185 msgid "source1 and dest must be same register"
/openbsd-src/gnu/gcc/gcc/config/ia64/
H A Dia64.md1243 ;; Can have 3 operands, source1 (inserter), source2 (insertee), dest.
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.09460 source1 of a conditional move.