Searched refs:operand (Results 176 - 200 of 253) sorted by relevance

1234567891011

/external/chromium_org/v8/src/x64/
H A Dassembler-x64.cc272 Operand::Operand(const Operand& operand, int32_t offset) { argument
273 ASSERT(operand.len_ >= 1);
275 byte modrm = operand.buf_[0];
280 int base_reg = (has_sib ? operand.buf_[1] : modrm) & 0x07;
287 disp_value = *BitCast<const int32_t*>(&operand.buf_[disp_offset]);
290 disp_value = static_cast<signed char>(operand.buf_[disp_offset]);
293 // Write new operand with same registers, but with modified displacement.
297 rex_ = operand.rex_;
314 buf_[1] = operand.buf_[1];
321 ASSERT((buf_[0] & 0xC0) != 0xC0); // Always a memory operand
[all...]
/external/libvpx/libvpx/third_party/x86inc/
H A Dx86inc.asm929 ;%3 == 1 if 4-operand (xmm, xmm, xmm, imm), 0 if 2- or 3-operand (xmm, xmm, xmm)
995 ;%3 == 1 if 4-operand (xmm, xmm, xmm, imm), 0 if 3-operand (xmm, xmm, xmm)
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp137 UnaryExprAST(char opcode, ExprAST *operand) argument
138 : Opcode(opcode), Operand(operand) {}
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp155 UnaryExprAST(char opcode, ExprAST *operand) argument
156 : Opcode(opcode), Operand(operand) {}
H A Dtoy.cpp161 UnaryExprAST(char opcode, ExprAST *operand) argument
162 : Opcode(opcode), Operand(operand) {}
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp138 UnaryExprAST(char opcode, ExprAST *operand) argument
139 : Opcode(opcode), Operand(operand) {}
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp140 UnaryExprAST(char opcode, ExprAST *operand) argument
141 : Opcode(opcode), Operand(operand) {}
H A Dtoy.cpp140 UnaryExprAST(char opcode, ExprAST *operand) argument
141 : Opcode(opcode), Operand(operand) {}
/external/llvm/test/MC/ARM/
H A Dbasic-thumb-instructions.s17 @ FIXME: Some 3-operand instructions have a 2-operand assembly syntax.
/external/v8/src/x64/
H A Dassembler-x64.cc266 Operand::Operand(const Operand& operand, int32_t offset) { argument
267 ASSERT(operand.len_ >= 1);
269 byte modrm = operand.buf_[0];
274 int base_reg = (has_sib ? operand.buf_[1] : modrm) & 0x07;
281 disp_value = *BitCast<const int32_t*>(&operand.buf_[disp_offset]);
284 disp_value = static_cast<signed char>(operand.buf_[disp_offset]);
287 // Write new operand with same registers, but with modified displacement.
291 rex_ = operand.rex_;
308 buf_[1] = operand.buf_[1];
315 ASSERT((buf_[0] & 0xC0) != 0xC0); // Always a memory operand
[all...]
H A Dlithium-x64.h301 void set_result(LOperand* operand) { results_[0] = operand; } argument
2160 Handle<Object> LookupLiteral(LConstantOperand* operand) const;
2161 Representation LookupLiteralRepresentation(LConstantOperand* operand) const;
2264 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2272 // register for any other operand inside instruction.
2275 // to some other operand used inside instruction (i.e. temporary or
2280 // An input operand in a register that may be trashed.
2283 // An input operand in a register or stack slot.
2287 // An input operand i
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
H A Dprogram_parse.tab.c2940 yyerror(& (yylsp[(1) - (1)]), state, "invalid operand variable");
2944 yyerror(& (yylsp[(1) - (1)]), state, "invalid operand variable");
3051 yyerror(& (yylsp[(1) - (1)]), state, "invalid operand variable");
3054 yyerror(& (yylsp[(1) - (1)]), state, "invalid operand variable");
3083 yyerror(& (yylsp[(1) - (1)]), state, "invalid operand variable");
/external/chromium_org/third_party/skia/src/core/
H A DSkCanvas.cpp1243 SkPath operand; local
1245 operand.addRect(element->getRect());
1247 operand = element->getPath();
1253 devPath = operand;
1255 Op(devPath, operand, (SkPathOp) elementOp, &devPath);
/external/skia/src/core/
H A DSkCanvas.cpp1243 SkPath operand; local
1245 operand.addRect(element->getRect());
1247 operand = element->getPath();
1253 devPath = operand;
1255 Op(devPath, operand, (SkPathOp) elementOp, &devPath);
/external/v8/src/arm/
H A Dlithium-arm.h300 void set_result(LOperand* operand) { results_[0] = operand; } argument
2198 Handle<Object> LookupLiteral(LConstantOperand* operand) const;
2199 Representation LookupLiteralRepresentation(LConstantOperand* operand) const;
2302 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2310 // register for any other operand inside instruction.
2313 // to some other operand used inside instruction (i.e. temporary or
2318 // An input operand in a register that may be trashed.
2321 // An input operand in a register or stack slot.
2325 // An input operand i
[all...]
/external/v8/src/ia32/
H A Dlithium-ia32.h296 void set_result(LOperand* operand) { results_[0] = operand; } argument
2296 Handle<Object> LookupLiteral(LConstantOperand* operand) const;
2297 Representation LookupLiteralRepresentation(LConstantOperand* operand) const;
2400 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2408 // register for any other operand inside instruction.
2411 // to some other operand used inside instruction (i.e. temporary or
2416 // An input operand in a register that may be trashed.
2419 // An input operand in a register or stack slot.
2423 // An input operand i
[all...]
/external/v8/src/
H A Dic.cc2150 UnaryOpIC::TypeInfo UnaryOpIC::GetTypeInfo(Handle<Object> operand) { argument
2152 ::v8::internal::TypeInfo::TypeFromValue(operand);
2280 Handle<Object> operand = args.at<Object>(0); local
2286 UnaryOpIC::TypeInfo type = UnaryOpIC::GetTypeInfo(operand);
2319 Handle<Object> result = Execution::Call(builtin_function, operand, 0, NULL,
/external/v8/src/mips/
H A Dlithium-mips.h299 void set_result(LOperand* operand) { results_[0] = operand; } argument
2178 Handle<Object> LookupLiteral(LConstantOperand* operand) const;
2179 Representation LookupLiteralRepresentation(LConstantOperand* operand) const;
2282 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2290 // register for any other operand inside instruction.
2293 // to some other operand used inside instruction (i.e. temporary or
2298 // An input operand in a register that may be trashed.
2301 // An input operand in a register or stack slot.
2305 // An input operand i
[all...]
/external/oprofile/events/mips/74K/
H A Devents36 event:0x12 counters:0,2 um:zero minimum:500 name:ALU_NO_ISSUES_CYCLES : 18-0 DDQ0 (ALU out-of-order dispatch queue) no issue cycles with valid instructions due to operand(s) not available, MDU busy, or CorExt resource busy
112 event:0x412 counters:1,3 um:zero minimum:500 name:AGEN_NO_ISSUES_CYCLES : 18-1 DDQ1 (AGEN out-of-order dispatch queue) no issue cycles with valid instructions due to operand(s) not available, non-issued stores blocking ready to issue loads, or non-issued CACHEOPs blocking ready to issue loads
/external/chromium_org/third_party/angle_dx11/src/compiler/
H A DParseHelper.cpp219 void TParseContext::unaryOpError(const TSourceLoc& line, const char* op, TString operand) argument
222 extraInfoStream << "no operation '" << op << "' exists that takes an operand of type " << operand local
225 error(line, " wrong operand type", op, extraInfo.c_str());
234 extraInfoStream << "no operation '" << op << "' exists that takes a left-hand operand of type '" << left
235 << "' and a right operand of type '" << right << "' (or there is no acceptable conversion)";
237 error(line, " wrong operand types ", op, extraInfo.c_str());
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp1284 * processing the saturate's operand, apply the saturate to that
1335 unsigned int operand; local
1364 for (operand = 0; operand < ir->get_num_operands(); operand++) {
1366 ir->operands[operand]->accept(this);
1369 printf("Failed to get tree for expression operand:\n");
1370 ir->operands[operand]->accept(&v);
1373 op[operand] = this->result;
1378 assert(!ir->operands[operand]
[all...]
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp185 UnaryExprAST(char opcode, ExprAST *operand) argument
186 : Opcode(opcode), Operand(operand) {}
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml538 insist ((operand i 0) = p1);
539 insist ((operand i 1) = p2);
542 insist ((operand i 1) != p2);
543 insist ((operand i 1) = p3);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp1284 * processing the saturate's operand, apply the saturate to that
1335 unsigned int operand; local
1364 for (operand = 0; operand < ir->get_num_operands(); operand++) {
1366 ir->operands[operand]->accept(this);
1369 printf("Failed to get tree for expression operand:\n");
1370 ir->operands[operand]->accept(&v);
1373 op[operand] = this->result;
1378 assert(!ir->operands[operand]
[all...]
/external/clang/lib/Sema/
H A DSemaStmt.cpp49 // operand, even incomplete types.
1602 // The operand needs to have object-pointer type.
1610 // Check that the operand provides
2270 // Convert operand to void*
2512 // statement with a non-type-dependent operand.
2633 // In the case of a return with no operand, the initializer is considered
2925 Sema::ActOnObjCAtSynchronizedOperand(SourceLocation atLoc, Expr *operand) { argument
2926 ExprResult result = DefaultLvalueConversion(operand);
2929 operand = result.take();
2932 QualType type = operand
[all...]

Completed in 768 milliseconds

1234567891011