OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:REGNO
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/luna68k/stand/boot/
sioreg.h
89
#define
REGNO
(r) ((r) & 0x07)
/src/external/cddl/osnet/dev/dtrace/x86/
dis_tables.c
2310
#define
REGNO
(x) (x & 0x7) /* to get 3 bit register */
3872
reg =
REGNO
(opcode2);
3890
reg =
REGNO
(opcode7);
4173
reg =
REGNO
(opcode5);
4175
reg =
REGNO
(opcode2);
4187
reg =
REGNO
(opcode2);
/src/external/gpl3/gcc/dist/gcc/
rtl.h
224
/* The value of
REGNO
. */
variable
225
unsigned int
regno
;
1917
/* For a REG rtx,
REGNO
extracts the register number.
REGNO
can only
1919
#define
REGNO
(RTX) (rhs_regno(RTX))
1933
/* Force the
REGNO
macro to only be used on the lhs. */
1937
return REG_CHECK (x)->
regno
;
1944
return
REGNO
(x) + REG_NREGS (x);
1947
/* Change the
REGNO
and REG_NREGS of REG X to the specified values,
1950
set_regno_raw (rtx x, unsigned int
regno
, unsigned int nregs
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
rtl.h
222
/* The value of
REGNO
. */
variable
223
unsigned int
regno
;
1915
/* For a REG rtx,
REGNO
extracts the register number.
REGNO
can only
1917
#define
REGNO
(RTX) (rhs_regno(RTX))
1931
/* Force the
REGNO
macro to only be used on the lhs. */
1935
return REG_CHECK (x)->
regno
;
1942
return
REGNO
(x) + REG_NREGS (x);
1945
/* Change the
REGNO
and REG_NREGS of REG X to the specified values,
1948
set_regno_raw (rtx x, unsigned int
regno
, unsigned int nregs
[
all
...]
Completed in 49 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026