OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__vl
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/config/msp430/
lib2mul.c
61
USItype __ul,
__vl
, __uh, __vh;
local
64
__vl
= ((USItype) (vv.s.low) & (((USItype) 1 << ((4 * 8) / 2)) - 1));
66
__x0 = (USItype) __ul *
__vl
;
68
__x2 = (USItype) __uh *
__vl
;
/src/external/gpl3/gcc.old/dist/libgcc/config/msp430/
lib2mul.c
61
USItype __ul,
__vl
, __uh, __vh;
local
64
__vl
= ((USItype) (vv.s.low) & (((USItype) 1 << ((4 * 8) / 2)) - 1));
66
__x0 = (USItype) __ul *
__vl
;
68
__x2 = (USItype) __uh *
__vl
;
Completed in 95 milliseconds
Indexes created Mon Apr 13 00:22:24 UTC 2026