Searched refs:OPC (Results 1 – 9 of 9) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | Instruction.h | 444 #define HANDLE_TERM_INST(N, OPC, CLASS) OPC = N, 451 #define HANDLE_BINARY_INST(N, OPC, CLASS) OPC = N, 458 #define HANDLE_MEMORY_INST(N, OPC, CLASS) OPC = N, 465 #define HANDLE_CAST_INST(N, OPC, CLASS) OPC = N, 472 #define HANDLE_OTHER_INST(N, OPC, CLASS) OPC = N,
|
D | InstrTypes.h | 171 #define HANDLE_BINARY_INST(N, OPC, CLASS) \ 172 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \ 174 return Create(Instruction::OPC, V1, V2, Name);\ 177 #define HANDLE_BINARY_INST(N, OPC, CLASS) \ 178 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \ 180 return Create(Instruction::OPC, V1, V2, Name, BB);\ 183 #define HANDLE_BINARY_INST(N, OPC, CLASS) \ 184 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \ 186 return Create(Instruction::OPC, V1, V2, Name, I);\ 247 #define DEFINE_HELPERS(OPC, NUWNSWEXACT) \ [all …]
|
/external/valgrind/auxprogs/ |
D | s390-check-opcodes.pl | 35 open(OPC, "$opc_file") || die "cannot open $opc_file\n"; 36 while (my $line = <OPC>) { 116 close(OPC);
|
/external/libpcap/ |
D | tokdefs.h | 148 OPC = 366, enumerator 269 #define OPC 366 macro
|
D | grammar.y | 298 %token SIO OPC DPC SLS HSIO HOPC HDPC HSLS 681 | OPC { $$.mtp3fieldtype = M_OPC; }
|
D | scanner.l | 318 opc return OPC;
|
D | grammar.c | 455 OPC = 366, enumerator 576 #define OPC 366 macro
|
D | scanner.c | 3574 return OPC;
|
/external/llvm/lib/Target/PowerPC/ |
D | README.txt | 633 OP_type is the operand type - one of OPC (opcode), RD (register destination),
|