OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_INST
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/m68k/m68k/
db_disasm.c
259
if (
IS_INST
(RTM,opc)) {
268
if (
IS_INST
(MOVEP,opc)) {
337
if (
IS_INST
(CAS2,opc)) {
712
if(
IS_INST
(MOVETOSR,opc))
714
else if(
IS_INST
(MOVETOCCR,opc))
790
if (
IS_INST
(TRAPcc, opc) && BITFIELD(opc,2,0) > 1) {
806
} else if (
IS_INST
(DBcc, opc)) {
814
} else if (
IS_INST
(Scc,opc)) {
819
} else if (
IS_INST
(ADDQ, opc) ||
IS_INST
(SUBQ, opc))
[
all
...]
db_disasm.h
420
#define
IS_INST
(inst,val) ((inst ## _MASK & (val)) == inst ## _INST)
422
#define
IS_INST
(inst,val) ((inst/**/_MASK & (val)) == inst/**/_INST)
/src/external/gpl3/gcc/dist/gcc/config/
darwin.h
819
#define OBJC_GEN_METHOD_LABEL(BUF,
IS_INST
,CLASS_NAME,CAT_NAME,SEL_NAME,NUM) \
821
sprintf (BUF, "%c[%s(%s) %s]", (
IS_INST
) ? '-' : '+', \
824
sprintf (BUF, "%c[%s %s]", (
IS_INST
) ? '-' : '+', \
/src/external/gpl3/gcc.old/dist/gcc/config/
darwin.h
796
#define OBJC_GEN_METHOD_LABEL(BUF,
IS_INST
,CLASS_NAME,CAT_NAME,SEL_NAME,NUM) \
798
sprintf (BUF, "%c[%s(%s) %s]", (
IS_INST
) ? '-' : '+', \
801
sprintf (BUF, "%c[%s %s]", (
IS_INST
) ? '-' : '+', \
/src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc
81
#define OBJC_GEN_METHOD_LABEL(BUF,
IS_INST
, CLASS_NAME, CAT_NAME, SEL_NAME, NUM) \
85
((
IS_INST
) ? "i" : "c"), \
/src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc
81
#define OBJC_GEN_METHOD_LABEL(BUF,
IS_INST
, CLASS_NAME, CAT_NAME, SEL_NAME, NUM) \
85
((
IS_INST
) ? "i" : "c"), \
Completed in 80 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026