OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ppc_opts
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/opcodes/
ppc-dis.c
75
static const struct ppc_mopt
ppc_opts
[] = {
variable in typeref:struct:ppc_mopt
327
for (i = 0; i < ARRAY_SIZE (
ppc_opts
); i++)
328
if (strcmp (
ppc_opts
[i].opt, arg) == 0)
330
if (
ppc_opts
[i].sticky)
332
*sticky |=
ppc_opts
[i].sticky;
336
ppc_cpu =
ppc_opts
[i].cpu;
339
if (i >= ARRAY_SIZE (
ppc_opts
))
345
if ((
ppc_opts
[i].sticky & PPC_OPCODE_LSP) != 0)
347
else if ((
ppc_opts
[i].sticky & (PPC_OPCODE_SPE | PPC_OPCODE_SPE2)) != 0)
1263
size_t i, num_options = ARRAY_SIZE (
ppc_opts
);
[
all
...]
/src/external/gpl3/binutils.old/dist/opcodes/
ppc-dis.c
75
struct ppc_mopt
ppc_opts
[] = {
variable in typeref:struct:ppc_mopt
327
for (i = 0; i < ARRAY_SIZE (
ppc_opts
); i++)
328
if (disassembler_options_cmp (
ppc_opts
[i].opt, arg) == 0)
330
if (
ppc_opts
[i].sticky)
332
*sticky |=
ppc_opts
[i].sticky;
336
ppc_cpu =
ppc_opts
[i].cpu;
339
if (i >= ARRAY_SIZE (
ppc_opts
))
345
if ((
ppc_opts
[i].sticky & PPC_OPCODE_LSP) != 0)
347
else if ((
ppc_opts
[i].sticky & (PPC_OPCODE_SPE | PPC_OPCODE_SPE2)) != 0)
1252
size_t i, num_options = ARRAY_SIZE (
ppc_opts
);
[
all
...]
/src/external/gpl3/gdb/dist/opcodes/
ppc-dis.c
75
struct ppc_mopt
ppc_opts
[] = {
variable in typeref:struct:ppc_mopt
327
for (i = 0; i < ARRAY_SIZE (
ppc_opts
); i++)
328
if (disassembler_options_cmp (
ppc_opts
[i].opt, arg) == 0)
330
if (
ppc_opts
[i].sticky)
332
*sticky |=
ppc_opts
[i].sticky;
336
ppc_cpu =
ppc_opts
[i].cpu;
339
if (i >= ARRAY_SIZE (
ppc_opts
))
345
if ((
ppc_opts
[i].sticky & PPC_OPCODE_LSP) != 0)
347
else if ((
ppc_opts
[i].sticky & (PPC_OPCODE_SPE | PPC_OPCODE_SPE2)) != 0)
1242
size_t i, num_options = ARRAY_SIZE (
ppc_opts
);
[
all
...]
/src/external/gpl3/gdb.old/dist/opcodes/
ppc-dis.c
75
struct ppc_mopt
ppc_opts
[] = {
variable in typeref:struct:ppc_mopt
327
for (i = 0; i < ARRAY_SIZE (
ppc_opts
); i++)
328
if (disassembler_options_cmp (
ppc_opts
[i].opt, arg) == 0)
330
if (
ppc_opts
[i].sticky)
332
*sticky |=
ppc_opts
[i].sticky;
336
ppc_cpu =
ppc_opts
[i].cpu;
339
if (i >= ARRAY_SIZE (
ppc_opts
))
345
if ((
ppc_opts
[i].sticky & PPC_OPCODE_LSP) != 0)
347
else if ((
ppc_opts
[i].sticky & (PPC_OPCODE_SPE | PPC_OPCODE_SPE2)) != 0)
1242
size_t i, num_options = ARRAY_SIZE (
ppc_opts
);
[
all
...]
Completed in 39 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026