Searched refs:operand (Results 126 - 150 of 253) sorted by relevance

1234567891011

/external/skia/src/pathops/
H A DSkPathOpsCommon.cpp29 bool testOpp = contour->operand() ^ current->operand() ^ opp;
381 contour.setOppXor(contour.operand() ? evenOdd : oppEvenOdd);
H A DSkOpContour.h150 bool operand() const { function in class:SkOpContour
/external/v8/src/
H A Dbignum.cc163 void Bignum::AddUInt64(uint64_t operand) { argument
164 if (operand == 0) return;
166 other.AssignUInt64(operand);
/external/clang/include/clang/AST/
H A DExprObjC.h1487 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) argument
1489 operand->isTypeDependent(), operand->isValueDependent(),
1490 operand->isInstantiationDependent(),
1491 operand->containsUnexpandedParameterPack()),
1492 Operand(operand) {
/external/llvm/test/MC/ARM/
H A Dneon-shiftaccum-encoding.s20 @ Two-operand syntax variant.
89 @ Two-operand syntax variant.
159 @ Two-operand syntax variant.
H A Dneont2-shiftaccum-encoding.s22 @ Two-operand syntax variant.
92 @ Two-operand syntax variant.
162 @ Two-operand syntax variant.
/external/chromium_org/v8/src/ia32/
H A Dlithium-codegen-ia32.h124 X87OperandType operand = kX87DoubleOperand);
136 // The operand denoting the second word (the one with a higher address) of
399 // register, or a stack slot operand.
400 void EmitPushTaggedOperand(LOperand* operand);
H A Dlithium-codegen-ia32.cc1335 // Check if our assumption of a fixed right operand still holds.
1701 // Test the non-zero operand for negative sign.
3182 void LCodeGen::EmitPushTaggedOperand(LOperand* operand) { argument
3183 ASSERT(!operand->IsDoubleRegister());
3184 if (operand->IsConstantOperand()) {
3185 Handle<Object> object = ToHandle(LConstantOperand::cast(operand));
3192 } else if (operand->IsRegister()) {
3193 __ push(ToRegister(operand));
3195 __ push(ToOperand(operand));
3290 Operand operand(BuildFastArrayOperan
4346 MemOperand operand = instr->object()->IsConstantOperand() local
4645 Operand operand = BuildFastArrayOperand( local
5720 Operand operand = ToOperand(instr->value()); local
[all...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dcodegen.ml29 | Ast.Unary (op, operand) ->
30 let operand = codegen_expr operand in
37 build_call callee [|operand|] "unop" builder
H A Dparser.ml104 | [< 'Token.Kwd op when op != '(' && op != ')'; operand=parse_expr >] ->
105 Ast.Unary (op, operand)
/external/qemu/target-arm/
H A Dcpu.h64 int srcreg, int operand, uint32_t value,
67 int dstreg, int operand,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/angle_dx11/src/compiler/
H A DParseHelper.h78 void unaryOpError(const TSourceLoc& line, const char* op, TString operand);
/external/chromium_org/third_party/icu/source/common/
H A Drbbiscan.cpp383 // These all appear after the operand to which they apply.
384 // When we hit one, the operand (may be a whole sub expression)
601 // with a right operand, and if the precedence of the stacked operator >=
602 // the precedence of the current operator, binds the operand left,
618 // The most recent operand goes with the current operator,
623 // TOS operand becomes right child of this operator.
624 // Resulting subexpression becomes the TOS operand.
1053 RBBINode *operand = pushNewNode(RBBINode::setRef);
1054 findSetFor(kAny, operand);
1055 fRB->fReverseTree->fLeftChild = operand;
[all...]
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpContour.h150 bool operand() const { function in class:SkOpContour
/external/icu4c/common/
H A Drbbiscan.cpp384 // These all appear after the operand to which they apply.
385 // When we hit one, the operand (may be a whole sub expression)
602 // with a right operand, and if the precedence of the stacked operator >=
603 // the precedence of the current operator, binds the operand left,
619 // The most recent operand goes with the current operator,
624 // TOS operand becomes right child of this operator.
625 // Resulting subexpression becomes the TOS operand.
1055 RBBINode *operand = pushNewNode(RBBINode::setRef);
1056 findSetFor(UnicodeString(TRUE, kAny, 3), operand);
1057 fRB->fReverseTree->fLeftChild = operand;
[all...]
/external/chromium_org/v8/src/x64/
H A Dlithium-codegen-x64.cc1025 // Check if our assumption of a fixed right operand still holds.
1384 // Test the non-zero operand for negative sign.
2898 Operand operand(BuildFastArrayOperand(
2907 __ movss(result, operand);
2910 __ movsd(ToDoubleRegister(instr->result()), operand);
2915 __ movsxbq(result, operand);
2919 __ movzxbq(result, operand);
2922 __ movsxwq(result, operand);
2925 __ movzxwq(result, operand);
2928 __ movsxlq(result, operand);
4213 Operand operand = local
5195 EmitPushTaggedOperand(LOperand* operand) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs_visitor.cpp256 unsigned int operand; local
269 for (operand = 0; operand < ir->get_num_operands(); operand++) {
270 ir->operands[operand]->accept(this);
273 fail("Failed to get tree for expression operand:\n");
274 ir->operands[operand]->accept(&v);
276 op[operand] = this->result;
281 assert(!ir->operands[operand]->type->is_matrix());
284 assert(!ir->operands[operand]
[all...]
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/drivers/dri/i965/
H A Dbrw_fs_visitor.cpp256 unsigned int operand; local
269 for (operand = 0; operand < ir->get_num_operands(); operand++) {
270 ir->operands[operand]->accept(this);
273 fail("Failed to get tree for expression operand:\n");
274 ir->operands[operand]->accept(&v);
276 op[operand] = this->result;
281 assert(!ir->operands[operand]->type->is_matrix());
284 assert(!ir->operands[operand]
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_constant_expression.cpp115 for (unsigned operand = 0; operand < this->get_num_operands(); operand++) {
116 op[operand] = this->operands[operand]->constant_expression_value(variable_context);
117 if (!op[operand])
/external/mesa3d/src/glsl/
H A Dir_constant_expression.cpp115 for (unsigned operand = 0; operand < this->get_num_operands(); operand++) {
116 op[operand] = this->operands[operand]->constant_expression_value(variable_context);
117 if (!op[operand])
/external/v8/src/ia32/
H A Dlithium-codegen-ia32.cc1036 // Test the non-zero operand for negative sign.
2254 void LCodeGen::EmitPushTaggedOperand(LOperand* operand) { argument
2255 ASSERT(!operand->IsDoubleRegister());
2256 if (operand->IsConstantOperand()) {
2257 Handle<Object> object = ToHandle(LConstantOperand::cast(operand));
2263 } else if (operand->IsRegister()) {
2264 __ push(ToRegister(operand));
2266 __ push(ToOperand(operand));
2484 Operand operand(BuildFastArrayOperand(instr->external_pointer(),
2488 __ movss(result, operand);
4166 Operand operand = ToOperand(instr->value()); local
[all...]
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/x86inc/
H A Dx86inc.asm752 ;%3 == 0 if 3-operand (xmm, xmm, xmm), 1 if 4-operand (xmm, xmm, xmm, imm)
788 ;%3 == 0 if 3-operand (xmm, xmm, xmm), 1 if 4-operand (xmm, xmm, xmm, imm)

Completed in 837 milliseconds

1234567891011