OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lsb_expand
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/opcodes/
v850-opc.c
599
unsigned long msb_expand,
lsb_expand
;
621
lsb_expand
= ((lsb & 0x8) << 8)|((lsb & 0x7) << 1);
623
ret = (insn & 0x0000ffff) | ((opc | msb_expand |
lsb_expand
) << 16);
598
unsigned long msb_expand,
lsb_expand
;
local
/src/external/gpl3/binutils.old/dist/opcodes/
v850-opc.c
599
unsigned long msb_expand,
lsb_expand
;
621
lsb_expand
= ((lsb & 0x8) << 8)|((lsb & 0x7) << 1);
623
ret = (insn & 0x0000ffff) | ((opc | msb_expand |
lsb_expand
) << 16);
598
unsigned long msb_expand,
lsb_expand
;
local
/src/external/gpl3/gdb/dist/opcodes/
v850-opc.c
599
unsigned long msb_expand,
lsb_expand
;
621
lsb_expand
= ((lsb & 0x8) << 8)|((lsb & 0x7) << 1);
623
ret = (insn & 0x0000ffff) | ((opc | msb_expand |
lsb_expand
) << 16);
598
unsigned long msb_expand,
lsb_expand
;
local
/src/external/gpl3/gdb.old/dist/opcodes/
v850-opc.c
599
unsigned long msb_expand,
lsb_expand
;
621
lsb_expand
= ((lsb & 0x8) << 8)|((lsb & 0x7) << 1);
623
ret = (insn & 0x0000ffff) | ((opc | msb_expand |
lsb_expand
) << 16);
598
unsigned long msb_expand,
lsb_expand
;
local
Completed in 18 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026