OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RISCV_IMM_REACH
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/include/opcode/
riscv.h
267
(((VALUE) + (
RISCV_IMM_REACH
/2)) & ~(
RISCV_IMM_REACH
-1))
279
#define
RISCV_IMM_REACH
(1LL << RISCV_IMM_BITS)
285
#define RISCV_BRANCH_REACH (
RISCV_IMM_REACH
* RISCV_BRANCH_ALIGN)
/src/external/gpl3/binutils.old/dist/include/opcode/
riscv.h
267
(((VALUE) + (
RISCV_IMM_REACH
/2)) & ~(
RISCV_IMM_REACH
-1))
279
#define
RISCV_IMM_REACH
(1LL << RISCV_IMM_BITS)
285
#define RISCV_BRANCH_REACH (
RISCV_IMM_REACH
* RISCV_BRANCH_ALIGN)
/src/external/gpl3/gdb.old/dist/include/opcode/
riscv.h
249
(((VALUE) + (
RISCV_IMM_REACH
/2)) & ~(
RISCV_IMM_REACH
-1))
261
#define
RISCV_IMM_REACH
(1LL << RISCV_IMM_BITS)
267
#define RISCV_BRANCH_REACH (
RISCV_IMM_REACH
* RISCV_BRANCH_ALIGN)
/src/external/gpl3/gdb/dist/include/opcode/
riscv.h
267
(((VALUE) + (
RISCV_IMM_REACH
/2)) & ~(
RISCV_IMM_REACH
-1))
279
#define
RISCV_IMM_REACH
(1LL << RISCV_IMM_BITS)
285
#define RISCV_BRANCH_REACH (
RISCV_IMM_REACH
* RISCV_BRANCH_ALIGN)
Completed in 19 milliseconds
Indexes created Mon Mar 30 00:23:01 UTC 2026