OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:INST2OFFSET
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/binutils/dist/opcodes/
moxie-dis.c
36
#define
INST2OFFSET
(o) (((((o) & 0x3ff) ^ 0x200) - 0x200) * 2)
213
info->print_address_func (addr +
INST2OFFSET
(iword) + 2, info);
/src/external/gpl3/binutils.old/dist/opcodes/
moxie-dis.c
36
#define
INST2OFFSET
(o) (((((o) & 0x3ff) ^ 0x200) - 0x200) * 2)
213
info->print_address_func (addr +
INST2OFFSET
(iword) + 2, info);
/src/external/gpl3/gdb.old/dist/opcodes/
moxie-dis.c
36
#define
INST2OFFSET
(o) (((((o) & 0x3ff) ^ 0x200) - 0x200) * 2)
213
info->print_address_func (addr +
INST2OFFSET
(iword) + 2, info);
/src/external/gpl3/gdb/dist/opcodes/
moxie-dis.c
36
#define
INST2OFFSET
(o) (((((o) & 0x3ff) ^ 0x200) - 0x200) * 2)
213
info->print_address_func (addr +
INST2OFFSET
(iword) + 2, info);
/src/external/gpl3/gdb.old/dist/gdb/
moxie-tdep.c
293
#define
INST2OFFSET
(o) ((((signed short)((o & ((1<<10)-1))<<6))>>6)<<1)
336
next_pcs.push_back (addr + 2 +
INST2OFFSET
(inst));
/src/external/gpl3/gdb/dist/gdb/
moxie-tdep.c
293
#define
INST2OFFSET
(o) ((((signed short)((o & ((1<<10)-1))<<6))>>6)<<1)
336
next_pcs.push_back (addr + 2 +
INST2OFFSET
(inst));
/src/external/gpl3/gdb.old/dist/sim/moxie/
interp.c
44
#define
INST2OFFSET
(o) ((((signed short)((o & ((1<<10)-1))<<6))>>6)<<1)
275
pc +=
INST2OFFSET
(inst);
282
pc +=
INST2OFFSET
(inst);
289
pc +=
INST2OFFSET
(inst);
295
pc +=
INST2OFFSET
(inst);
302
pc +=
INST2OFFSET
(inst);
309
pc +=
INST2OFFSET
(inst);
316
pc +=
INST2OFFSET
(inst);
323
pc +=
INST2OFFSET
(inst);
330
pc +=
INST2OFFSET
(inst)
[
all
...]
/src/external/gpl3/gdb/dist/sim/moxie/
interp.c
44
#define
INST2OFFSET
(o) ((((signed short)((o & ((1<<10)-1))<<6))>>6)<<1)
275
pc +=
INST2OFFSET
(inst);
282
pc +=
INST2OFFSET
(inst);
289
pc +=
INST2OFFSET
(inst);
295
pc +=
INST2OFFSET
(inst);
302
pc +=
INST2OFFSET
(inst);
309
pc +=
INST2OFFSET
(inst);
316
pc +=
INST2OFFSET
(inst);
323
pc +=
INST2OFFSET
(inst);
330
pc +=
INST2OFFSET
(inst)
[
all
...]
Completed in 27 milliseconds
Indexes created Tue Apr 28 00:22:25 UTC 2026