OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_half
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/opcodes/
metag-dis.c
2438
bool
is_half
= (MINOR_OPCODE (insn_word) == 0x5);
local
2455
snprintf (prefix, DSP_PREFIX_WIDTH, "D%s",
is_half
? "H" : "");
/src/external/gpl3/binutils.old/dist/opcodes/
metag-dis.c
2438
bool
is_half
= (MINOR_OPCODE (insn_word) == 0x5);
local
2455
snprintf (prefix, DSP_PREFIX_WIDTH, "D%s",
is_half
? "H" : "");
/src/external/gpl3/gdb/dist/opcodes/
metag-dis.c
2438
bool
is_half
= (MINOR_OPCODE (insn_word) == 0x5);
local
2455
snprintf (prefix, DSP_PREFIX_WIDTH, "D%s",
is_half
? "H" : "");
/src/external/gpl3/gdb.old/dist/opcodes/
metag-dis.c
2438
bool
is_half
= (MINOR_OPCODE (insn_word) == 0x5);
local
2455
snprintf (prefix, DSP_PREFIX_WIDTH, "D%s",
is_half
? "H" : "");
Completed in 63 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026