OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:basedisp
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/m68k/fpe/
fpu_calcea.c
216
int
basedisp
, outerdisp;
local in function:decode_ea6
240
basedisp
= (extword & 0xff);
241
if (
basedisp
& 0x80) {
242
basedisp
|= 0xffffff00;
245
ea->ea_basedisp = idx +
basedisp
;
247
DPRINTF(("%s: brief ext word idxreg=%d,
basedisp
=%08x\n",
256
sig = fetch_disp(frame, insn, bd_size, &
basedisp
);
267
ea->ea_basedisp =
basedisp
+ idx;
271
ea->ea_basedisp =
basedisp
;
275
ea->ea_basedisp =
basedisp
;
[
all
...]
fpu_calcea.c
216
int
basedisp
, outerdisp;
local in function:decode_ea6
240
basedisp
= (extword & 0xff);
241
if (
basedisp
& 0x80) {
242
basedisp
|= 0xffffff00;
245
ea->ea_basedisp = idx +
basedisp
;
247
DPRINTF(("%s: brief ext word idxreg=%d,
basedisp
=%08x\n",
256
sig = fetch_disp(frame, insn, bd_size, &
basedisp
);
267
ea->ea_basedisp =
basedisp
+ idx;
271
ea->ea_basedisp =
basedisp
;
275
ea->ea_basedisp =
basedisp
;
[
all
...]
Completed in 21 milliseconds
Indexes created Tue Sep 23 07:09:52 GMT 2025