OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__vh
(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
65
__vh
= ((USItype) (vv.s.low) >> ((4 * 8) / 2));
67
__x1 = (USItype) __ul *
__vh
;
69
__x3 = (USItype) __uh *
__vh
;
/src/external/gpl3/gcc.old/dist/libgcc/config/msp430/
lib2mul.c
61
USItype __ul, __vl, __uh,
__vh
;
local
65
__vh
= ((USItype) (vv.s.low) >> ((4 * 8) / 2));
67
__x1 = (USItype) __ul *
__vh
;
69
__x3 = (USItype) __uh *
__vh
;
Completed in 22 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026