OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LONG_SCALESHIFT
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/riscv/include/
asm.h
242
#define
LONG_SCALESHIFT
3
249
#define
LONG_SCALESHIFT
2
/src/sys/arch/riscv/riscv/
locore.S
503
andi t0, s11, (1U << (
LONG_SCALESHIFT
+ NBBY_SHIFT)) - 1
508
srli t1, s11,
LONG_SCALESHIFT
+ NBBY_SHIFT
509
slli t1, t1,
LONG_SCALESHIFT
/src/sys/arch/mips/include/
asm.h
543
#define
LONG_SCALESHIFT
2
565
#define
LONG_SCALESHIFT
3
/src/sys/arch/mips/mips/
locore_mips1.S
1412
srl a2, t0, 3 +
LONG_SCALESHIFT
# drop low 5 bits
1413
sll a2,
LONG_SCALESHIFT
# make an index for the bitmap
mipsX_subr.S
2586
srl a2, t0, 3 +
LONG_SCALESHIFT
# drop low 5 or 6 bits
2587
sll a2,
LONG_SCALESHIFT
# make an index for the bitmap
fp.S
90
#define FPX_SCALESHIFT
LONG_SCALESHIFT
Completed in 56 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025