/external/mesa3d/src/gallium/drivers/radeon/ |
D | SIInstrFormats.td | 25 class VOP3_32 <bits<9> op, string opName, list<dag> pattern> 26 …:$src1, AllReg_32:$src2, i32imm:$src3, i32imm:$src4, i32imm:$src5, i32imm:$src6), opName, pattern>; 28 class VOP3_64 <bits<9> op, string opName, list<dag> pattern> 29 …:$src1, AllReg_64:$src2, i32imm:$src3, i32imm:$src4, i32imm:$src5, i32imm:$src6), opName, pattern>; 32 class SOP1_32 <bits<8> op, string opName, list<dag> pattern> 33 : SOP1 <op, (outs SReg_32:$dst), (ins SReg_32:$src0), opName, pattern>; 35 class SOP1_64 <bits<8> op, string opName, list<dag> pattern> 36 : SOP1 <op, (outs SReg_64:$dst), (ins SReg_64:$src0), opName, pattern>; 38 class SOP2_32 <bits<7> op, string opName, list<dag> pattern> 39 : SOP2 <op, (outs SReg_32:$dst), (ins SReg_32:$src0, SReg_32:$src1), opName, pattern>; [all …]
|
D | R600Instructions.td | 78 class R600_1OP <bits<32> inst, string opName, list<dag> pattern, 83 !strconcat(opName, " $dst, $src ($p)"), 88 class R600_2OP <bits<32> inst, string opName, list<dag> pattern, 93 !strconcat(opName, " $dst, $src0, $src1"), 98 class R600_3OP <bits<32> inst, string opName, list<dag> pattern, 103 !strconcat(opName, " $dst, $src0, $src1, $src2"), 145 class R600_TEX <bits<32> inst, string opName, list<dag> pattern, 150 !strconcat(opName, "$dst, $src0, $src1, $src2"),
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.td | 717 class SOP1_Pseudo <string opName, dag outs, dag ins, list<dag> pattern> : 719 SIMCInstr<opName, SIEncodingFamily.NONE> { 724 class SOP1_Real_si <sop1 op, string opName, dag outs, dag ins, string asm> : 727 SIMCInstr<opName, SIEncodingFamily.SI> { 734 class SOP1_Real_vi <sop1 op, string opName, dag outs, dag ins, string asm> : 737 SIMCInstr<opName, SIEncodingFamily.VI> { 744 multiclass SOP1_m <sop1 op, string opName, dag outs, dag ins, string asm, 747 def "" : SOP1_Pseudo <opName, outs, ins, pattern>; 749 def _si : SOP1_Real_si <op, opName, outs, ins, asm>; 751 def _vi : SOP1_Real_vi <op, opName, outs, ins, asm>; [all …]
|
D | R600Instructions.td | 93 class R600_1OP <bits<11> inst, string opName, list<dag> pattern, 100 !strconcat(" ", opName, 125 class R600_1OP_Helper <bits<11> inst, string opName, SDPatternOperator node, 127 R600_1OP <inst, opName, 134 class R600_2OP <bits<11> inst, string opName, list<dag> pattern, 143 !strconcat(" ", opName, 163 class R600_2OP_Helper <bits<11> inst, string opName, 166 R600_2OP <inst, opName, 175 class R600_3OP <bits<5> inst, string opName, list<dag> pattern, 184 !strconcat(" ", opName, "$clamp $last $dst$dst_rel, " [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperation.hpp | 213 bool isResourceSupported (const OperationName opName, const ResourceDescription& resourceDes… 214 de::MovePtr<OperationSupport> makeOperationSupport (const OperationName opName, const ResourceDescr… 215 std::string getOperationName (const OperationName opName);
|
D | vktSynchronizationOperation.cpp | 3458 bool isResourceSupported (const OperationName opName, const ResourceDescription& resourceDesc) in isResourceSupported() argument 3460 switch (opName) in isResourceSupported() 3554 std::string getOperationName (const OperationName opName) in getOperationName() argument 3556 switch (opName) in getOperationName() 3627 de::MovePtr<OperationSupport> makeOperationSupport (const OperationName opName, const ResourceDescr… in makeOperationSupport() argument 3629 switch (opName) in makeOperationSupport()
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
D | TokenRewriteStream.java | 112 String opName = getClass().getName(); in toString() local 113 int $index = opName.indexOf('$'); in toString() 114 opName = opName.substring($index+1, opName.length()); in toString() 115 return "<"+opName+"@"+tokens.get(index)+ in toString()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | TokenRewriteStream.cs | 125 string opName = this.GetType().Name; in ToString() 126 int index = opName.IndexOf('$'); in ToString() 127 opName = opName.Substring(index + 1); in ToString() 128 return "<" + opName + "@" + this.index + ":\"" + text + "\">"; in ToString()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | TokenRewriteStream.cs | 141 string opName = this.GetType().Name; in ToString() 142 int dindex = opName.IndexOf( '$' ); in ToString() 143 opName = opName.Substring( dindex + 1 ); in ToString() 144 return string.Format("<{0}@{1}:\"{2}\">", opName, stream._tokens[index], text); in ToString()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | EDEmitter.cpp | 383 const char *opName, in decorate1() argument 387 opIndex = inst.Operands.getOperandNamed(std::string(opName)); in decorate1() 392 #define DECORATE1(opName, opFlag) decorate1(operandFlags, inst, opName, opFlag) argument
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRTokenRewriteStream.m | 73 NSString *opName = [self className]; 74 int $index = [self indexOf:'$' inString:opName]; 75 opName = [opName substringWithRange:NSMakeRange($index+1, [opName length])]; 76 return [NSString stringWithFormat:@"<%@%d:\"%@\">", opName, rwIndex, opName];
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
D | streams.py | 974 opName = self.__class__.__name__ 976 opName, self.index, self.text)
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderOperatorTests.cpp | 1336 const char* const opName = m_op == "+" ? "addition" in logSingleOperationCalculationInfo() local 1341 DE_ASSERT(opName != DE_NULL); in logSingleOperationCalculationInfo() 1344 << opName << " operations in one loop iteration than the small program; " in logSingleOperationCalculationInfo()
|
/external/deqp/modules/gles3/performance/ |
D | es3pShaderOperatorTests.cpp | 1340 const char* const opName = m_op == "+" ? "addition" in logSingleOperationCalculationInfo() local 1345 DE_ASSERT(opName != DE_NULL); in logSingleOperationCalculationInfo() 1348 << opName << " operations in one loop iteration than the small program; " in logSingleOperationCalculationInfo()
|
/external/dexmaker/lib/ |
D | dalvik-dx-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/antlr/antlr-3.4/lib/ |
D | antlr-3.4-complete.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/antlr/
org/ ... |