Searched refs:operand (Results 151 - 175 of 253) sorted by relevance

1234567891011

/external/clang/lib/Parse/
H A DParseObjc.cpp1798 // The operand is surrounded with parentheses.
1800 ExprResult operand(ParseExpression());
1805 if (!operand.isInvalid())
1814 if (!operand.isInvalid())
1819 // Check the @synchronized operand now.
1820 if (!operand.isInvalid())
1821 operand = Actions.ActOnObjCAtSynchronizedOperand(atLoc, operand.take());
1829 // operand, fail now.
1830 if (operand
[all...]
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp132 UnaryExprAST(char opcode, ExprAST *operand) argument
133 : Opcode(opcode), Operand(operand) {}
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_visitor.cpp1003 unsigned int operand; local
1012 for (operand = 0; operand < ir->get_num_operands(); operand++) {
1014 ir->operands[operand]->accept(this);
1016 printf("Failed to get tree for expression operand:\n");
1017 ir->operands[operand]->print();
1020 op[operand] = this->result;
1025 assert(!ir->operands[operand]->type->is_matrix());
1124 * of that operand
[all...]
/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp927 * processing the saturate's operand, apply the saturate to that
1057 printf("Failed to get tree for expression operand:\n");
1093 unsigned int operand; local
1124 for (operand = 0; operand < ir->get_num_operands(); operand++) {
1126 ir->operands[operand]->accept(this);
1129 printf("Failed to get tree for expression operand:\n");
1130 ir->operands[operand]->accept(&v);
1133 op[operand]
[all...]
/external/v8/src/x64/
H A Dlithium-codegen-x64.cc1005 // Test the non-zero operand for negative sign.
2439 Operand operand(BuildFastArrayOperand(instr->external_pointer(),
2443 __ movss(result, operand);
2446 __ movsd(ToDoubleRegister(instr->result()), operand);
2451 __ movsxbq(result, operand);
2455 __ movzxbq(result, operand);
2458 __ movsxwq(result, operand);
2461 __ movzxwq(result, operand);
2464 __ movsxlq(result, operand);
2467 __ movl(result, operand);
4415 EmitPushTaggedOperand(LOperand* operand) argument
[all...]
H A Dlithium-codegen-x64.h295 // register, or a stack slot operand.
296 void EmitPushTaggedOperand(LOperand* operand);
/external/chromium_org/third_party/angle_dx11/src/compiler/
H A DIntermediate.cpp304 // Do we need to promote the operand?
801 // combination of operation and operand type.
809 if (operand->getBasicType() != EbtBool)
817 if (operand->getBasicType() == EbtBool)
828 if (operand->getBasicType() != EbtFloat)
832 setType(operand->getType());
859 // operand. Then only deviations from this need be coded.
910 // The other operand could be a scalar, vector, or matrix.
H A DOutputHLSL.cpp2904 TString OutputHLSL::registerString(TIntermSymbol *operand)
2906 ASSERT(operand->getQualifier() == EvqUniform);
2908 if (IsSampler(operand->getBasicType()))
2910 return "s" + str(samplerRegister(operand));
2913 return "c" + str(uniformRegister(operand));
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dff_fragment_shader.cpp155 static GLuint translate_operand( GLenum operand )
157 switch (operand) {
621 GLuint operand)
627 switch (operand) {
618 emit_combine_source(struct texenv_fragment_program *p, GLuint unit, GLuint source, GLuint operand) argument
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsOp.cpp61 if (segment->operand()) {
H A DSkOpSegment.cpp176 if (operand()) {
343 void SkOpSegment::addCubic(const SkPoint pts[4], bool operand, bool evenOdd) { argument
344 init(pts, SkPath::kCubic_Verb, operand, evenOdd);
397 void SkOpSegment::addLine(const SkPoint pts[2], bool operand, bool evenOdd) { argument
398 init(pts, SkPath::kLine_Verb, operand, evenOdd);
414 void SkOpSegment::addQuad(const SkPoint pts[3], bool operand, bool evenOdd) { argument
415 init(pts, SkPath::kQuad_Verb, operand, evenOdd);
1251 if (operand()) {
1812 void SkOpSegment::init(const SkPoint pts[], SkPath::Verb verb, bool operand, bool evenOdd) {
1814 fOperand = operand;
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h285 NonLoc makeNonLoc(const SymExpr *operand, QualType fromTy, QualType toTy);
/external/mesa3d/src/mesa/main/
H A Dff_fragment_shader.cpp155 static GLuint translate_operand( GLenum operand )
157 switch (operand) {
621 GLuint operand)
627 switch (operand) {
618 emit_combine_source(struct texenv_fragment_program *p, GLuint unit, GLuint source, GLuint operand) argument
/external/robolectric/lib/main/
H A Dhamcrest-core-1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/hamcrest/core/ org/hamcrest/internal/ LICENSE ...
/external/skia/src/pathops/
H A DSkPathOpsOp.cpp61 if (segment->operand()) {
H A DSkOpSegment.cpp176 if (operand()) {
343 void SkOpSegment::addCubic(const SkPoint pts[4], bool operand, bool evenOdd) { argument
344 init(pts, SkPath::kCubic_Verb, operand, evenOdd);
397 void SkOpSegment::addLine(const SkPoint pts[2], bool operand, bool evenOdd) { argument
398 init(pts, SkPath::kLine_Verb, operand, evenOdd);
414 void SkOpSegment::addQuad(const SkPoint pts[3], bool operand, bool evenOdd) { argument
415 init(pts, SkPath::kQuad_Verb, operand, evenOdd);
1251 if (operand()) {
1812 void SkOpSegment::init(const SkPoint pts[], SkPath::Verb verb, bool operand, bool evenOdd) {
1814 fOperand = operand;
[all...]
/external/v8/src/ia32/
H A Dlithium-codegen-ia32.h88 // The operand denoting the second word (the one with a higher address) of
316 // register, or a stack slot operand.
317 void EmitPushTaggedOperand(LOperand* operand);
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc543 // Instead of going through the entire use list of each operand, we only
548 HValue* operand = OperandAt(i); local
549 if (operand == NULL) continue;
550 HUseListNode* first = operand->use_list_;
552 operand->use_list_ = first->tail();
773 // Must reach other operand in the same block!
1648 // The magnitude of the modulus is bounded by the right operand. Note that
1653 // The result of the modulo operation has the sign of its left operand.
1890 * its "incremented" value (the other operand would be the "base" value).
2159 // Mark phis that may have 'arguments' directly or indirectly as an operand
3901 HConstant* operand = HConstant::cast(OperandAt(i)); local
[all...]
/external/qemu/
H A Dppc-dis.c67 /* An array of operand codes. Each code is an index into the
68 operand table. They appear in the order which the operands must
177 /* A bitmask of bits in the operand. */
180 /* How far the operand is left shifted in the instruction.
182 where the operand goes in the insn. */
186 operand value into an instruction, check this field.
191 this structure, and op is the operand value).
194 instruction and the operand value. It will return the new value
196 the operand value is illegal, *ERRMSG will be set to a warning
197 string (the operand wil
5192 operand_value_powerpc(const struct powerpc_operand *operand, unsigned long insn, int dialect) argument
5225 const struct powerpc_operand *operand; local
5280 const struct powerpc_operand *operand; local
[all...]
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1628 Value* operand = I->getOperand(i); local
1629 printType(operand->getType());
1631 // If the operand references a GVal or Constant, make a note of it
1632 if (GlobalValue* GV = dyn_cast<GlobalValue>(operand)) {
1638 } else if (Constant* C = dyn_cast<Constant>(operand)) {
1641 // If the operand references a GVal or Constant, make a note of it
1642 Value* operand = C->getOperand(j); local
1643 printType(operand->getType());
1644 if (GlobalValue* GV = dyn_cast<GlobalValue>(operand)) {
/external/llvm/test/MC/ARM/
H A Dneon-add-encoding.s107 @ Two-operand forms.
185 @ two-operand variants.
237 @ Two-operand variants
H A Dneon-shift-encoding.s73 @ implied destination operand variants.
371 @ Optional destination operand variants.
432 @ Two-operand VRSHL forms.
468 @ Two-operand forms.
/external/chromium_org/v8/src/x64/
H A Dlithium-codegen-x64.h330 // register, or a stack slot operand.
331 void EmitPushTaggedOperand(LOperand* operand);
/external/qemu/target-i386/
H A Dhelper_template.h50 #error unhandled operand size
/external/chromium_org/v8/src/ia32/
H A Dmacro-assembler-ia32.cc2661 Operand operand = Operand::StaticVariable(ExternalReference(counter)); local
2663 inc(operand);
2665 add(operand, Immediate(value));
2674 Operand operand = Operand::StaticVariable(ExternalReference(counter)); local
2676 dec(operand);
2678 sub(operand, Immediate(value));
2865 void MacroAssembler::JumpIfNotUniqueName(Operand operand, argument
2870 test(operand, Immediate(kIsNotStringMask | kIsNotInternalizedMask));
2872 cmpb(operand, static_cast<uint8_t>(SYMBOL_TYPE));

Completed in 1852 milliseconds

1234567891011