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_OPCODE32F
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-csky.c
3341
#define
IS_OPCODE32F
(a) (*(a - 2) == '3' && *(a - 1) == '2')
3366
if (
IS_OPCODE32F
(opcode_end))
3385
if (IS_CSKY_V2 (mach_flag) &&
IS_OPCODE32F
(opcode_end))
/src/external/gpl3/binutils.old/dist/gas/config/
tc-csky.c
3341
#define
IS_OPCODE32F
(a) (*(a - 2) == '3' && *(a - 1) == '2')
3366
if (
IS_OPCODE32F
(opcode_end))
3385
if (IS_CSKY_V2 (mach_flag) &&
IS_OPCODE32F
(opcode_end))
Completed in 21 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026