OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:carry_in
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/arch-arm/cortex-a15/bionic/
strcmp.S
369
If r1<r2 then (C==0 and Z==0) and we execute SBC with
carry_in
=0,
371
If r1=r2 then (C==1 and Z==1) and we execute SBC with
carry_in
=1,
/bionic/libc/arch-arm/krait/bionic/
strcmp.S
368
If r1<r2 then (C==0 and Z==0) and we execute SBC with
carry_in
=0,
370
If r1=r2 then (C==1 and Z==1) and we execute SBC with
carry_in
=1,
/external/openssl/crypto/bn/asm/
bn-586.pl
43
&pxor("mm1","mm1"); # mm1 =
carry_in
48
&paddq("mm1","mm3"); # mm1 =
carry_in
+ r[0]
57
&paddq("mm1","mm2"); # mm1 =
carry_in
+ r[0] + w*a[0]
/bionic/libc/arch-arm/bionic/
strcmp.a15.S
403
If r1<r2 then (C==0 and Z==0) and we execute SBC with
carry_in
=0,
405
If r1=r2 then (C==1 and Z==1) and we execute SBC with
carry_in
=1,
/bionic/libc/arch-arm/cortex-a9/bionic/
strcmp.S
355
If r1<r2 then (C==0 and Z==0) and we execute SBC with
carry_in
=0,
357
If r1=r2 then (C==1 and Z==1) and we execute SBC with
carry_in
=1,
/external/valgrind/main/VEX/priv/
guest_s390_toIR.c
2753
IRTemp
carry_in
= newTemp(Ity_I32);
local
2772
IRTemp
carry_in
= newTemp(Ity_I64);
local
2792
IRTemp
carry_in
= newTemp(Ity_I32);
local
2811
IRTemp
carry_in
= newTemp(Ity_I64);
local
[
all
...]
Completed in 172 milliseconds