OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lsel
(Results
1 - 1
of
1
) sorted by null
/external/qemu/tcg/hppa/
tcg-target.h
107
/*
lsel
: select left 21 bits */
108
#define
lsel
(v,a) (((v)+(a))>>11)
macro
Completed in 58 milliseconds