代码搜索:Addition
找到约 2,224 项符合「Addition」的源代码
代码结果 2,224
www.eeworm.com/read/437033/1836616
s add64.s
! add64() - 64 bit addition Author: Kees J. Bot
! 7 Dec 1995
.sect .text
.define _add64
_add64: ! u64_t add64(u64_t i, u64_t j);
mov eax, 4(esp)
mov edx, 8(esp)
add edx, 16(esp)
mov (
www.eeworm.com/read/375613/2723565
s add64u.s
! add64u() - unsigned to 64 bit addition Author: Kees J. Bot
! 24 Dec 1995
.sect .text
.define _add64u, _add64ul
_add64u: ! u64_t add64u(u64_t i, unsigned j);
push bp
mov bp, sp
xor cx,
www.eeworm.com/read/375613/2723869
s add64.s
! add64() - 64 bit addition Author: Kees J. Bot
! 7 Dec 1995
.sect .text
.define _add64
_add64: ! u64_t add64(u64_t i, u64_t j);
mov eax, 4(esp)
mov edx, 8(esp)
add edx, 16(esp)
mov (
www.eeworm.com/read/104929/15680999
ref chap5.ref
|bc-def {1}
|pascal-triangle {155}
|bc-factorial {3}
|bc-symmetry {4}
|bc-absorb {5}
|bc-absorb-k {6}
|bc-absorb-r-k {7}
|bc-addition {8}
|bc-sum-both {9}
|bc-sum-upper {10}
|bin-thm-xy {12}
|bin-thm-
www.eeworm.com/read/149876/5695103
s t-sub2w.s
.include "t-macros.i"
start
;; The d10v implements negated addition for subtraction
.macro check_sub2w s x y r c v
;; clear carry
ldi r6,#0x8004
mvtc r6,cr0
;; load opnds
ld2w r6, @(1f,
www.eeworm.com/read/148694/5710542
s t-sub2w.s
.include "t-macros.i"
start
;; The d10v implements negated addition for subtraction
.macro check_sub2w s x y r c v
;; clear carry
ldi r6,#0x8004
mvtc r6,cr0
;; load opnds
ld2w r6, @(1f,
www.eeworm.com/read/117181/6109384
s t-sub2w.s
.include "t-macros.i"
start
;; The d10v implements negated addition for subtraction
.macro check_sub2w s x y r c v
;; clear carry
ldi r6,#0x8004
mvtc r6,cr0
;; load opnds
ld2w r6, @(1f,
www.eeworm.com/read/479931/1325610
s t-sub2w.s
.include "t-macros.i"
start
;; The d10v implements negated addition for subtraction
.macro check_sub2w s x y r c v
;; clear carry
ldi r6,#0x8004
mvtc r6,cr0
;; load opnds
ld2w r6, @(1f,
www.eeworm.com/read/216450/4893584
s add64.s
! add64() - 64 bit addition Author: Kees J. Bot
! 24 Dec 1995
.sect .text
.define _add64
_add64: ! u64_t add64(u64_t i, u64_t j);
push bp
mov bp, sp
mov bx, 4(bp)
mov ax, 6(bp)
add a
www.eeworm.com/read/192230/5158510
s t-sub2w.s
.include "t-macros.i"
start
;; The d10v implements negated addition for subtraction
.macro check_sub2w s x y r c v
;; clear carry
ldi r6,#0x8004
mvtc r6,cr0
;; load opnds
ld2w r6, @(1f,