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_lo
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/arch/hppa/spmath/
divsim.c
75
result_lo
= 1;
79
result_lo
= 0;
92
if (sign>0 &&
result_lo
<0) {
102
if (++
result_lo
< 0) {
109
if (sign<0)
result_lo
= -
result_lo
;
mpys.c
55
if ((result_hi == 0 &&
result_lo
>= 0) ||
56
(result_hi == -1 &&
result_lo
< 0)) overflow = false;
divsfm.c
81
result_lo
= opnd1 << 1;
95
result_lo
++;
100
if (
result_lo
< 0) {
107
if (sign<0)
result_lo
= -
result_lo
;
divsir.c
75
result_lo
= 1;
79
result_lo
= 0;
92
if (sign>0 &&
result_lo
<0) {
101
if (sign<0)
result_lo
= -
result_lo
;
divsfr.c
81
result_lo
= opnd1 << 1;
94
if (
result_lo
< 0) {
102
if (sign<0)
result_lo
= -
result_lo
;
mpyaccu.c
59
if ((
result_lo
+= (unsigned)temp.rslt_lo) < (unsigned)temp.rslt_lo)
md.h
57
#define
result_lo
result->rslt_lo
macro
75
#define mdrr(reg1,reg2,result) {result_hi = reg1;
result_lo
= reg2;}
mpyaccs.c
58
if ((
result_lo
+= (unsigned)temp.rslt_lo) < (unsigned)temp.rslt_lo)
/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)
332
*
result_lo
= reg_lo;
/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)
332
*
result_lo
= reg_lo;
/src/external/gpl3/gcc.old/dist/gcc/config/tilegx/
tilegx.cc
2261
rtx
result_lo
= gen_reg_rtx (DImode);
2283
emit_move_insn (
result_lo
, (gen_rtx_PLUS (DImode, tmp2, tmp6)));
2286
emit_move_insn (tmp8, gen_rtx_LTU (DImode,
result_lo
, tmp2));
2256
rtx
result_lo
= gen_reg_rtx (DImode);
local
/src/external/gpl3/gcc.old/dist/gcc/config/tilepro/
tilepro.cc
2009
rtx
result_lo
= gen_reg_rtx (SImode);
2031
emit_move_insn (
result_lo
, (gen_rtx_PLUS (SImode, tmp2, tmp6)));
2034
emit_move_insn (tmp8, gen_rtx_LTU (SImode,
result_lo
, tmp2));
2004
rtx
result_lo
= gen_reg_rtx (SImode);
local
Completed in 26 milliseconds
Indexes created Tue Jul 14 00:26:25 UTC 2026