OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:extword
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/m68k/fpe/
fpu_calcea.c
219
unsigned short
extword
;
local in function:decode_ea6
221
if (ufetch_short((void *)(insn->is_pc + insn->is_advance), &
extword
))
226
ea->ea_idxreg = (
extword
>> 12) & 0xf;
228
if ((
extword
& 0x0800) == 0) {
236
idx <<= ((
extword
>> 9) & 3);
238
if ((
extword
& 0x100) == 0) {
240
basedisp = (
extword
& 0xff);
251
if (
extword
& 0x80) {
254
bd_size = ((
extword
>> 4) & 3) - 1;
255
od_size = (
extword
& 3) - 1
[
all
...]
fpu_calcea.c
219
unsigned short
extword
;
local in function:decode_ea6
221
if (ufetch_short((void *)(insn->is_pc + insn->is_advance), &
extword
))
226
ea->ea_idxreg = (
extword
>> 12) & 0xf;
228
if ((
extword
& 0x0800) == 0) {
236
idx <<= ((
extword
>> 9) & 3);
238
if ((
extword
& 0x100) == 0) {
240
basedisp = (
extword
& 0xff);
251
if (
extword
& 0x80) {
254
bd_size = ((
extword
>> 4) & 3) - 1;
255
od_size = (
extword
& 3) - 1
[
all
...]
Completed in 21 milliseconds
Indexes created Thu Sep 25 14:09:45 GMT 2025