OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:current_optab
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/binutils/dist/opcodes/
tic30-dis.c
81
insn_template *
current_optab
= (insn_template *) tic30_optab;
local
83
for (;
current_optab
< tic30_optab_end;
current_optab
++)
85
if (GET_TYPE (
current_optab
->base_opcode) == GET_TYPE (insn_word))
87
if (
current_optab
->operands == 0)
89
if (
current_optab
->base_opcode == insn_word)
91
insn->tm =
current_optab
;
95
else if ((
current_optab
->base_opcode & NORMAL_IDEN) == (insn_word & NORMAL_IDEN))
97
insn->tm =
current_optab
;
108
partemplate *
current_optab
= (partemplate *) tic30_paroptab
local
128
partemplate *
current_optab
= (partemplate *) tic30_paroptab;
local
148
insn_template *
current_optab
= (insn_template *) tic30_optab;
local
[
all
...]
/src/external/gpl3/binutils.old/dist/opcodes/
tic30-dis.c
81
insn_template *
current_optab
= (insn_template *) tic30_optab;
local
83
for (;
current_optab
< tic30_optab_end;
current_optab
++)
85
if (GET_TYPE (
current_optab
->base_opcode) == GET_TYPE (insn_word))
87
if (
current_optab
->operands == 0)
89
if (
current_optab
->base_opcode == insn_word)
91
insn->tm =
current_optab
;
95
else if ((
current_optab
->base_opcode & NORMAL_IDEN) == (insn_word & NORMAL_IDEN))
97
insn->tm =
current_optab
;
108
partemplate *
current_optab
= (partemplate *) tic30_paroptab
local
128
partemplate *
current_optab
= (partemplate *) tic30_paroptab;
local
148
insn_template *
current_optab
= (insn_template *) tic30_optab;
local
[
all
...]
/src/external/gpl3/gdb/dist/opcodes/
tic30-dis.c
81
insn_template *
current_optab
= (insn_template *) tic30_optab;
local
83
for (;
current_optab
< tic30_optab_end;
current_optab
++)
85
if (GET_TYPE (
current_optab
->base_opcode) == GET_TYPE (insn_word))
87
if (
current_optab
->operands == 0)
89
if (
current_optab
->base_opcode == insn_word)
91
insn->tm =
current_optab
;
95
else if ((
current_optab
->base_opcode & NORMAL_IDEN) == (insn_word & NORMAL_IDEN))
97
insn->tm =
current_optab
;
108
partemplate *
current_optab
= (partemplate *) tic30_paroptab
local
128
partemplate *
current_optab
= (partemplate *) tic30_paroptab;
local
148
insn_template *
current_optab
= (insn_template *) tic30_optab;
local
[
all
...]
/src/external/gpl3/gdb.old/dist/opcodes/
tic30-dis.c
81
insn_template *
current_optab
= (insn_template *) tic30_optab;
local
83
for (;
current_optab
< tic30_optab_end;
current_optab
++)
85
if (GET_TYPE (
current_optab
->base_opcode) == GET_TYPE (insn_word))
87
if (
current_optab
->operands == 0)
89
if (
current_optab
->base_opcode == insn_word)
91
insn->tm =
current_optab
;
95
else if ((
current_optab
->base_opcode & NORMAL_IDEN) == (insn_word & NORMAL_IDEN))
97
insn->tm =
current_optab
;
108
partemplate *
current_optab
= (partemplate *) tic30_paroptab
local
128
partemplate *
current_optab
= (partemplate *) tic30_paroptab;
local
148
insn_template *
current_optab
= (insn_template *) tic30_optab;
local
[
all
...]
/src/external/gpl3/binutils/dist/gas/config/
tc-tic30.c
117
const insn_template *
current_optab
= tic30_optab;
local
119
for (;
current_optab
< tic30_optab_end;
current_optab
++)
120
if (str_hash_insert (op_hash,
current_optab
->name,
current_optab
, 0))
121
as_fatal (_("duplicate %s"),
current_optab
->name);
/src/external/gpl3/binutils.old/dist/gas/config/
tc-tic30.c
117
const insn_template *
current_optab
= tic30_optab;
local
119
for (;
current_optab
< tic30_optab_end;
current_optab
++)
120
if (str_hash_insert (op_hash,
current_optab
->name,
current_optab
, 0))
121
as_fatal (_("duplicate %s"),
current_optab
->name);
Completed in 144 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026