Searched refs:operand (Results 1 - 25 of 137) sorted by relevance

123456

/external/skia/src/animator/
H A DSkScriptRuntime.cpp63 SkOperand2 operand[2]; // 1=accumulator and 2=operand local
72 operand[0].fArray = new SkOpArray(SkOperand2::kNoType /*fReturnType*/);
75 index = operand[1].fS32;
76 if (index >= operand[0].fArray->count()) {
80 operand[0] = operand[0].fArray->begin()[index];
83 *operand[0].fArray->append() = operand[1];
94 if (callBackFunction->invoke(ref, operand[
[all...]
H A DSkOpArray.cpp16 bool SkOpArray::getIndex(int index, SkOperand2* operand) { argument
21 *operand = begin()[index];
H A DSkTypedArray.h20 bool getIndex(int index, SkOperand* operand);
H A DSkOpArray.h20 bool getIndex(int index, SkOperand2* operand);
/external/srec/srec/include/
H A Dlog_tabl.h40 int log_lookup(log_table_info *logtab, int operand, int shift);
41 int inv_log_lookup(log_table_info *logtab, int operand);
43 int integer_square_root(int operand);
/external/webkit/Source/JavaScriptCore/runtime/
H A DCachedTranscendentalFunction.h43 double operand; member in struct:JSC::CachedTranscendentalFunction::CacheEntry
59 JSValue operator() (double operand) argument
63 CacheEntry* entry = &m_cache[hash(operand)];
65 if (entry->operand == operand)
67 double result = orignalFunction(operand);
68 entry->operand = operand;
79 m_cache[x].operand = NaN;
/external/srec/srec/cfront/
H A Dlog_tabl.c84 int log_lookup(log_table_info *logtab, int operand, int shift) argument
89 if (operand <= 0)
90 operand = 1;
91 while ((operand & logtab->mask))
93 operand >>= 1;
96 if (operand >= logtab->size)
99 operand = (operand + 1) >> 1;
102 log_report("tab: %d %d -> %d\n", operand, shift,
103 (int)((shift) *(logtab->shift) + logtab->table[operand]));
118 integer_square_root(int operand) argument
[all...]
/external/webkit/Source/JavaScriptCore/dfg/
H A DDFGByteCodeParser.cpp75 NodeIndex get(int operand) argument
78 if (operand >= FirstConstantRegisterIndex) {
79 unsigned constant = operand - FirstConstantRegisterIndex;
85 if (operand < 0)
86 return getArgument(operand);
90 if ((unsigned)operand < numVariables)
91 return getVariable((unsigned)operand);
94 unsigned temporary = (unsigned)operand - numVariables;
98 void set(int operand, NodeIndex value)
101 if (operand <
[all...]
/external/webkit/Source/JavaScriptCore/jit/
H A DJITOpcodes.cpp312 int dst = currentInstruction[1].u.operand;
313 int src = currentInstruction[2].u.operand;
334 emitGetVirtualRegister(currentInstruction[1].u.operand, returnValueRegister);
341 unsigned target = currentInstruction[1].u.operand;
350 unsigned op1 = currentInstruction[1].u.operand;
351 unsigned op2 = currentInstruction[2].u.operand;
352 unsigned target = currentInstruction[3].u.operand;
368 JITStubCall(this, cti_op_new_object).call(currentInstruction[1].u.operand);
373 unsigned baseVal = currentInstruction[1].u.operand;
387 unsigned dst = currentInstruction[1].u.operand;
[all...]
H A DJITOpcodes32_64.cpp477 unsigned dst = currentInstruction[1].u.operand;
478 unsigned src = currentInstruction[2].u.operand;
492 emitLoad(currentInstruction[1].u.operand, regT1, regT0);
499 unsigned target = currentInstruction[1].u.operand;
505 unsigned op1 = currentInstruction[1].u.operand;
506 unsigned op2 = currentInstruction[2].u.operand;
507 unsigned target = currentInstruction[3].u.operand;
533 unsigned op1 = currentInstruction[1].u.operand;
534 unsigned op2 = currentInstruction[2].u.operand;
535 unsigned target = currentInstruction[3].u.operand;
[all...]
H A DJITArithmetic32_64.cpp52 unsigned dst = currentInstruction[1].u.operand;
53 unsigned src = currentInstruction[2].u.operand;
77 unsigned dst = currentInstruction[1].u.operand;
89 unsigned op1 = currentInstruction[1].u.operand;
90 unsigned op2 = currentInstruction[2].u.operand;
91 unsigned target = currentInstruction[3].u.operand;
145 unsigned op1 = currentInstruction[1].u.operand;
146 unsigned op2 = currentInstruction[2].u.operand;
147 unsigned target = currentInstruction[3].u.operand;
178 unsigned op1 = currentInstruction[1].u.operand;
[all...]
H A DJITArithmetic.cpp52 unsigned result = currentInstruction[1].u.operand;
53 unsigned op1 = currentInstruction[2].u.operand;
54 unsigned op2 = currentInstruction[3].u.operand;
69 unsigned result = currentInstruction[1].u.operand;
70 unsigned op1 = currentInstruction[2].u.operand;
71 unsigned op2 = currentInstruction[3].u.operand;
85 unsigned result = currentInstruction[1].u.operand;
86 unsigned op1 = currentInstruction[2].u.operand;
87 unsigned op2 = currentInstruction[3].u.operand;
120 unsigned result = currentInstruction[1].u.operand;
[all...]
H A DJITCall32_64.cpp60 int dst = instruction[1].u.operand;
66 int callee = instruction[1].u.operand;
67 int argCountRegister = instruction[2].u.operand;
68 int registerOffset = instruction[3].u.operand;
93 int callee = instruction[1].u.operand;
109 unsigned dst = currentInstruction[1].u.operand;
121 unsigned result = currentInstruction[1].u.operand;
122 unsigned thisReg = currentInstruction[2].u.operand;
192 int callee = instruction[1].u.operand;
193 int argCount = instruction[2].u.operand;
[all...]
H A DJITCall.cpp60 int dst = instruction[1].u.operand;
66 int callee = instruction[1].u.operand;
67 int argCountRegister = instruction[2].u.operand;
68 int registerOffset = instruction[3].u.operand;
111 int callee = instruction[1].u.operand;
112 int argCount = instruction[2].u.operand;
113 int registerOffset = instruction[3].u.operand;
147 int argCount = instruction[2].u.operand;
148 int registerOffset = instruction[3].u.operand;
168 int callee = instruction[1].u.operand;
[all...]
H A DJITPropertyAccess.cpp86 unsigned dst = currentInstruction[1].u.operand;
87 unsigned base = currentInstruction[2].u.operand;
88 unsigned property = currentInstruction[3].u.operand;
115 unsigned dst = currentInstruction[1].u.operand;
116 unsigned base = currentInstruction[2].u.operand;
117 unsigned property = currentInstruction[3].u.operand;
149 unsigned dst = currentInstruction[1].u.operand;
150 unsigned base = currentInstruction[2].u.operand;
151 unsigned property = currentInstruction[3].u.operand;
152 unsigned expected = currentInstruction[4].u.operand;
[all...]
H A DJITPropertyAccess32_64.cpp54 unsigned base = currentInstruction[1].u.operand;
55 unsigned property = currentInstruction[2].u.operand;
56 unsigned value = currentInstruction[3].u.operand;
67 unsigned base = currentInstruction[1].u.operand;
68 unsigned property = currentInstruction[2].u.operand;
69 unsigned function = currentInstruction[3].u.operand;
80 unsigned base = currentInstruction[1].u.operand;
81 unsigned property = currentInstruction[2].u.operand;
82 unsigned function = currentInstruction[3].u.operand;
93 unsigned dst = currentInstruction[1].u.operand;
[all...]
/external/webkit/Source/JavaScriptCore/bytecode/
H A DCodeBlock.cpp143 int r0 = (++it)->u.operand;
144 int r1 = (++it)->u.operand;
151 int r0 = (++it)->u.operand;
152 int r1 = (++it)->u.operand;
153 int r2 = (++it)->u.operand;
159 int r0 = (++it)->u.operand;
160 int offset = (++it)->u.operand;
166 int r0 = (++it)->u.operand;
167 int r1 = (++it)->u.operand;
168 int id0 = (++it)->u.operand;
[all...]
/external/llvm/include/llvm-c/
H A DEnhancedDisassembly.h11 |* implements a disassembler with the ability to extract operand values and *|
96 Encapsulates an operand of an instruction.
233 @result The ID of the branch target operand, suitable for use with
234 EDCopyOperand. -1 if no such operand exists.
241 @result The ID of the move source operand, suitable for use with
242 EDCopyOperand. -1 if no such operand exists.
249 @result The ID of the move source operand, suitable for use with
250 EDCopyOperand. -1 if no such operand exists.
291 Returns the index of the operand to which a token belongs.
293 @result The operand inde
[all...]
/external/llvm/lib/MC/MCDisassembler/
H A DEDMain.cpp191 int EDGetOperand(EDOperandRef *operand, argument
194 return ((EDInst*)inst)->getOperand(*(EDOperand**)operand, index);
197 int EDOperandIsRegister(EDOperandRef operand) { argument
198 return ((EDOperand*)operand)->isRegister();
201 int EDOperandIsImmediate(EDOperandRef operand) { argument
202 return ((EDOperand*)operand)->isImmediate();
205 int EDOperandIsMemory(EDOperandRef operand) { argument
206 return ((EDOperand*)operand)->isMemory();
209 int EDRegisterOperandValue(unsigned *value, EDOperandRef operand) { argument
210 if (!((EDOperand*)operand)
216 EDImmediateOperandValue(uint64_t *value, EDOperandRef operand) argument
223 EDEvaluateOperand(uint64_t *result, EDOperandRef operand, ::EDRegisterReaderCallback regReader, void *arg) argument
253 EDBlockEvaluateOperand(uint64_t *result, EDOperandRef operand, EDRegisterBlock_t regBlock) argument
[all...]
/external/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.cpp94 int dst = vPC[1].u.operand;
95 int property = vPC[2].u.operand;
124 int dst = vPC[1].u.operand;
125 int property = vPC[2].u.operand;
126 int skip = vPC[3].u.operand;
162 int dst = vPC[1].u.operand;
166 int property = vPC[2].u.operand;
168 int offset = vPC[4].u.operand;
199 int dst = vPC[1].u.operand;
203 int property = vPC[2].u.operand;
[all...]
/external/mesa3d/src/glsl/
H A Dir_rvalue_visitor.cpp41 unsigned int operand; local
43 for (operand = 0; operand < ir->get_num_operands(); operand++) {
44 handle_rvalue(&ir->operands[operand]);
/external/v8/src/ia32/
H A Dlithium-gap-resolver-ia32.h64 // Report the count of uses of operand as a source in a not-yet-performed
66 int CountSourceUses(LOperand* operand);
75 // Ensure that the given operand is not spilled.
76 void EnsureRestored(LOperand* operand);
/external/chromium/sdch/open-vcdiff/src/
H A Drolling_hash.h41 // Returns operand % kBase, assuming that kBase is a power of two.
42 static inline uint32_t ModBase(uint32_t operand) { argument
43 return operand & (kBase - 1);
46 // Given an unsigned integer "operand", returns an unsigned integer "result"
50 // ModBase(operand + result) == 0
51 static inline uint32_t FindModBaseInverse(uint32_t operand) { argument
52 // The subtraction (0 - operand) produces an unsigned underflow for any
53 // operand except 0. The underflow results in a (very large) unsigned
58 // The C++ mod operation (operand % kBase) may produce different results for
59 // different compilers if operand i
[all...]
/external/llvm/test/MC/ARM/
H A Dthumb2-diagnostics.s39 @ CHECK-ERRORS: error: invalid operand for instruction
40 @ CHECK-ERRORS: error: invalid operand for instruction
41 @ CHECK-ERRORS: error: invalid operand for instruction
42 @ CHECK-ERRORS: error: invalid operand for instruction
43 @ CHECK-ERRORS: error: immediate operand must be in the range [0,15]
44 @ CHECK-ERRORS: error: immediate operand must be in the range [0,15]
H A Ddiagnostics.s54 @ CHECK-ERRORS: error: invalid operand for instruction
64 @ CHECK-ERRORS: error: invalid operand for instruction
65 @ CHECK-ERRORS: error: invalid operand for instruction
66 @ CHECK-ERRORS: error: invalid operand for instruction
67 @ CHECK-ERRORS: error: invalid operand for instruction
73 @ CHECK-ERRORS: error: immediate operand must be in the range [0,15]
74 @ CHECK-ERRORS: error: immediate operand must be in the range [0,15]
85 @ CHECK-ERRORS: error: invalid operand for instruction
86 @ CHECK-ERRORS: error: invalid operand for instruction
87 @ CHECK-ERRORS: error: invalid operand fo
[all...]

Completed in 368 milliseconds

123456