OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:op_index
(Results
1 - 10
of
10
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
spu-dis.c
56
const struct spu_opcode *
op_index
;
local
64
if ((
op_index
= spu_disassemble_table[opcode & 0x780]) != 0
65
&&
op_index
->insn_type == RRR)
66
return
op_index
;
68
if ((
op_index
= spu_disassemble_table[opcode & 0x7f0]) != 0
69
&& (
op_index
->insn_type == RI18 ||
op_index
->insn_type == LBT))
70
return
op_index
;
72
if ((
op_index
= spu_disassemble_table[opcode & 0x7f8]) != 0
73
&&
op_index
->insn_type == RI10
100
const struct spu_opcode *
op_index
;
local
[
all
...]
d30v-dis.c
36
int i = 0,
op_index
;
local
58
op_index
= op->format[i++];
61
f = (struct d30v_format *) &d30v_format_table[
op_index
];
62
while (f->form ==
op_index
)
74
while ((
op_index
= op->format[i++]) != 0);
crx-dis.c
506
int
op_index
= 0;
local
620
op_index
= instruction->flags & REVERSE_MATCH ? 0 : 1;
621
if (instruction->operands[
op_index
].op_type == abs16)
i386-dis.c
12286
static int op_ad,
op_index
[MAX_OPERANDS];
variable
[
all
...]
/external/elfutils/libdw/
dwarf_getsrclines.c
84
unsigned int
op_index
;
member in struct:line_state
103
state->addr += minimum_instr_len * ((state->
op_index
+ op_advance)
105
state->
op_index
= (state->
op_index
+ op_advance) % max_ops_per_instr;
132
SET (
op_index
);
195
.
op_index
= 0,
494
state.
op_index
= 0;
510
state.
op_index
= 0;
690
state.
op_index
= 0;
libdwP.h
259
unsigned int
op_index
:8;
member in struct:Dwarf_Line_s
/external/fonttools/Lib/fontTools/misc/
psCharStrings.py
630
def
op_index
(self, index):
member in class:SimpleT2Decompiler
912
def
op_index
(self, index):
member in class:T2OutlineExtractor
/toolchain/binutils/binutils-2.25/bfd/
dwarf2.c
1116
unsigned char
op_index
;
member in struct:line_info
1707
unsigned char
op_index
= 0;
local
[
all
...]
/toolchain/binutils/binutils-2.25/binutils/
dwarf.c
373
unsigned char
op_index
;
member in struct:State_Machine_Registers
386
state_machine_regs.
op_index
= 0;
432
state_machine_regs.
op_index
,
484
state_machine_regs.
op_index
= 0;
[
all
...]
/external/elfutils/src/
readelf.c
6648
unsigned int
op_index
= 0;
local
[
all
...]
Completed in 336 milliseconds