OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIPS_INSN32_SIZE
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
mips-tdep.h
170
MIPS_INSN32_SIZE
= 4,
mips64-obsd-tdep.c
125
MIPS_INSN32_SIZE
,
mips-fbsd-tdep.c
343
MIPS_INSN32_SIZE
,
435
MIPS_INSN32_SIZE
,
452
MIPS_INSN32_SIZE
,
mips-tdep.c
1469
gdb_byte buf[
MIPS_INSN32_SIZE
];
1481
instlen =
MIPS_INSN32_SIZE
;
1566
return
MIPS_INSN32_SIZE
;
3474
for (cur_pc = start_pc; cur_pc < limit_pc; cur_pc +=
MIPS_INSN32_SIZE
)
3611
load_immediate_bytes +=
MIPS_INSN32_SIZE
; /* FIXME! */
3959
loc +=
MIPS_INSN32_SIZE
;
4018
loc +=
MIPS_INSN32_SIZE
;
4267
instlen = mips_pc_is_mips (pc) ?
MIPS_INSN32_SIZE
: MIPS_INSN16_SIZE;
4412
start_pc += 2 *
MIPS_INSN32_SIZE
;
6748
for (; pc < func_end; pc +=
MIPS_INSN32_SIZE
)
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
mips-tdep.h
170
MIPS_INSN32_SIZE
= 4,
mips64-obsd-tdep.c
125
MIPS_INSN32_SIZE
,
mips-fbsd-tdep.c
343
MIPS_INSN32_SIZE
,
435
MIPS_INSN32_SIZE
,
452
MIPS_INSN32_SIZE
,
mips-tdep.c
1473
gdb_byte buf[
MIPS_INSN32_SIZE
];
1485
instlen =
MIPS_INSN32_SIZE
;
1570
return
MIPS_INSN32_SIZE
;
3478
for (cur_pc = start_pc; cur_pc < limit_pc; cur_pc +=
MIPS_INSN32_SIZE
)
3615
load_immediate_bytes +=
MIPS_INSN32_SIZE
; /* FIXME! */
3964
loc +=
MIPS_INSN32_SIZE
;
4023
loc +=
MIPS_INSN32_SIZE
;
4272
instlen = mips_pc_is_mips (pc) ?
MIPS_INSN32_SIZE
: MIPS_INSN16_SIZE;
4417
start_pc += 2 *
MIPS_INSN32_SIZE
;
6753
for (; pc < func_end; pc +=
MIPS_INSN32_SIZE
)
[
all
...]
Completed in 40 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026