Searched refs:operand (Results 276 - 300 of 356) sorted by relevance

<<1112131415

/external/llvm/test/MC/ARM/
H A Dbasic-thumb-instructions.s18 @ FIXME: Some 3-operand instructions have a 2-operand assembly syntax.
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-tree-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/tree/AbstractInsnNode.class " package org.objectweb.asm ...
/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/llvm/test/MC/AArch64/
H A Darm64-system-encoding.s25 ; Single-immediate operand instructions
53 ; Check for error on invalid 'C' operand value.
55 ; CHECK-ERRORS: error: Expected cN operand where 0 <= N <= 15
/external/chromium_org/v8/src/mips64/
H A Dlithium-codegen-mips64.cc1583 // No need to mask the right operand on MIPS, it is built into the variable
1608 // Mask the right_op operand.
1816 MemOperand operand = BuildSeqStringOperand(string, instr->index(), encoding); local
1818 __ lbu(result, operand);
1820 __ lhu(result, operand);
1841 MemOperand operand = BuildSeqStringOperand(string, instr->index(), encoding); local
1843 __ sb(value, operand);
1845 __ sh(value, operand);
2974 MemOperand operand = MemOperand(object, offset); local
2975 __ Load(result, operand, acces
4137 MemOperand operand = MemOperand(object, offset); local
4192 MemOperand operand = FieldMemOperand(destination, offset); local
[all...]
/external/chromium_org/third_party/cython/src/Cython/
H A DCodeWriter.py292 self.visit(node.operand)
/external/chromium_org/third_party/skia/src/core/
H A DSkCanvas.cpp1484 SkPath operand; local
1486 element->asPath(&operand);
1490 devPath = operand;
1492 Op(devPath, operand, (SkPathOp) elementOp, &devPath);
/external/chromium_org/tools/gn/
H A Dparser.cc548 TraverseOrder(unaryop->operand(), pre, post);
/external/chromium_org/v8/src/
H A Dcode-stubs-hydrogen.cc1103 HValue* operand = (state.mode() == OVERWRITE_LEFT) ? left : right; local
1105 if_heap_number.If<HHasInstanceTypeAndBranch>(operand, HEAP_NUMBER_TYPE);
1107 Add<HStoreNamedField>(operand, HObjectAccess::ForHeapNumberValue(), result);
1108 Push(operand);
/external/lldb/source/Expression/
H A DIRForTarget.cpp2252 Value *operand = constant_expr->getOperand(operand_index);
2254 if (operand == old_constant)
2255 operand = value_maker.GetValue(function);
2257 index_vector.push_back(operand);
H A DIRInterpreter.cpp531 Value *operand = ii->getOperand(oi); local
532 Type *operand_type = operand->getType();
541 log->Printf("Unsupported operand type: %s", PrintType(operand_type).c_str());
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DMethodWriter.java268 * local variables start at index 3 and are followed by the operand stack
659 public void visitIntInsn(final int opcode, final int operand) { argument
663 currentBlock.frame.execute(opcode, operand, null, null);
676 code.put12(opcode, operand);
678 code.put11(opcode, operand);
/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/skia/src/core/
H A DSkCanvas.cpp1514 SkPath operand; local
1516 element->asPath(&operand);
1520 devPath = operand;
1522 Op(devPath, operand, (SkPathOp) elementOp, &devPath);
/external/skia/tests/
H A DPathOpsDebug.cpp80 if (fSegment->operand()) {
81 SkDebugf(" operand");
/external/chromium_org/third_party/icu/source/i18n/
H A Dplurrule.cpp1508 double FixedDecimal::get(tokenType operand) const {
1509 switch(operand) {
/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/icu/icu4c/source/i18n/
H A Dplurrule.cpp1611 double FixedDecimal::get(tokenType operand) const {
1612 switch(operand) {
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp162 UnaryExprAST(char opcode, ExprAST *operand) argument
163 : Opcode(opcode), Operand(operand) {}
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp186 UnaryExprAST(char opcode, ExprAST *operand) argument
187 : Opcode(opcode), Operand(operand) {}
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml569 insist ((operand i 0) = p1);
570 insist ((operand i 1) = p2);
573 insist ((operand i 1) != p2);
574 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.
1666 // The operand needs to have object-pointer type.
1674 // Check that the operand provides
2374 // Convert operand to void*
2748 // statement with a non-type-dependent operand.
2770 // In the case of a return with no operand, the initializer is considered
3105 Sema::ActOnObjCAtSynchronizedOperand(SourceLocation atLoc, Expr *operand) { argument
3106 ExprResult result = DefaultLvalueConversion(operand);
3109 operand = result.get();
3112 QualType type = operand
[all...]
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h297 void set_result(LOperand* operand) { results_[0] = operand; } argument
2806 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2814 // register for any other operand inside instruction.
2817 // to some other operand used inside instruction (i.e. temporary or
2822 // An input operand in a register that may be trashed.
2825 // An input operand in a register or stack slot.
2829 // An input operand in a register, stack slot or a constant operand.
2833 // An input operand i
[all...]
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h298 void set_result(LOperand* operand) { results_[0] = operand; } argument
2792 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2800 // register for any other operand inside instruction.
2803 // to some other operand used inside instruction (i.e. temporary or
2808 // An input operand in a register that may be trashed.
2811 // An input operand in a register or stack slot.
2815 // An input operand in a register, stack slot or a constant operand.
2819 // An input operand i
[all...]

Completed in 3177 milliseconds

<<1112131415