OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:REG_QTY
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
cse.cc
85
`
REG_QTY
(N)' records what quantity register N is currently thought
89
If register N has not been assigned a quantity, `
REG_QTY
(N)' will
144
the expression. This is done using `
reg_qty
' and qty_table `first_reg'.
269
If
REG_QTY
(N) == -N - 1, reg_eqv_table[N].next is undefined. */
286
int
reg_qty
;
member in struct:cse_reg_info
458
#define
REG_QTY
(N) (get_cse_reg_info (N)->
reg_qty
)
463
#define REGNO_QTY_VALID_P(N) (
REG_QTY
(N) >= 0)
578
? (((unsigned) REG << 7) + (unsigned)
REG_QTY
(REGNO (x)))
589
? (((unsigned) REG << 7) + (unsigned)
REG_QTY
(REGNO (x))
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
cse.cc
85
`
REG_QTY
(N)' records what quantity register N is currently thought
89
If register N has not been assigned a quantity, `
REG_QTY
(N)' will
144
the expression. This is done using `
reg_qty
' and qty_table `first_reg'.
271
If
REG_QTY
(N) == -N - 1, reg_eqv_table[N].next is undefined. */
288
int
reg_qty
;
member in struct:cse_reg_info
427
? (((unsigned) REG << 7) + (unsigned)
REG_QTY
(REGNO (X))) \
433
? (((unsigned) REG << 7) + (unsigned)
REG_QTY
(REGNO (X))) \
476
#define
REG_QTY
(N) (get_cse_reg_info (N)->
reg_qty
)
481
#define REGNO_QTY_VALID_P(N) (
REG_QTY
(N) >= 0
[
all
...]
Completed in 24 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026