OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RV_IMM_SIGN
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/include/opcode/
riscv.h
56
#define
RV_IMM_SIGN
(x) (-(((x) >> 31) & 1))
61
(RV_X(x, 20, 12) | (
RV_IMM_SIGN
(x) << 12))
63
(RV_X(x, 7, 5) | (RV_X(x, 25, 7) << 5) | (
RV_IMM_SIGN
(x) << 12))
65
((RV_X(x, 8, 4) << 1) | (RV_X(x, 25, 6) << 5) | (RV_X(x, 7, 1) << 11) | (
RV_IMM_SIGN
(x) << 12))
67
((RV_X(x, 12, 20) << 12) | (
RV_IMM_SIGN
(x) << 32))
69
((RV_X(x, 21, 10) << 1) | (RV_X(x, 20, 1) << 11) | (RV_X(x, 12, 8) << 12) | (
RV_IMM_SIGN
(x) << 20))
/src/external/gpl3/gdb.old/dist/include/opcode/
riscv.h
56
#define
RV_IMM_SIGN
(x) (-(((x) >> 31) & 1))
60
(RV_X(x, 20, 12) | (
RV_IMM_SIGN
(x) << 12))
62
(RV_X(x, 7, 5) | (RV_X(x, 25, 7) << 5) | (
RV_IMM_SIGN
(x) << 12))
64
((RV_X(x, 8, 4) << 1) | (RV_X(x, 25, 6) << 5) | (RV_X(x, 7, 1) << 11) | (
RV_IMM_SIGN
(x) << 12))
66
((RV_X(x, 12, 20) << 12) | (
RV_IMM_SIGN
(x) << 32))
68
((RV_X(x, 21, 10) << 1) | (RV_X(x, 20, 1) << 11) | (RV_X(x, 12, 8) << 12) | (
RV_IMM_SIGN
(x) << 20))
/src/external/gpl3/binutils/dist/include/opcode/
riscv.h
56
#define
RV_IMM_SIGN
(x) (-(((x) >> 31) & 1))
61
(RV_X(x, 20, 12) | (
RV_IMM_SIGN
(x) << 12))
63
(RV_X(x, 7, 5) | (RV_X(x, 25, 7) << 5) | (
RV_IMM_SIGN
(x) << 12))
65
((RV_X(x, 8, 4) << 1) | (RV_X(x, 25, 6) << 5) | (RV_X(x, 7, 1) << 11) | (
RV_IMM_SIGN
(x) << 12))
67
((RV_X(x, 12, 20) << 12) | (
RV_IMM_SIGN
(x) << 32))
69
((RV_X(x, 21, 10) << 1) | (RV_X(x, 20, 1) << 11) | (RV_X(x, 12, 8) << 12) | (
RV_IMM_SIGN
(x) << 20))
/src/external/gpl3/binutils.old/dist/include/opcode/
riscv.h
56
#define
RV_IMM_SIGN
(x) (-(((x) >> 31) & 1))
61
(RV_X(x, 20, 12) | (
RV_IMM_SIGN
(x) << 12))
63
(RV_X(x, 7, 5) | (RV_X(x, 25, 7) << 5) | (
RV_IMM_SIGN
(x) << 12))
65
((RV_X(x, 8, 4) << 1) | (RV_X(x, 25, 6) << 5) | (RV_X(x, 7, 1) << 11) | (
RV_IMM_SIGN
(x) << 12))
67
((RV_X(x, 12, 20) << 12) | (
RV_IMM_SIGN
(x) << 32))
69
((RV_X(x, 21, 10) << 1) | (RV_X(x, 20, 1) << 11) | (RV_X(x, 12, 8) << 12) | (
RV_IMM_SIGN
(x) << 20))
Completed in 63 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026