Searched refs:IS_INST (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/sys/arch/m68k/m68k/ |
| D | db_disasm.c | 259 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 …]
|
| D | db_disasm.h | 420 #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/ |
| D | darwin.h | 792 #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/ |
| D | objc-act.cc | 81 #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/ |
| D | gccint.info | 40826 -- Macro: OBJC_GEN_METHOD_LABEL (BUF, IS_INST, CLASS_NAME, CAT_NAME, 40844 The argument IS_INST specifies whether the method is an instance
|