代码搜索:Carry
找到约 8,060 项符合「Carry」的源代码
代码结果 8,060
www.eeworm.com/read/299888/3849706
tlg traplog.tlg
@N: CD630 :".\gentmp0a00612":4:7:4:9|Synthesizing work.top.gen
@N: CD630 :"syng0a00612":1366:7:1366:9|Synthesizing work.inc.finc
@W: CD638 :"syng0a00612":1387:9:1387:13|Signal carry is undriven
www.eeworm.com/read/160815/10497613
eqn mul.map.eqn
--A1L81 is i~534
--operation mode is arithmetic
A1L81 = states_count[0] $ !A1L55;
--A1L91 is i~534COUT
--operation mode is arithmetic
A1L91 = CARRY(states_count[0] & !A1L55);
--A1L02 i
www.eeworm.com/read/479931/1325625
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/479931/1325626
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/479931/1325825
cgs addc.cgs
# fr30 testcase for addc $Rj,$Ri
# mach(): fr30
.include "testutils.inc"
START
.text
.global add
add:
mvi_h_gr 1,r7
mvi_h_gr 2,r8
set_cc 0x0e ; Make sure carry bit is off
ad
www.eeworm.com/read/192230/5158525
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/192230/5158526
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/192230/5158618
cgs addc.cgs
# fr30 testcase for addc $Rj,$Ri
# mach(): fr30
.include "testutils.inc"
START
.text
.global add
add:
mvi_h_gr 1,r7
mvi_h_gr 2,r8
set_cc 0x0e ; Make sure carry bit is off
ad
www.eeworm.com/read/336825/3347189
svn-base xp.h.svn-base
#ifndef XP_INCLUDED
#define XP_INCLUDED
#define T XP_T
typedef unsigned char *T;
extern int XP_add(int n, T z, T x, T y, int carry);
extern int XP_sub(int n, T z, T x, T y, int borrow);
extern int XP_
www.eeworm.com/read/336825/3347202
h xp.h
#ifndef XP_INCLUDED
#define XP_INCLUDED
#define T XP_T
typedef unsigned char *T;
extern int XP_add(int n, T z, T x, T y, int carry);
extern int XP_sub(int n, T z, T x, T y, int borrow);
extern int XP_