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

1234567891011>>

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
H A Ddwarf2-line.c118 /*@owned@*/ /*@null@*/ yasm_intnum *operand; member in struct:dwarf2_line_op
249 /*@only@*/ /*@null@*/ yasm_intnum *operand)
255 line_op->operand = operand;
263 if (operand)
264 bc->len += yasm_intnum_size_leb128(operand,
284 line_op->operand = yasm_intnum_create_uint(ext_operandsize+1);
291 bc->len = 2 + yasm_intnum_size_leb128(line_op->operand, 0) +
308 line_op->operand = yasm_intnum_create_uint(ext_operandsize+1);
315 bc->len = 2 + yasm_intnum_size_leb128(line_op->operand,
248 dwarf2_dbgfmt_append_line_op(yasm_section *sect, dwarf_line_number_op opcode, yasm_intnum *operand) argument
[all...]
/external/llvm/test/MC/Mips/mips2/
H A Dinvalid-mips32r2.s8 bc1f $fcc1, 4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
9 bc1t $fcc1, 4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
30 movf $gp,$8,$fcc7 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
32 movf.d $f6,$f11,$fcc5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
34 movf.s $f23,$f5,$fcc6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
39 movt $zero,$s4,$fcc5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
42 movt.s $f30,$f2,$fcc1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
H A Dinvalid-mips4.s8 bc1f $fcc1, 4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
9 bc1t $fcc1, 4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
52 movf $gp,$8,$fcc7 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
54 movf.d $f6,$f11,$fcc5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
56 movf.s $f23,$f5,$fcc6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
61 movt $zero,$s4,$fcc5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
64 movt.s $f30,$f2,$fcc1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
H A Dinvalid-mips5.s8 bc1f $fcc1, 4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
9 bc1t $fcc1, 4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
51 movf $gp,$a0,$fcc7 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
53 movf.d $f6,$f11,$fcc5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
55 movf.s $f23,$f5,$fcc6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
60 movt $zero,$s4,$fcc5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
63 movt.s $f30,$f2,$fcc1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jar ... eclipse.equinox.internal.p2.engine.Operand[], org.eclipse.equinox.p2.engine. ...
/external/chromium_org/third_party/skia/src/animator/
H A DSkTypedArray.cpp18 bool SkTypedArray::getIndex(int index, SkOperand* operand) { argument
23 *operand = begin()[index];
H A DSkScriptCallBack.h35 virtual bool convert(SkOperand2::OpType type, SkOperand2* operand) = 0;
H A DSkScript.h182 SkOp fOperator; // operand which enabled suppression
194 void convertToString(SkOperand& operand, SkDisplayTypes type) { argument
196 scriptValue.fOperand = operand;
199 operand = scriptValue.fOperand;
H A DSkScript2.h208 Op fOperator : 6; // operand which generated branch
227 void convertToString(SkOperand2* operand, SkOperand2::OpType type) { argument
229 scriptValue.fOperand = *operand;
232 *operand = scriptValue.fOperand;
/external/skia/src/animator/
H A DSkTypedArray.cpp18 bool SkTypedArray::getIndex(int index, SkOperand* operand) { argument
23 *operand = begin()[index];
H A DSkScriptCallBack.h35 virtual bool convert(SkOperand2::OpType type, SkOperand2* operand) = 0;
H A DSkScript.h182 SkOp fOperator; // operand which enabled suppression
194 void convertToString(SkOperand& operand, SkDisplayTypes type) { argument
196 scriptValue.fOperand = operand;
199 operand = scriptValue.fOperand;
H A DSkScript2.h208 Op fOperator : 6; // operand which generated branch
227 void convertToString(SkOperand2* operand, SkOperand2::OpType type) { argument
229 scriptValue.fOperand = *operand;
232 *operand = scriptValue.fOperand;
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DValidateLimitations.cpp407 // The operand must be loop index.
499 TIntermNode* operand)
505 TIntermSymbol *symbol = operand->getAsSymbolNode();
545 // the operand is a uniform in a vertex shader.
546 TIntermTyped *operand = node->getLeft(); local
548 (operand->getQualifier() == EvqUniform);
498 validateOperation(TIntermOperator *node, TIntermNode* operand) argument
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
H A Dview.js36 this.appendChild_(equation, '.operation', 'span', 'operand', values.operand);
47 this.setContent_(equation, '.operand', values.operand || '');
55 operand: this.getContent_(equation, '.operand') || null,
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
H A DMethodVisitorTee.java66 public void visitIntInsn(int opcode, int operand) { argument
67 mv1.visitIntInsn(opcode, operand);
68 mv2.visitIntInsn(opcode, operand);
/external/chromium_org/tools/traceline/traceline/
H A Dassembler.h345 void emit_operand(Register reg, Operand operand) {
346 operand.set_reg(reg);
347 memcpy(&buf_[pos_], operand.data(), operand.length());
348 pos_ += operand.length();
/external/chromium_org/v8/src/x87/
H A Dlithium-gap-resolver-x87.cc69 // cycles in the move graph. We use operand swaps to resolve cycles,
70 // which means that a call to PerformMove could change any source operand
89 // Though PerformMove can change any source operand in the move graph,
95 // only a single incoming edge to an operand, this move must also be
158 int LGapResolver::CountSourceUses(LOperand* operand) { argument
161 if (!moves_[i].IsEliminated() && moves_[i].source()->Equals(operand)) {
194 // No operand should be the destination for more than one move.
216 void LGapResolver::EnsureRestored(LOperand* operand) { argument
217 if (operand->IsRegister() && operand
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DSemanticContext.java454 for (SemanticContext operand : operands) {
456 result = operand.genExpr(generator, templates, dfa);
466 eST.add("right", operand.genExpr(generator,templates,dfa));
791 for (SemanticContext operand : operands) {
792 result.add(not(operand));
810 for (SemanticContext operand : operands) {
811 result.add(not(operand));
/external/chromium_org/chrome/installer/util/
H A Dinstaller_state.cc259 BrowserDistribution* operand = NULL; local
264 // For a single-install, the current browser dist is the operand.
265 operand = BrowserDistribution::GetDistribution();
270 operand = multi_package_distribution_;
278 if (operand == NULL) {
286 operand = BrowserDistribution::GetSpecificDistribution(
290 state_key_ = operand->GetStateKey();
291 state_type_ = operand->GetType();
/external/mockito/cglib-and-asm/src/org/mockito/asm/util/
H A DCheckMethodAdapter.java425 public void visitIntInsn(final int opcode, final int operand) { argument
431 checkSignedByte(operand, "Invalid operand");
434 checkSignedShort(operand, "Invalid operand");
438 if (operand < Opcodes.T_BOOLEAN || operand > Opcodes.T_LONG) {
439 throw new IllegalArgumentException("Invalid operand (must be an array type code T_...): "
440 + operand);
443 mv.visitIntInsn(opcode, operand);
[all...]
/external/llvm/test/MC/Mips/mips1/
H A Dinvalid-mips4.s8 bc1f $fcc1, 4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
9 bc1t $fcc1, 4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
56 movf $gp,$8,$fcc7 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
58 movf.d $f6,$f10,$fcc5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
60 movf.s $f23,$f5,$fcc6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
65 movt $zero,$s4,$fcc5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
68 movt.s $f30,$f2,$fcc1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
H A Dinvalid-mips5.s8 bc1f $fcc1, 4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
9 bc1t $fcc1, 4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
55 movf $gp,$8,$fcc7 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
57 movf.d $f6,$f10,$fcc5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
59 movf.s $f23,$f5,$fcc6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
64 movt $zero,$s4,$fcc5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
67 movt.s $f30,$f2,$fcc1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dintnum.c422 yasm_intnum_calc(yasm_intnum *acc, yasm_expr_op op, yasm_intnum *operand) argument
432 if (operand)
433 op2 = intnum_tobv(op2static, operand);
435 if (!operand && op != YASM_EXPR_NEG && op != YASM_EXPR_NOT &&
438 N_("operation needs an operand"));
512 if (operand->type == INTNUM_L && operand->val.l >= 0) {
514 BitVector_Move_Left(result, (N_int)operand->val.l);
519 if (operand->type == INTNUM_L && operand
[all...]
/external/chromium_org/v8/src/compiler/arm/
H A Dcode-generator-arm.cc367 MemOperand operand = i.InputOffset(&index); local
368 __ strb(i.InputRegister(index), operand);
380 MemOperand operand = i.InputOffset(&index); local
381 __ strh(i.InputRegister(index), operand);
390 MemOperand operand = i.InputOffset(&index); local
391 __ str(i.InputRegister(index), operand);
405 MemOperand operand = i.InputOffset(&index); local
407 __ vstr(scratch, operand);
417 MemOperand operand = i.InputOffset(&index); local
418 __ vstr(i.InputDoubleRegister(index), operand);
[all...]

Completed in 697 milliseconds

1234567891011>>