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_bundle
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-tilepro.c
153
current_bundle
[TILEPRO_MAX_INSTRUCTIONS_PER_BUNDLE];
variable in typeref:struct:tilepro_instruction
155
/* Index in
current_bundle
for the next instruction to parse. */
336
memmove (&
current_bundle
[1], &
current_bundle
[0],
337
current_bundle_index * sizeof
current_bundle
[0]);
338
current_bundle
[0].opcode = &tilepro_opcodes[mnemonic];
674
/* Detects and complains if two instructions in
current_bundle
write
685
const struct tilepro_instruction *instr = &
current_bundle
[j];
761
if (
current_bundle
[0].opcode->can_bundle)
785
const struct tilepro_opcode *op =
current_bundle
[j].opcode
[
all
...]
tc-tilegx.c
203
static struct tilegx_instruction
current_bundle
[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE];
variable in typeref:struct:tilegx_instruction
205
/* Index in
current_bundle
for the next instruction to parse. */
384
memmove (&
current_bundle
[1], &
current_bundle
[0],
385
current_bundle_index * sizeof
current_bundle
[0]);
386
current_bundle
[0].opcode = &tilegx_opcodes[mnemonic];
786
/* Detects and complains if two instructions in
current_bundle
write
797
const struct tilegx_instruction *instr = &
current_bundle
[j];
874
if (
current_bundle
[0].opcode->can_bundle)
898
const struct tilegx_opcode *op =
current_bundle
[j].opcode
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-tilepro.c
153
current_bundle
[TILEPRO_MAX_INSTRUCTIONS_PER_BUNDLE];
variable in typeref:struct:tilepro_instruction
155
/* Index in
current_bundle
for the next instruction to parse. */
336
memmove (&
current_bundle
[1], &
current_bundle
[0],
337
current_bundle_index * sizeof
current_bundle
[0]);
338
current_bundle
[0].opcode = &tilepro_opcodes[mnemonic];
674
/* Detects and complains if two instructions in
current_bundle
write
685
const struct tilepro_instruction *instr = &
current_bundle
[j];
761
if (
current_bundle
[0].opcode->can_bundle)
785
const struct tilepro_opcode *op =
current_bundle
[j].opcode
[
all
...]
tc-tilegx.c
203
static struct tilegx_instruction
current_bundle
[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE];
variable in typeref:struct:tilegx_instruction
205
/* Index in
current_bundle
for the next instruction to parse. */
384
memmove (&
current_bundle
[1], &
current_bundle
[0],
385
current_bundle_index * sizeof
current_bundle
[0]);
386
current_bundle
[0].opcode = &tilegx_opcodes[mnemonic];
786
/* Detects and complains if two instructions in
current_bundle
write
797
const struct tilegx_instruction *instr = &
current_bundle
[j];
874
if (
current_bundle
[0].opcode->can_bundle)
898
const struct tilegx_opcode *op =
current_bundle
[j].opcode
[
all
...]
Completed in 209 milliseconds
Indexes created Tue Sep 15 00:24:42 UTC 2026