OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mips_sim_cpu
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/sim/mips/
sim-main.h
173
#define PENDING_IN (
MIPS_SIM_CPU
(CPU)->pending.in)
174
#define PENDING_OUT (
MIPS_SIM_CPU
(CPU)->pending.out)
175
#define PENDING_TOTAL (
MIPS_SIM_CPU
(CPU)->pending.total)
176
#define PENDING_SLOT_SIZE (
MIPS_SIM_CPU
(CPU)->pending.slot_size)
177
#define PENDING_SLOT_BIT (
MIPS_SIM_CPU
(CPU)->pending.slot_bit)
178
#define PENDING_SLOT_DELAY (
MIPS_SIM_CPU
(CPU)->pending.slot_delay)
179
#define PENDING_SLOT_DEST (
MIPS_SIM_CPU
(CPU)->pending.slot_dest)
180
#define PENDING_SLOT_VALUE (
MIPS_SIM_CPU
(CPU)->pending.slot_value)
186
memset (&
MIPS_SIM_CPU
(CPU)->pending, 0, sizeof (
MIPS_SIM_CPU
(CPU)->pending)
260
struct
mips_sim_cpu
{
struct
[
all
...]
/src/external/gpl3/gdb/dist/sim/mips/
sim-main.h
173
#define PENDING_IN (
MIPS_SIM_CPU
(CPU)->pending.in)
174
#define PENDING_OUT (
MIPS_SIM_CPU
(CPU)->pending.out)
175
#define PENDING_TOTAL (
MIPS_SIM_CPU
(CPU)->pending.total)
176
#define PENDING_SLOT_SIZE (
MIPS_SIM_CPU
(CPU)->pending.slot_size)
177
#define PENDING_SLOT_BIT (
MIPS_SIM_CPU
(CPU)->pending.slot_bit)
178
#define PENDING_SLOT_DELAY (
MIPS_SIM_CPU
(CPU)->pending.slot_delay)
179
#define PENDING_SLOT_DEST (
MIPS_SIM_CPU
(CPU)->pending.slot_dest)
180
#define PENDING_SLOT_VALUE (
MIPS_SIM_CPU
(CPU)->pending.slot_value)
186
memset (&
MIPS_SIM_CPU
(CPU)->pending, 0, sizeof (
MIPS_SIM_CPU
(CPU)->pending)
260
struct
mips_sim_cpu
{
struct
[
all
...]
Completed in 44 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026