Searched refs:OPCODE (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.2-release/contrib/binutils/opcodes/
H A Dspu-opc.c35 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \
36 { MACFORMAT, OPCODE, MNEMONIC, ASMFORMAT },
37 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \
38 { MACFORMAT, OPCODE, MNEMONIC, ASMFORMAT },
H A Darc-dis.c62 #define OPCODE(word) (BITS ((word), 27, 31)) macro
562 state->_opcode = OPCODE (state->words[0]);
/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DInstCount.cpp30 #define HANDLE_INST(N, OPCODE, CLASS) \
31 STATISTIC(Num ## OPCODE ## Inst, "Number of " #OPCODE " insts");
43 #define HANDLE_INST(N, OPCODE, CLASS) \
44 void visit##OPCODE(CLASS &) { ++Num##OPCODE##Inst; ++TotalInsts; }
/freebsd-10.2-release/contrib/gcc/config/mips/
H A Dmips16.S58 #define SFOP(NAME, OPCODE) \
64 OPCODE $f0,$f0,$f2; \
84 #define SFOP2(NAME, OPCODE) \
89 OPCODE $f0,$f0; \
110 #define SFCMP(NAME, OPCODE, TRUE, FALSE) \
114 OPCODE $f0,$f2; \
124 #define SFREVCMP(NAME, OPCODE, TRUE, FALSE) \
128 OPCODE $f2,$f0; \
234 #define DFOP(NAME, OPCODE) \
240 OPCODE
[all...]
H A Dmips.h2351 OPCODE is the opcode's mnemonic and OPERANDS is the asm template for
2353 #define MIPS_BRANCH(OPCODE, OPERANDS) \
2354 "%*" OPCODE "%?\t" OPERANDS "%/"
/freebsd-10.2-release/contrib/llvm/include/llvm/
H A DInstVisitor.h27 #define HANDLE_INST(NUM, OPCODE, CLASS) class CLASS;
122 #define HANDLE_INST(NUM, OPCODE, CLASS) \
123 case Instruction::OPCODE: return \
125 visit##OPCODE(static_cast<CLASS&>(I));
154 #define HANDLE_INST(NUM, OPCODE, CLASS) \
155 RetTy visit##OPCODE(CLASS &I) { \
/freebsd-10.2-release/contrib/binutils/include/opcode/
H A Dspu.h73 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \
75 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \
/freebsd-10.2-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2181 #define OPCODE(NAME) case SystemZISD::NAME: return "SystemZISD::" #NAME macro
2183 OPCODE(RET_FLAG);
2184 OPCODE(CALL);
2185 OPCODE(SIBCALL);
2186 OPCODE(PCREL_WRAPPER);
2187 OPCODE(PCREL_OFFSET);
2188 OPCODE(ICMP);
2189 OPCODE(FCMP);
2190 OPCODE(TM);
2191 OPCODE(BR_CCMAS
2228 #undef OPCODE macro
[all...]
/freebsd-10.2-release/sys/boot/ficl/
H A Dvm.c192 } OPCODE;
203 OPCODE o = (*ip++).i;
/freebsd-10.2-release/contrib/binutils/gas/config/
H A Dtc-spu.c28 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \
29 { MACFORMAT, (OPCODE) << (32-11), MNEMONIC, ASMFORMAT },
30 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \
31 { MACFORMAT, ((OPCODE) << (32-11)) | ((FB) << (32-18)), MNEMONIC, ASMFORMAT },
/freebsd-10.2-release/sys/ia64/disasm/
H A Ddisasm_int.h57 #define OPCODE(i) FIELD(i, 37, 4) macro
H A Ddisasm_decode.c56 switch((int)OPCODE(bits)) {
543 switch((int)OPCODE(bits)) {
659 switch((int)OPCODE(bits)) {
908 if ((int)OPCODE(bits) >= 8)
912 switch((int)OPCODE(bits)) {
1320 if ((int)OPCODE(bits) >= 8)
1324 switch((int)OPCODE(bits)) {
2485 switch((int)OPCODE(bits)) {
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1242 #define HANDLE_INST(NUM, OPCODE, CLASS) OPCODE = NUM,
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp989 #define HANDLE_INST(NUM, OPCODE, CLASS) \
990 case Instruction::OPCODE: visit##OPCODE((const CLASS&)I); break;

Completed in 232 milliseconds