OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:delay_slots
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/binutils/dist/opcodes/
microblaze-opc.h
119
short
delay_slots
; /* Info about delay slots needed after this instr. */
member in struct:op_code_struct
/src/external/gpl3/binutils.old/dist/opcodes/
microblaze-opc.h
119
short
delay_slots
; /* Info about delay slots needed after this instr. */
member in struct:op_code_struct
/src/external/gpl3/gdb.old/dist/opcodes/
microblaze-opc.h
119
short
delay_slots
; /* Info about delay slots needed after this instr. */
member in struct:op_code_struct
/src/external/gpl3/gdb/dist/opcodes/
microblaze-opc.h
119
short
delay_slots
; /* Info about delay slots needed after this instr. */
member in struct:op_code_struct
/src/external/gpl3/binutils/dist/gas/config/
tc-tic54x.c
4829
static int
delay_slots
= 0; /* How many delay slots left to fill? */
local
4866
if (
delay_slots
!= 0)
4868
if (words >
delay_slots
)
4874
delay_slots
),
4875
words,
delay_slots
);
4876
delay_slots
= 0;
4879
delay_slots
-= words;
4941
if (
delay_slots
)
4943
if (words >
delay_slots
)
4951
delay_slots
),
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-tic54x.c
4829
static int
delay_slots
= 0; /* How many delay slots left to fill? */
local
4866
if (
delay_slots
!= 0)
4868
if (words >
delay_slots
)
4874
delay_slots
),
4875
words,
delay_slots
);
4876
delay_slots
= 0;
4879
delay_slots
-= words;
4941
if (
delay_slots
)
4943
if (words >
delay_slots
)
4951
delay_slots
),
[
all
...]
Completed in 56 milliseconds
Indexes created Sat Apr 18 00:22:28 UTC 2026