/external/pcre/dist/ |
D | pcre_jit_compile.c | 523 #define OP1(op, dst, dstw, src, srcw) \ macro 1444 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(0)); in init_frame() 1445 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, SLJIT_IMM, -OVECTOR(0)); in init_frame() 1447 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, TMP1, 0); in init_frame() 1460 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), common->mark_ptr); in init_frame() 1461 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, SLJIT_IMM, -common->mark_ptr); in init_frame() 1463 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, TMP1, 0); in init_frame() 1473 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(0)); in init_frame() 1474 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, SLJIT_IMM, -OVECTOR(0)); in init_frame() 1476 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, TMP1, 0); in init_frame() [all …]
|
/external/chromium_org/v8/src/compiler/ |
D | js-operator.h | 75 #define OP1(name, ptype, pname, properties, inputs, outputs) \ macro 116 OP1(JSCallFunction, CallParameters, parameters, Operator::kNoProperties, in Call() 130 OP1(JSLoadNamed, LoadNamedParameters, parameters, Operator::kNoProperties, 135 OP1(JSStoreProperty, StrictMode, strict_mode, Operator::kNoProperties, 3, in StoreProperty() 141 OP1(JSStoreNamed, StoreNamedParameters, parameters, Operator::kNoProperties, in StoreNamed() 146 OP1(JSDeleteProperty, StrictMode, strict_mode, Operator::kNoProperties, 2, in DeleteProperty() 154 OP1(JSLoadContext, ContextAccess, access, in LoadContext() 159 OP1(JSStoreContext, ContextAccess, access, Operator::kNoProperties, 2, 0); in StoreContext() 171 OP1(JSCreateCatchContext, Unique<String>, name, Operator::kNoProperties, 1, in CreateCatchContext() 186 OP1(JSCallRuntime, Runtime::FunctionId, function, Operator::kNoProperties, in Runtime() [all …]
|
D | graph-reducer-unittest.cc | 24 SimpleOperator OP1(1, Operator::kNoProperties, 1, 1, "op1"); variable 80 Node* node1 = graph()->NewNode(&OP1, node0); in TEST_F() 81 Node* node2 = graph()->NewNode(&OP1, node0); in TEST_F()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/ |
D | sm4_to_tgsi.cpp | 239 #define OP1(n) OP1_(n, n) macro 258 OP1(MOV); in translate_insns() 265 OP1(FRC); in translate_insns() 266 OP1(RCP); in translate_insns() 275 OP1(NOT); in translate_insns() 284 OP1(RSQ); in translate_insns() 495 OP1(INEG); in translate_insns()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d1x/ |
D | sm4_to_tgsi.cpp | 239 #define OP1(n) OP1_(n, n) macro 258 OP1(MOV); in translate_insns() 265 OP1(FRC); in translate_insns() 266 OP1(RCP); in translate_insns() 275 OP1(NOT); in translate_insns() 284 OP1(RSQ); in translate_insns() 495 OP1(INEG); in translate_insns()
|
/external/llvm/lib/Target/R600/ |
D | R600Defines.h | 41 OP1 = (1 << 10), enumerator
|
D | R600InstrInfo.cpp | 146 return ((TargetFlags & R600_InstFlag::OP1) | in hasInstrModifiers()
|
/external/kernel-headers/original/uapi/asm-arm64/asm/ |
D | kvm.h | 140 ARM64_SYS_REG_SHIFT_MASK(op1, OP1) | \
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAG.cpp | 848 SDValue OP1; in SelectMul() local 883 OP1 = Sext1; in SelectMul() 894 OP1 = SDValue (CurDAG->getMachineNode(Hexagon::LDriw, dl, MVT::i32, in SelectMul() 904 OP0, OP1); in SelectMul() 1028 SDValue OP1; in SelectTruncate() local 1062 OP1 = Sext1; in SelectTruncate() 1073 OP1 = SDValue (CurDAG->getMachineNode(Hexagon::LDriw, dl, MVT::i32, in SelectTruncate() 1083 OP0, OP1); in SelectTruncate()
|
/external/llvm/lib/Target/R600/MCTargetDesc/ |
D | R600MCCodeEmitter.cpp | 136 ((Desc.TSFlags & R600_InstFlag::OP1) || in EncodeInstruction()
|
/external/valgrind/main/VEX/test/ |
D | test-i386.h | 27 #ifdef OP1
|
D | test-amd64.c | 97 #define OP1 macro 102 #define OP1 macro 107 #define OP1 macro 112 #define OP1 macro
|
D | test-i386.c | 87 #define OP1 macro 92 #define OP1 macro 97 #define OP1 macro 102 #define OP1 macro
|
D | test-amd64.h | 26 #ifdef OP1
|
/external/llvm/lib/Target/ |
D | README.txt | 2218 errs() << "OP1 = " << *Op1 << " U=" << Op1->getNumUses() << "\n";
|