OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:operand_data
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
genoutput.cc
113
struct
operand_data
115
struct
operand_data
*next;
129
static struct
operand_data
null_operand =
134
static struct
operand_data
*odata = &null_operand;
135
static struct
operand_data
**odata_end = &null_operand.next;
162
struct
operand_data
operand[MAX_MAX_OPERANDS];
179
static int compare_operands (struct
operand_data
*,
180
struct
operand_data
*);
248
struct
operand_data
*d;
250
printf ("\nstatic const struct insn_operand_data
operand_data
[] = \n{\n")
112
struct
operand_data
struct
[
all
...]
gensupport.cc
35
static rtx
operand_data
[MAX_OPERANDS];
variable
1367
During the comparison, the routine also fills global_array
OPERAND_DATA
. */
1398
operand_data
[XINT (pt, 0)] = x;
1462
/* Store the operand to
OPERAND_DATA
array. */
1464
operand_data
[XINT (pt, 0)] = x;
2567
mark_operands_from_match_dup (
operand_data
[opno]);
2731
pattern, whose operands are stored in
OPERAND_DATA
array.
2754
if (
operand_data
[opno])
2756
pattern = copy_rtx (
operand_data
[opno]);
/src/external/gpl3/gcc.old/dist/gcc/
genoutput.cc
113
struct
operand_data
115
struct
operand_data
*next;
129
static struct
operand_data
null_operand =
134
static struct
operand_data
*odata = &null_operand;
135
static struct
operand_data
**odata_end = &null_operand.next;
161
struct
operand_data
operand[MAX_MAX_OPERANDS];
178
static int compare_operands (struct
operand_data
*,
179
struct
operand_data
*);
247
struct
operand_data
*d;
249
printf ("\nstatic const struct insn_operand_data
operand_data
[] = \n{\n")
112
struct
operand_data
struct
[
all
...]
gensupport.cc
33
static rtx
operand_data
[MAX_OPERANDS];
variable
823
During the comparison, the routine also fills global_array
OPERAND_DATA
. */
854
operand_data
[XINT (pt, 0)] = x;
918
/* Store the operand to
OPERAND_DATA
array. */
920
operand_data
[XINT (pt, 0)] = x;
2023
mark_operands_from_match_dup (
operand_data
[opno]);
2187
pattern, whose operands are stored in
OPERAND_DATA
array.
2210
if (
operand_data
[opno])
2212
pattern = copy_rtx (
operand_data
[opno]);
Completed in 25 milliseconds
Indexes created Tue Mar 31 00:22:50 UTC 2026