Searched refs:operand (Results 51 - 75 of 253) sorted by relevance

1234567891011

/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimator.cpp229 int index, SkOperand* operand) {
233 return info->getArrayValue(element, index, operand);
238 SkOperand operand; local
239 bool result = getArrayCommon(ae, ai, index, &operand);
240 return result ? operand.fS32 : SK_NaN32;
255 SkOperand operand; local
256 bool result = getArrayCommon(ae, ai, index, &operand);
257 return result ? operand.fScalar : SK_ScalarNaN;
272 SkOperand operand; local
273 bool result = getArrayCommon(ae, ai, index, &operand);
228 getArrayCommon(const SkDisplayable* ae, const SkMemberInfo* ai, int index, SkOperand* operand) argument
315 SkOperand operand; local
341 SkOperand operand; local
571 SkOperand operand; local
596 SkOperand operand; local
[all...]
H A DSkTypedArray.cpp18 bool SkTypedArray::getIndex(int index, SkOperand* operand) { argument
23 *operand = begin()[index];
/external/skia/src/animator/
H A DSkAnimator.cpp229 int index, SkOperand* operand) {
233 return info->getArrayValue(element, index, operand);
238 SkOperand operand; local
239 bool result = getArrayCommon(ae, ai, index, &operand);
240 return result ? operand.fS32 : SK_NaN32;
255 SkOperand operand; local
256 bool result = getArrayCommon(ae, ai, index, &operand);
257 return result ? operand.fScalar : SK_ScalarNaN;
272 SkOperand operand; local
273 bool result = getArrayCommon(ae, ai, index, &operand);
228 getArrayCommon(const SkDisplayable* ae, const SkMemberInfo* ai, int index, SkOperand* operand) argument
315 SkOperand operand; local
341 SkOperand operand; local
571 SkOperand operand; local
596 SkOperand operand; local
[all...]
H A DSkTypedArray.cpp18 bool SkTypedArray::getIndex(int index, SkOperand* operand) { argument
23 *operand = begin()[index];
/external/chromium_org/v8/src/
H A Dlithium-allocator.h155 // the output operand and a list of input operand uses.
247 UsePosition(LifetimePosition pos, LOperand* operand, LOperand* hint);
249 LOperand* operand() const { return operand_; } function in class:v8::internal::UsePosition
355 void SetSpillOperand(LOperand* operand);
374 LOperand* operand,
493 LOperand* AllocateFixed(LUnallocated* operand, int pos, bool is_tagged);
494 LiveRange* LiveRangeFor(LOperand* operand);
495 void Define(LifetimePosition position, LOperand* operand, LOperand* hint);
498 LOperand* operand,
[all...]
H A Dlithium-allocator.cc60 LOperand* operand,
62 : operand_(operand),
173 void LiveRange::SetSpillOperand(LOperand* operand) { argument
174 ASSERT(!operand->IsUnallocated());
177 spill_operand_->ConvertTo(operand->kind(), operand->index());
449 LOperand* operand,
455 UsePosition* use_pos = new(zone) UsePosition(pos, operand, hint);
489 use_pos->operand()->ConvertTo(op->kind(), op->index());
623 LOperand* LAllocator::AllocateFixed(LUnallocated* operand, argument
59 UsePosition(LifetimePosition pos, LOperand* operand, LOperand* hint) argument
448 AddUsePosition(LifetimePosition pos, LOperand* operand, LOperand* hint, Zone* zone) argument
708 LiveRangeFor(LOperand* operand) argument
721 Define(LifetimePosition position, LOperand* operand, LOperand* hint) argument
742 Use(LifetimePosition block_start, LifetimePosition position, LOperand* operand, LOperand* hint) argument
1042 LOperand* operand = NULL; local
1472 LOperand* operand = cur->CreateAssignedOperand(chunk()->zone()); local
[all...]
H A Dbignum.h51 void AddUInt16(uint16_t operand);
52 void AddUInt64(uint64_t operand);
H A Dlithium.h110 // Lifetime of operand inside the instruction.
112 // USED_AT_START operand is guaranteed to be live only at
114 // to some other operand used inside instruction (i.e. temporary or
118 // USED_AT_END operand is treated as live until the end of
120 // register for any other operand inside instruction.
164 // stored within the operand. The FIXED_SLOT policy uses a compact encoding
200 // Predicates for the operand policy.
258 // [virtual_register]: The virtual register ID for this operand.
281 void set_source(LOperand* operand) { source_ = operand; } argument
284 set_destination(LOperand* operand) argument
555 AddValue(LOperand* operand, Representation representation, bool is_uint32) argument
[all...]
/external/v8/src/
H A Dlithium-allocator.h155 // the output operand and a list of input operand uses.
247 UsePosition(LifetimePosition pos, LOperand* operand);
249 LOperand* operand() const { return operand_; } function in class:v8::internal::UsePosition
348 void SetSpillOperand(LOperand* operand);
367 LOperand* operand,
507 LOperand* AllocateFixed(LUnallocated* operand, int pos, bool is_tagged);
508 LiveRange* LiveRangeFor(LOperand* operand);
509 void Define(LifetimePosition position, LOperand* operand, LOperand* hint);
512 LOperand* operand,
[all...]
H A Dlithium-allocator.cc59 UsePosition::UsePosition(LifetimePosition pos, LOperand* operand) argument
60 : operand_(operand),
170 void LiveRange::SetSpillOperand(LOperand* operand) { argument
171 ASSERT(!operand->IsUnallocated());
174 spill_operand_->ConvertTo(operand->kind(), operand->index());
444 LOperand* operand,
449 UsePosition* use_pos = new(zone) UsePosition(pos, operand);
479 use_pos->operand()->ConvertTo(op->kind(), op->index());
613 LOperand* LAllocator::AllocateFixed(LUnallocated* operand, argument
443 AddUsePosition(LifetimePosition pos, LOperand* operand, Zone* zone) argument
697 LiveRangeFor(LOperand* operand) argument
710 Define(LifetimePosition position, LOperand* operand, LOperand* hint) argument
731 Use(LifetimePosition block_start, LifetimePosition position, LOperand* operand, LOperand* hint) argument
1020 LOperand* operand = NULL; local
1431 LOperand* operand = cur->CreateAssignedOperand(zone_); local
[all...]
H A Dbignum.h51 void AddUInt16(uint16_t operand);
52 void AddUInt64(uint64_t operand);
H A Dlithium.h99 // Lifetime of operand inside the instruction.
101 // USED_AT_START operand is guaranteed to be live only at
103 // to some other operand used inside instruction (i.e. temporary or
107 // USED_AT_END operand is treated as live until the end of
109 // register for any other operand inside instruction.
215 void set_source(LOperand* operand) { source_ = operand; } argument
218 void set_destination(LOperand* operand) { destination_ = operand; } argument
226 // True if this move a move into the given destination operand
480 AddValue(LOperand* operand, Representation representation) argument
[all...]
/external/llvm/test/MC/ARM/
H A Dthumb-diagnostics.s27 @ CHECK-ERRORS: error: invalid operand for instruction
34 error: invalid operand for instruction
37 error: invalid operand for instruction
80 @ CHECK-ERRORS: error: invalid operand for instruction
83 @ CHECK-ERRORS: error: invalid operand for instruction
111 @ CHECK-ERRORS: error: invalid operand for instruction
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Dbignum.h54 void AddUInt16(uint16_t operand);
55 void AddUInt64(uint64_t operand);
/external/chromium_org/third_party/angle_dx11/src/compiler/
H A DValidateLimitations.h46 bool validateOperation(TIntermOperator* node, TIntermNode* operand);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp361 const MCOperand &operand = Inst.getOperand(i); local
362 if (operand.isImm()) {
376 jump = pc + operand.getImm();
382 jump = (uint64_t)operand.getImm();
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
H A Dbin-farabs.asm30 jmp near 0040h:001Eh ; Illegal in NASM ("mismatch in operand sizes")
48 jmp far 0040h:001Eh ; Illegal in NASM ("mismatch in operand sizes")
/external/llvm/test/MC/SystemZ/
H A Dtokens.s16 #CHECK: error: invalid operand
20 #CHECK: error: invalid operand
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp361 const MCOperand &operand = Inst.getOperand(i); local
362 if (operand.isImm()) {
376 jump = pc + operand.getImm();
382 jump = (uint64_t)operand.getImm();
/external/valgrind/main/memcheck/tests/x86/
H A Dpushfpopf_s.S17 # flags are now undef if either operand is
/external/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp154 /// register, and appends it as an operand to an MCInst.
170 /// tryAddingSymbolicOperand - trys to add a symbolic operand in place of the
184 /// an MCExpr and that is added as an operand to the MCInst. If getOpInfo()
188 /// if it adds an operand to the MCInst and false otherwise.
210 /// translateImmediate - Appends an immediate operand to an MCInst.
214 /// @param operand - The operand, as stored in the descriptor table.
217 const OperandSpecifier &operand,
222 OperandType type = (OperandType)operand.type;
251 switch (operand
216 translateImmediate(MCInst &mcInst, uint64_t immediate, const OperandSpecifier &operand, InternalInstruction &insn, const MCDisassembler *Dis) argument
553 translateRM(MCInst &mcInst, const OperandSpecifier &operand, InternalInstruction &insn, const MCDisassembler *Dis) argument
624 translateOperand(MCInst &mcInst, const OperandSpecifier &operand, InternalInstruction &insn, const MCDisassembler *Dis) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dopt_algebraic.cpp66 ir_rvalue *operand);
172 * we may need to swizzle that operand out to a vector if the expression was
177 ir_rvalue *operand)
179 if (expr->type->is_vector() && operand->type->is_scalar()) {
180 return new(mem_ctx) ir_swizzle(operand, 0, 0, 0, 0,
183 return operand;
176 swizzle_if_required(ir_expression *expr, ir_rvalue *operand) argument
/external/mesa3d/src/glsl/
H A Dopt_algebraic.cpp66 ir_rvalue *operand);
172 * we may need to swizzle that operand out to a vector if the expression was
177 ir_rvalue *operand)
179 if (expr->type->is_vector() && operand->type->is_scalar()) {
180 return new(mem_ctx) ir_swizzle(operand, 0, 0, 0, 0,
183 return operand;
176 swizzle_if_required(ir_expression *expr, ir_rvalue *operand) argument
/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/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. ...

Completed in 5985 milliseconds

1234567891011