| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | InstCount.cpp | 30 #define HANDLE_INST(N, OPCODE, CLASS) \ argument 31 STATISTIC(Num ## OPCODE ## Inst, "Number of " #OPCODE " insts"); 42 #define HANDLE_INST(N, OPCODE, CLASS) \ argument 43 void visit##OPCODE(CLASS &) { ++Num##OPCODE##Inst; ++TotalInsts; }
|
| /freebsd-12.1/contrib/gcc/config/mips/ |
| H A D | mips16.S | 58 #define SFOP(NAME, OPCODE) \ argument 64 OPCODE $f0,$f0,$f2; \ 84 #define SFOP2(NAME, OPCODE) \ argument 89 OPCODE $f0,$f0; \ 114 OPCODE $f0,$f2; \ 128 OPCODE $f2,$f0; \ 234 #define DFOP(NAME, OPCODE) \ argument 240 OPCODE $f0,$f12,$f14; \ 265 OPCODE $f0,$f12; \ 319 OPCODE $f12,$f14; \ [all …]
|
| H A D | mips.h | 2337 #define MIPS_BRANCH(OPCODE, OPERANDS) \ argument 2338 "%*" OPCODE "%?\t" OPERANDS "%/"
|
| /freebsd-12.1/contrib/binutils/opcodes/ |
| H A D | spu-opc.c | 34 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument 35 { MACFORMAT, OPCODE, MNEMONIC, ASMFORMAT }, 36 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument 37 { MACFORMAT, OPCODE, MNEMONIC, ASMFORMAT },
|
| H A D | arc-dis.c | 62 #define OPCODE(word) (BITS ((word), 27, 31)) macro 562 state->_opcode = OPCODE (state->words[0]); in dsmOneArcInst()
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 4997 OPCODE(TM); in getTargetNodeName() 5013 OPCODE(MVC); in getTargetNodeName() 5015 OPCODE(NC); in getTargetNodeName() 5017 OPCODE(OC); in getTargetNodeName() 5019 OPCODE(XC); in getTargetNodeName() 5021 OPCODE(CLC); in getTargetNodeName() 5026 OPCODE(IPM); in getTargetNodeName() 5067 OPCODE(VTM); in getTargetNodeName() 5077 OPCODE(TDC); in getTargetNodeName() 5094 OPCODE(LRV); in getTargetNodeName() [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | InstVisitor.h | 27 #define HANDLE_INST(NUM, OPCODE, CLASS) class CLASS; argument 125 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in visit() argument 126 case Instruction::OPCODE: return \ in visit() 128 visit##OPCODE(static_cast<CLASS&>(I)); in visit() 157 #define HANDLE_INST(NUM, OPCODE, CLASS) \ argument 158 RetTy visit##OPCODE(CLASS &I) { \
|
| /freebsd-12.1/contrib/binutils/include/opcode/ |
| H A D | spu.h | 73 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument 75 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument
|
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | tc-spu.c | 28 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument 29 { MACFORMAT, (OPCODE) << (32-11), MNEMONIC, ASMFORMAT }, 30 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument 31 { MACFORMAT, ((OPCODE) << (32-11)) | ((FB) << (32-18)), MNEMONIC, ASMFORMAT },
|
| /freebsd-12.1/stand/ficl/ |
| H A D | vm.c | 192 } OPCODE; 203 OPCODE o = (*ip++).i;
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 1616 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in translate() argument 1617 case Instruction::OPCODE: \ in translate() 1618 return translate##OPCODE(Inst, *CurBuilder.get()); in translate() 1666 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in translate() argument 1667 case Instruction::OPCODE: \ in translate() 1668 return translate##OPCODE(*CE, *EntryBuilder.get()); in translate()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1440 #define HANDLE_INST(NUM, OPCODE, CLASS) OPCODE = NUM, in InstructionOpcodeToISD() argument
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 1126 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in visit() argument 1127 case Instruction::OPCODE: visit##OPCODE((const CLASS&)I); break; in visit()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | FSFChangeLog.10 | 859 (ASM_OUTPUT_{CASE_LABEL,OPCODE}): Define only if not using GNU as.
|
| H A D | ChangeLog-1998 | 2222 * mips16.S (DFREVCMP): Reverse arguments to OPCODE.
|