OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:result_hi
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/arch/hppa/spmath/
mpys.c
55
if ((
result_hi
== 0 && result_lo >= 0) ||
56
(
result_hi
== -1 && result_lo < 0)) overflow = false;
divsim.c
74
result_hi
= 0; /* remainder = 0 */
78
result_hi
= opnd1; /* remainder = opnd1 */
100
if (op1_sign &&
result_hi
) {
101
result_hi
= opnd2 -
result_hi
;
mpyaccs.c
63
sign =
result_hi
^ temp.rslt_hi;
64
result_hi
+= temp.rslt_hi + carry;
65
if (sign >= 0 && (temp.rslt_hi ^
result_hi
) < 0) overflow = true;
divsfm.c
80
result_hi
= 0; /* remainder = 0 */
93
if (op1_sign &&
result_hi
) {
94
result_hi
= opnd2 -
result_hi
;
divsir.c
74
result_hi
= 0; /* remainder = 0 */
78
result_hi
= opnd1; /* remainder = opnd1 */
100
if (op1_sign)
result_hi
= -
result_hi
;
divsfr.c
80
result_hi
= 0; /* remainder = 0 */
101
if (op1_sign)
result_hi
= -
result_hi
;
mpyu.c
55
if (
result_hi
) overflow = true;
mpyaccu.c
64
if ((
result_hi
+= (unsigned)temp.rslt_hi + carry) <
md.h
56
#define
result_hi
result->rslt_hi
macro
75
#define mdrr(reg1,reg2,result) {
result_hi
= reg1;result_lo = reg2;}
/src/external/gpl3/gcc.old/dist/libgcc/config/tilepro/
atomic.h
133
unsigned int result_lo,
result_hi
;
136
__asm__ __volatile__ ("swint1":"=R00" (result_lo), "=R01" (
result_hi
),
142
return ((long long)
result_hi
) << 32 | result_lo;
/src/external/gpl3/gdb.old/dist/sim/erc32/
exec.c
291
mul64 (uint32_t n1, uint32_t n2, uint32_t *
result_hi
, uint32_t *result_lo, int msigned)
333
*
result_hi
= reg_hi;
/src/external/gpl3/gdb/dist/sim/erc32/
exec.c
291
mul64 (uint32_t n1, uint32_t n2, uint32_t *
result_hi
, uint32_t *result_lo, int msigned)
333
*
result_hi
= reg_hi;
Completed in 21 milliseconds
Indexes created Tue Jul 14 00:26:25 UTC 2026