HomeSort by relevance Sort by last modified time
    Searched refs:operand (Results 1 - 25 of 142) sorted by null

1 2 3 4 5 6

  /external/skia/src/animator/
SkScriptRuntime.cpp 55 SkOperand2 operand[2]; // 1=accumulator and 2=operand local
64 operand[0].fArray = new SkOpArray(SkOperand2::kNoType /*fReturnType*/);
67 index = operand[1].fS32;
68 if (index >= operand[0].fArray->count()) {
72 operand[0] = operand[0].fArray->begin()[index];
75 *operand[0].fArray->append() = operand[1];
86 if (callBackFunction->invoke(ref, operand[0].fArray, /* params *
    [all...]
SkOpArray.cpp 9 bool SkOpArray::getIndex(int index, SkOperand2* operand) {
14 *operand = begin()[index];
SkOpArray.h 13 bool getIndex(int index, SkOperand2* operand);
SkTypedArray.h 28 bool getIndex(int index, SkOperand* operand);
  /external/srec/srec/include/
log_tabl.h 40 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/
CachedTranscendentalFunction.h 43 double operand; member in struct:JSC::CachedTranscendentalFunction::CacheEntry
59 JSValue operator() (double operand)
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/
log_tabl.c 84 int log_lookup(log_table_info *logtab, int operand, int shift)
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]));
    [all...]
  /external/webkit/Source/JavaScriptCore/dfg/
DFGByteCodeParser.cpp 75 NodeIndex get(int operand)
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 < 0)
    [all...]
  /dalvik/vm/compiler/codegen/arm/
ArchUtility.cpp 86 int operand; local
96 operand = lir->operands[nc-'0'];
99 if (operand != 0) {
100 sprintf(tbuf, ", %s %d",shiftNames[operand & 0x3],
101 operand >> 2);
107 switch (operand) {
135 tbuf[i] += operand & 1;
136 operand >>= 1;
140 operand = ~expandImmediate(operand);
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITOpcodes.cpp 312 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...]
JITOpcodes32_64.cpp 477 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...]
JITArithmetic32_64.cpp 52 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...]
JITArithmetic.cpp 52 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...]
JITCall32_64.cpp 60 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...]
JITCall.cpp 60 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...]
  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.cpp 143 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/
EnhancedDisassembly.h 11 |* implements a disassembler with the ability to extract operand values and *|
83 Encapsulates an operand of an instruction.
220 @result The ID of the branch target operand, suitable for use with
221 EDCopyOperand. -1 if no such operand exists.
228 @result The ID of the move source operand, suitable for use with
229 EDCopyOperand. -1 if no such operand exists.
236 @result The ID of the move source operand, suitable for use with
237 EDCopyOperand. -1 if no such operand exists.
278 Returns the index of the operand to which a token belongs.
280 @result The operand index on success; -1 otherwis
    [all...]
  /external/llvm/tools/edis/
EDMain.cpp 195 int EDGetOperand(EDOperandRef *operand,
198 return ((EDInst*)inst)->getOperand(*(EDOperand**)operand, index);
201 int EDOperandIsRegister(EDOperandRef operand) {
202 return ((EDOperand*)operand)->isRegister();
205 int EDOperandIsImmediate(EDOperandRef operand) {
206 return ((EDOperand*)operand)->isImmediate();
209 int EDOperandIsMemory(EDOperandRef operand) {
210 return ((EDOperand*)operand)->isMemory();
213 int EDRegisterOperandValue(unsigned *value, EDOperandRef operand) {
214 if (!((EDOperand*)operand)->isRegister()
    [all...]
  /external/v8/src/ia32/
lithium-gap-resolver-ia32.h 64 // 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/webkit/Source/JavaScriptCore/interpreter/
Interpreter.cpp 94 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/
ir_rvalue_visitor.cpp 41 unsigned int operand; local
43 for (operand = 0; operand < ir->get_num_operands(); operand++) {
44 handle_rvalue(&ir->operands[operand]);
  /dalvik/vm/compiler/template/armv5te-vfp/
TEMPLATE_SQRT_DOUBLE_VFP.S 19 fmrrd r0, r1, d0 @ reload orig operand
  /external/chromium/sdch/open-vcdiff/src/
rolling_hash.h 41 // Returns operand % kBase, assuming that kBase is a power of two.
42 static inline uint32_t ModBase(uint32_t operand) {
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) {
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 is negative. That is not a problem i
    [all...]
  /external/llvm/test/MC/ARM/
thumb2-diagnostics.s 39 @ 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: invalid operand for instruction
44 @ CHECK-ERRORS: error: invalid operand for instruction
diagnostics.s 54 @ 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: invalid operand for instruction
74 @ CHECK-ERRORS: error: invalid operand for instruction
85 @ CHECK-ERRORS: error: invalid operand for instruction
86 @ CHECK-ERRORS: error: invalid operand for instruction
87 @ CHECK-ERRORS: error: invalid operand for instructio
    [all...]

Completed in 1370 milliseconds

1 2 3 4 5 6