OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:instr_word
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/opcodes/
z8k-dis.c
304
unsigned short instr_nibl, instr_byte,
instr_word
;
local
318
instr_word
= instr_data->words[nibl_count & ~3];
331
+ (signed short) (
instr_word
& 0xffff);
335
if (
instr_word
& 0x800)
338
- (signed short) ((
instr_word
& 0xfff) | 0xf000) * 2;
341
- (
instr_word
& 0x0fff) * 2;
367
instr_data->immediate =
instr_word
;
407
instr_data->address = ((
instr_word
& 0x7f00) << 16
414
instr_data->address = ((
instr_word
& 0x7f00) << 16
415
| (
instr_word
& 0x00ff))
[
all
...]
/src/external/gpl3/binutils.old/dist/opcodes/
z8k-dis.c
304
unsigned short instr_nibl, instr_byte,
instr_word
;
local
318
instr_word
= instr_data->words[nibl_count & ~3];
331
+ (signed short) (
instr_word
& 0xffff);
335
if (
instr_word
& 0x800)
338
- (signed short) ((
instr_word
& 0xfff) | 0xf000) * 2;
341
- (
instr_word
& 0x0fff) * 2;
367
instr_data->immediate =
instr_word
;
407
instr_data->address = ((
instr_word
& 0x7f00) << 16
414
instr_data->address = ((
instr_word
& 0x7f00) << 16
415
| (
instr_word
& 0x00ff))
[
all
...]
/src/external/gpl3/gdb.old/dist/opcodes/
z8k-dis.c
304
unsigned short instr_nibl, instr_byte,
instr_word
;
local
318
instr_word
= instr_data->words[nibl_count & ~3];
331
+ (signed short) (
instr_word
& 0xffff);
335
if (
instr_word
& 0x800)
338
- (signed short) ((
instr_word
& 0xfff) | 0xf000) * 2;
341
- (
instr_word
& 0x0fff) * 2;
367
instr_data->immediate =
instr_word
;
407
instr_data->address = ((
instr_word
& 0x7f00) << 16
414
instr_data->address = ((
instr_word
& 0x7f00) << 16
415
| (
instr_word
& 0x00ff))
[
all
...]
/src/external/gpl3/gdb/dist/opcodes/
z8k-dis.c
304
unsigned short instr_nibl, instr_byte,
instr_word
;
local
318
instr_word
= instr_data->words[nibl_count & ~3];
331
+ (signed short) (
instr_word
& 0xffff);
335
if (
instr_word
& 0x800)
338
- (signed short) ((
instr_word
& 0xfff) | 0xf000) * 2;
341
- (
instr_word
& 0x0fff) * 2;
367
instr_data->immediate =
instr_word
;
407
instr_data->address = ((
instr_word
& 0x7f00) << 16
414
instr_data->address = ((
instr_word
& 0x7f00) << 16
415
| (
instr_word
& 0x00ff))
[
all
...]
Completed in 21 milliseconds
Indexes created Wed Jul 15 00:26:21 UTC 2026