OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:optabs
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/amiga/dev/
grf_rh.c
146
static char
optabs
[] = {
variable
330
if (
optabs
[gbb->op]) {
408
if (
optabs
[gbb->op]) {
489
if (
optabs
[gbb->op]) {
/src/external/gpl3/gcc/dist/gcc/
gensupport.cc
3782
/* An array of all
optabs
. Note that the same optab can appear more
3784
optab_def
optabs
[] = {
3786
#include "
optabs
.def"
3789
/* The number of entries in
optabs
[]. */
3790
unsigned int num_optabs = ARRAY_SIZE (
optabs
);
3910
/* See if NAME matches one of the patterns we have for the
optabs
3912
for (unsigned int pindex = 0; pindex < ARRAY_SIZE (
optabs
); pindex++)
3915
if (match_pattern (p, name,
optabs
[pindex].pattern))
3918
p->op =
optabs
[pindex].op;
3775
optab_def
optabs
[] = {
variable
/src/external/gpl3/gcc.old/dist/gcc/
gensupport.cc
3182
/* An array of all
optabs
. Note that the same optab can appear more
3184
optab_def
optabs
[] = {
3186
#include "
optabs
.def"
3189
/* The number of entries in
optabs
[]. */
3190
unsigned int num_optabs = ARRAY_SIZE (
optabs
);
3310
/* See if NAME matches one of the patterns we have for the
optabs
3312
for (unsigned int pindex = 0; pindex < ARRAY_SIZE (
optabs
); pindex++)
3315
if (match_pattern (p, name,
optabs
[pindex].pattern))
3318
p->op =
optabs
[pindex].op;
3176
optab_def
optabs
[] = {
variable
Completed in 56 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026