OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SET_H_GPR
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/or1k/
cpu.h
58
#define
SET_H_GPR
(index, x) \
88
SET_H_GPR
((index), ZEXTSISI (SUBWORDSFSI ((x))));\
94
SET_H_GPR
((((index)) & (31)), SUBWORDDFSI ((x), 0));\
95
SET_H_GPR
((((((index)) & (31))) + (((((((INT) ((index)) >> (5))) == (1))) ? (2) : (1)))), SUBWORDDFSI ((x), 1));\
102
SET_H_GPR
((((index)) & (31)), SUBWORDDISI ((x), 0));\
103
SET_H_GPR
((((((index)) & (31))) + (((((((INT) ((index)) >> (5))) == (1))) ? (2) : (1)))), SUBWORDDISI ((x), 1));\
/src/external/gpl3/gdb.old/dist/sim/or1k/
cpu.h
58
#define
SET_H_GPR
(index, x) \
88
SET_H_GPR
((index), ZEXTSISI (SUBWORDSFSI ((x))));\
94
SET_H_GPR
((((index)) & (31)), SUBWORDDFSI ((x), 0));\
95
SET_H_GPR
((((((index)) & (31))) + (((((((INT) ((index)) >> (5))) == (1))) ? (2) : (1)))), SUBWORDDFSI ((x), 1));\
102
SET_H_GPR
((((index)) & (31)), SUBWORDDISI ((x), 0));\
103
SET_H_GPR
((((((index)) & (31))) + (((((((INT) ((index)) >> (5))) == (1))) ? (2) : (1)))), SUBWORDDISI ((x), 1));\
Completed in 35 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026