Home
last modified time | relevance | path

Searched refs:IS_INST (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/arch/m68k/m68k/
Ddb_disasm.c259 if (IS_INST(RTM,opc)) { in opcode_bitmanip()
268 if (IS_INST(MOVEP,opc)) { in opcode_bitmanip()
337 if (IS_INST(CAS2,opc)) { in opcode_bitmanip()
712 if(IS_INST(MOVETOSR,opc)) in opcode_misc()
714 else if(IS_INST(MOVETOCCR,opc)) in opcode_misc()
790 if (IS_INST(TRAPcc, opc) && BITFIELD(opc,2,0) > 1) { in opcode_0101()
806 } else if (IS_INST(DBcc, opc)) { in opcode_0101()
814 } else if (IS_INST(Scc,opc)) { in opcode_0101()
819 } else if (IS_INST(ADDQ, opc) || IS_INST(SUBQ, opc)) { in opcode_0101()
822 if (IS_INST(SUBQ, opc)) in opcode_0101()
[all …]
Ddb_disasm.h420 #define IS_INST(inst,val) ((inst ## _MASK & (val)) == inst ## _INST) macro
422 #define IS_INST(inst,val) ((inst/**/_MASK & (val)) == inst/**/_INST) macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/
Ddarwin.h792 #define OBJC_GEN_METHOD_LABEL(BUF,IS_INST,CLASS_NAME,CAT_NAME,SEL_NAME,NUM) \ argument
794 sprintf (BUF, "%c[%s(%s) %s]", (IS_INST) ? '-' : '+', \
797 sprintf (BUF, "%c[%s %s]", (IS_INST) ? '-' : '+', \
/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
Dobjc-act.cc81 #define OBJC_GEN_METHOD_LABEL(BUF, IS_INST, CLASS_NAME, CAT_NAME, SEL_NAME, NUM) \ argument
85 ((IS_INST) ? "i" : "c"), \
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dgccint.info40826 -- Macro: OBJC_GEN_METHOD_LABEL (BUF, IS_INST, CLASS_NAME, CAT_NAME,
40844 The argument IS_INST specifies whether the method is an instance