HomeSort by relevance Sort by last modified time
    Searched refs:Operand (Results 276 - 300 of 361) sorted by null

<<1112131415

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_frag.c 71 GLenum *operand; member in struct:combiner_state
89 (rc)->operand = c->Operand##chan; \
136 * operand, possibly inverted or biased. */
141 get_input_mapping(struct combiner_state *rc, int operand, int flags)
145 if (is_color_operand(operand))
150 if (is_negative_operand(operand) == !(flags & INVERT))
166 int operand = rc->operand[arg]; local
177 if (is_color_operand(operand))
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.h 76 Operand ToOperand(LOperand* op);
  /external/v8/test/cctest/
test-assembler-mips.cc 95 __ Branch(&L, ne, v1, Operand(0));
151 __ Branch(&error, ne, v0, Operand(0x0f234560));
156 __ Branch(&error, ne, v0, Operand(0x00001234));
159 __ Branch(&error, ne, v1, Operand(0x80000003));
162 __ Branch(&error, ne, v1, Operand(0x7ffffffc));
169 __ Branch(&error, ne, v0, Operand(0xedcba983));
173 __ Branch(&error, ne, v0, Operand(0x1));
176 __ Branch(&error, ne, v0, Operand(zero_reg));
183 __ Branch(&error, ne, v0, Operand(0x00007400));
186 __ Branch(&error, ne, v1, Operand(0x80000000))
    [all...]
test-assembler-mips64.cc 95 __ Branch(&L, ne, v1, Operand((int64_t)0));
151 __ Branch(&error, ne, v0, Operand(0x0f234560));
156 __ Branch(&error, ne, v0, Operand(0x00001234));
159 __ Branch(&error, ne, v1, Operand(0xffffffff80000003));
162 __ Branch(&error, ne, v1, Operand(0x7ffffffc));
169 __ Branch(&error, ne, v0, Operand(0xffffffffedcba983));
177 __ Branch(&error, ne, v0, Operand(0x1));
180 __ Branch(&error, ne, v0, Operand(zero_reg));
191 __ Branch(&error, ne, v0, Operand(0x00007400));
194 __ Branch(&error, ne, v1, Operand(0xffffffff80000000))
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 93 /// X86 SetCC. Operand 0 is condition code, and operand 1 is the EFLAGS
94 /// operand, usually produced by a CMP instruction.
113 /// X86 conditional moves. Operand 0 and operand 1 are the two values
114 /// to select from. Operand 2 is the condition code, and operand 3 is the
115 /// flag operand produced by a CMP or TEST instruction. It also writes a
119 /// X86 conditional branches. Operand 0 is the chain operand, operand
    [all...]
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 101 // If this differs in the same operand as the rest of the instructions in
117 // If the operand is the same for all instructions, just print it.
120 // If this is the operand that varies between all of the instructions,
121 // emit a switch for just this operand now.
184 // This command matches one operand so far.
209 // set share the operand.
215 // Okay, found another instruction in this command set. If the operand
228 // Okay, everything in this command set has the same next operand. Add it
295 /// chunk of the output as well as indices used for operand printing.
334 // Nuke the string from the operand list. It is now handled
    [all...]
  /external/opencv3/3rdparty/jinja2/
nodes.py 699 list of :class:`Operand`\s.
716 class Operand(Helper):
721 Operand.__doc__ += '\nThe following operators are available: ' + \
  /external/v8/src/full-codegen/
full-codegen.h 311 const Operand& rhs,
318 const Operand& rhs,
346 // An operand used to read/write a stack-allocated (PARAMETER or LOCAL)
350 // An operand used to read/write a known (PARAMETER, LOCAL, or CONTEXT)
352 // found context into the scratch register. Writing to this operand will
577 // Apply the compound assignment operator. Expects the left operand on top
    [all...]
  /external/clang/include/clang/AST/
Stmt.h 158 unsigned IsType : 1; // true if operand is a type, false if an expression.
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 603 // This is only the direct operand of an & operator if it is not
652 /// direct operand of the address-of operator. This is, besides member contexts,
    [all...]
ParseDecl.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 63 Operand->dumpToStream(os);
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 179 // of their operands get the same value number by sorting the operand value
188 // Sort the operand value numbers so x<y and y>x get the same value number.
214 // Sort the operand value numbers so x<y and y>x get the same value number.
    [all...]
  /art/compiler/utils/arm64/
assembler_arm64.cc 787 ___ Neg(reg, vixl::Operand(reg));
793 ___ Neg(reg, vixl::Operand(reg));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 66 // itself and be an operand of extractelement at a constant location,
73 // If so, it's known at this point that one operand is PHI and the other is
92 // Scalarize each PHI operand.
97 // If the operand is the PHI induction variable:
99 // Scalarize the binary operation. Its first operand is the
100 // scalar PHI, and the second operand is extracted from the other
101 // vector operand.
591 for (Value *Operand : I->operands()) {
592 if (!CanEvaluateShuffled(Operand, Mask, Depth-1))
782 // If element is not in Mask, no need to handle the operand 1 (element t
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /external/clang/lib/Sema/
TreeTransform.h 67 /// the pointee type of a PointerType node) and, if any of those operand nodes
    [all...]
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp 222 /// getStartLoc - Get the location of the first token of this operand.
225 /// getEndLoc - Get the location of the last token of this operand.
797 // Create instruction operand for bundle instruction
821 return Error(ErrorLoc, "invalid operand for instruction");
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 762 /// unevaluated operand (C++11 [expr]p7), such as the subexpression of
769 /// operand that unconditionally permits abstract references to
    [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 34 // polymorphic class type, [...] the expression is an unevaluated operand.
47 Operand.get<TypeSourceInfo *>()->getType().getNonReferenceType(), Quals);
54 Operand.get<TypeSourceInfo *>()->getType().getNonReferenceType(), Quals);
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 528 // This version of the getCopyToReg method takes an extra operand, which
554 // This version of the getCopyFromReg method takes an extra operand, which
607 /// Return an operation which will any-extend the low lanes of the operand
610 /// lanes of the operand from i8 to i32.
613 /// Return an operation which will sign extend the low lanes of the operand
616 /// lanes of the operand from i8 to i32.
619 /// Return an operation which will zero extend the low lanes of the operand
622 /// lanes of the operand from i8 to i32.
    [all...]

Completed in 625 milliseconds

<<1112131415