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_opcode_char
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-tic30.c
69
#define
is_opcode_char
(x) (opcode_chars [(unsigned char) x])
macro
331
if (
is_opcode_char
(c) && search_status == NONE)
336
else if (
is_opcode_char
(c) && search_status == START_OPCODE)
338
else if (!
is_opcode_char
(c) && search_status == START_OPCODE)
649
while (
is_opcode_char
(*current_posn))
1423
if (!
is_opcode_char
(*current_posn))
1440
while (
is_opcode_char
(*current_posn))
/src/external/gpl3/binutils.old/dist/gas/config/
tc-tic30.c
69
#define
is_opcode_char
(x) (opcode_chars [(unsigned char) x])
macro
331
if (
is_opcode_char
(c) && search_status == NONE)
336
else if (
is_opcode_char
(c) && search_status == START_OPCODE)
338
else if (!
is_opcode_char
(c) && search_status == START_OPCODE)
649
while (
is_opcode_char
(*current_posn))
1423
if (!
is_opcode_char
(*current_posn))
1440
while (
is_opcode_char
(*current_posn))
Completed in 15 milliseconds
Indexes created Sun May 17 00:24:36 UTC 2026