代码搜索:Addition
找到约 2,224 项符合「Addition」的源代码
代码结果 2,224
www.eeworm.com/read/418017/2093068
s t-sub.s
.include "t-macros.i"
start
;; The d10v implements negated addition for subtraction
.macro check_sub s x y r c
;; clear carry
ldi r6,#0x8004
mvtc r6,cr0
;; subtract
ldi r10,#\x
ldi r11,#\y
www.eeworm.com/read/418017/2093069
s t-subi.s
.include "t-macros.i"
start
;; The d10v implements negated addition for subtraction
.macro check_subi s x y r c v
;; clear carry
ldi r6,#0x8004
mvtc r6,cr0
;; subtract
ldi r10,#\x
SUBI r10
www.eeworm.com/read/410728/2202285
s t-sub.s
.include "t-macros.i"
start
;; The d10v implements negated addition for subtraction
.macro check_sub s x y r c
;; clear carry
ldi r6,#0x8004
mvtc r6,cr0
;; subtract
ldi r10,#\x
ldi r11,#\y
www.eeworm.com/read/410728/2202286
s t-subi.s
.include "t-macros.i"
start
;; The d10v implements negated addition for subtraction
.macro check_subi s x y r c v
;; clear carry
ldi r6,#0x8004
mvtc r6,cr0
;; subtract
ldi r10,#\x
SUBI r10
www.eeworm.com/read/158872/5590433
s t-sub.s
.include "t-macros.i"
start
;; The d10v implements negated addition for subtraction
.macro check_sub s x y r c
;; clear carry
ldi r6,#0x8004
mvtc r6,cr0
;; subtract
ldi r10,#\x
ldi r11,#\y
www.eeworm.com/read/158872/5590434
s t-subi.s
.include "t-macros.i"
start
;; The d10v implements negated addition for subtraction
.macro check_subi s x y r c v
;; clear carry
ldi r6,#0x8004
mvtc r6,cr0
;; subtract
ldi r10,#\x
SUBI r10
www.eeworm.com/read/136697/13365531
m fuz_add.m
function f = fuz_add(f1,f2)
% f = fuz_add(f1,f2)
%
% Extended addition of fuzzy intervals/numbers. (LR-representation).
%
% f = [xmin xmax m n alpha beta]
% = [xmin, xmax, m1+m2, n1+n2, alpha1+alp
www.eeworm.com/read/216450/4893582
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/216450/4894355
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/437033/1836538
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,