OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:extru
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/hppa/spmath/
fpudispatch.c
51
* definition of
extru
macro. If pos and len are constants, the compiler
52
* will generate an
extru
instruction when optimized
54
#define
extru
(r,pos,len) (((r) >> (31-(pos))) & (( 1 << (len)) - 1))
macro
91
#define get_major(op)
extru
(op,fpmajorpos,6)
96
#define get_class(op)
extru
(op,fpclasspos,2)
101
#define get_subop(op)
extru
(op,fpsubpos,3)
106
#define get_subop1(op)
extru
(op,fpclass1subpos,2)
128
r1 =
extru
(ir,fpr1pos,5) * sizeof(double)/sizeof(unsigned);
131
t =
extru
(ir,fptpos,5) * sizeof(double)/sizeof(unsigned);
134
fmt =
extru
(ir,fpfmtpos,2); /* get fmt completer *
[
all
...]
fpudispatch.c
51
* definition of
extru
macro. If pos and len are constants, the compiler
52
* will generate an
extru
instruction when optimized
54
#define
extru
(r,pos,len) (((r) >> (31-(pos))) & (( 1 << (len)) - 1))
macro
91
#define get_major(op)
extru
(op,fpmajorpos,6)
96
#define get_class(op)
extru
(op,fpclasspos,2)
101
#define get_subop(op)
extru
(op,fpsubpos,3)
106
#define get_subop1(op)
extru
(op,fpclass1subpos,2)
128
r1 =
extru
(ir,fpr1pos,5) * sizeof(double)/sizeof(unsigned);
131
t =
extru
(ir,fptpos,5) * sizeof(double)/sizeof(unsigned);
134
fmt =
extru
(ir,fpfmtpos,2); /* get fmt completer *
[
all
...]
Completed in 23 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025