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

1 2 3 4 5 6

  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_builder.h 35 * operand(ir_variable *var) constructor behind your back.
37 class operand { class in namespace:ir_builder
39 operand(ir_rvalue *val) function in class:ir_builder::operand
44 operand(ir_variable *var) function in class:ir_builder::operand
55 * \sa operand
83 ir_assignment *assign(deref lhs, operand rhs);
84 ir_assignment *assign(deref lhs, operand rhs, int writemask);
86 ir_expression *expr(ir_expression_operation op, operand a);
87 ir_expression *expr(ir_expression_operation op, operand a, operand b)
    [all...]
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]);
  /external/libpcap/
bpf_image.c 48 char operand[64]; local
280 (void)snprintf(operand, sizeof operand, fmt, v);
286 n, op, operand, n + 1 + p->jt, n + 1 + p->jf);
  /external/mesa3d/src/glsl/
ir_builder.h 35 * operand(ir_variable *var) constructor behind your back.
37 class operand { class in namespace:ir_builder
39 operand(ir_rvalue *val) function in class:ir_builder::operand
44 operand(ir_variable *var) function in class:ir_builder::operand
55 * \sa operand
83 ir_assignment *assign(deref lhs, operand rhs);
84 ir_assignment *assign(deref lhs, operand rhs, int writemask);
86 ir_expression *expr(ir_expression_operation op, operand a);
87 ir_expression *expr(ir_expression_operation op, operand a, operand b)
    [all...]
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/codegen/mips/
ArchUtility.cpp 43 int operand; local
53 operand = lir->operands[nc-'0'];
58 tbuf[i] += operand & 1;
59 operand >>= 1;
63 sprintf(tbuf,"$f%d",operand & FP_REG_MASK);
66 assert(((operand & FP_REG_MASK) & 1) == 0);
67 sprintf(tbuf,"$f%d",operand & FP_REG_MASK);
70 sprintf(tbuf,"%04x", operand);
74 sprintf(tbuf,"%d", operand);
77 sprintf(tbuf,"%d", operand+1)
    [all...]
  /external/chromium_org/v8/src/
hydrogen-uint32-analysis.cc 122 HValue* operand = phi->OperandAt(j); local
123 if (!operand->CheckFlag(HInstruction::kUint32)) {
125 if (operand->IsInteger32Constant() &&
126 operand->GetInteger32Constant() >= 0) {
127 operand->SetFlag(HInstruction::kUint32);
140 // Remove kUint32 flag from the phi itself and its operands. If any operand
146 HValue* operand = phi->OperandAt(j); local
147 if (operand->CheckFlag(HInstruction::kUint32)) {
148 operand->ClearFlag(HInstruction::kUint32);
149 if (operand->IsPhi())
    [all...]
hydrogen-escape-analysis.cc 114 HValue* operand = old_state->OperandAt(index); local
115 HPhi* phi = NewPhiAndInsert(block, operand, index);
128 HValue* operand = old_state->OperandAt(index); local
129 state->SetOperandAt(index, operand);
276 HValue* operand = state->OperandAt(index); local
279 // Phi already exists, add operand.
281 phi->SetOperandAt(succ->PredecessorIndexOf(block), operand);
282 } else if (succ_operand != operand) {
285 phi->SetOperandAt(succ->PredecessorIndexOf(block), operand);
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
model.js 13 * returning an object with 'accumulator', 'operator', and 'operand' properties
24 // For operations, ignore the last operator if no operand was entered,
26 // operator. In either case, clear the operand and the defaults.
27 var operator = this.operand && this.operator;
28 var result = this.calculate_(operator, this.operand);
34 // clear the operator and operand and return a transient state with a '='
37 var operand = this.operator ? this.operand : this.defaults.operand;
38 var result = this.calculate_(operator, operand);
    [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/chromium_org/third_party/skia/src/animator/
SkScriptRuntime.cpp 63 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[0].fArray, /* params *
    [all...]
  /external/skia/src/animator/
SkScriptRuntime.cpp 63 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[0].fArray, /* params *
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 83 "Invalid target flags for address operand on sethi");
87 "Invalid target flags for small address operand");
94 llvm_unreachable("Unknown target flags on operand");
132 llvm_unreachable("<unknown operand type>");
141 // If this is an ADD operand, emit it like normal operands.
161 std::string operand = ""; local
164 default: llvm_unreachable("Operand is not a register");
167 "Operand is not a physical register ");
170 operand = "%" + StringRef(getRegisterName(MO.getReg())).lower();
182 << ")), " << operand << '\n' local
187 << ")), " << operand << '\\n'; local
188 O << "\\tadd\\t" << operand << ", %o7, " << operand << '\\n'; local
    [all...]
  /art/compiler/dex/quick/arm/
assemble_arm.cc 45 * of the key, "p" is which numeric operand to use and "f" is the
71 * H -> operand shift
1282 uint32_t operand; local
    [all...]
  /art/compiler/dex/quick/mips/
assemble_mips.cc 47 * of the key, "p" is which numeric operand to use and "f" is the
653 uint32_t operand; local
655 operand = lir->operands[i];
661 value = operand;
663 value = (operand << encoder->field_loc[i].start) &
669 value = (operand & 0x1f);
674 DCHECK(MIPS_DOUBLEREG(operand));
675 DCHECK_EQ((operand & 0x1), 0U);
676 value = ((operand & MIPS_FP_REG_MASK) << encoder->field_loc[i].start) &
682 DCHECK(MIPS_SINGLEREG(operand));
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/
utilities.js 50 values.operand || ''
64 operand: last && last[2] || null
201 * [accumulator operator operand]
204 * where |accumulator|, |operand|, |prefix|, and |suffix| are numbers or
206 * underscore. The |operand|, |prefix|, and |suffix| numbers may contain
228 * - If the element being tested is a number, the expected operand value
321 var operand = last && last.slice(2).join(''); variable
325 if (operation && !operand)
328 expected.splice(-1, 1, [operand, last[1], operand], ['', element, ''])
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_debug.cpp 361 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/mesa/src/src/mesa/drivers/dri/nouveau/
nv04_state_frag.c 53 GLenum *operand; member in struct:combiner_state
74 (rc)->operand = c->Operand##chan; \
114 * specified EXT_texture_env_combine operand. */
118 get_input_mapping(struct combiner_state *rc, int operand, int flags)
122 if (!is_color_operand(operand) && !rc->alpha)
125 if (is_negative_operand(operand) == !(flags & INVERT))
135 int operand = rc->operand[arg]; local
146 if (is_color_operand(operand))
    [all...]
nv10_state_frag.c 71 GLenum *operand; member in struct:combiner_state
89 (rc)->operand = c->Operand##chan; \
136 * operand, possibly inverted or biased. */
141 get_input_mapping(struct combiner_state *rc, int operand, int flags)
145 if (is_color_operand(operand))
150 if (is_negative_operand(operand) == !(flags & INVERT))
166 int operand = rc->operand[arg]; local
177 if (is_color_operand(operand))
    [all...]
  /external/chromium_org/third_party/skia/src/xml/
SkJSDisplayable.cpp 260 SkOperand operand; local
261 info->getValue(displayable, &operand, 1);
262 scalar = operand.fScalar;
363 SkOperand operand; local
364 operand.fScalar = scalar;
365 info->setValue(displayable, &operand, 1);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_debug.cpp 361 const MCOperand &operand = Inst.getOperand(i); local
362 if (operand.isImm()) {
376 jump = pc + operand.getImm();
382 jump = (uint64_t)operand.getImm();
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_frag.c 53 GLenum *operand; member in struct:combiner_state
74 (rc)->operand = c->Operand##chan; \
114 * specified EXT_texture_env_combine operand. */
118 get_input_mapping(struct combiner_state *rc, int operand, int flags)
122 if (!is_color_operand(operand) && !rc->alpha)
125 if (is_negative_operand(operand) == !(flags & INVERT))
135 int operand = rc->operand[arg]; local
146 if (is_color_operand(operand))
    [all...]
  /external/skia/src/xml/
SkJSDisplayable.cpp 260 SkOperand operand; local
261 info->getValue(displayable, &operand, 1);
262 scalar = operand.fScalar;
363 SkOperand operand; local
364 operand.fScalar = scalar;
365 info->setValue(displayable, &operand, 1);
  /external/chromium_org/third_party/angle/src/compiler/
ValidateLimitations.cpp 374 // The operand must be loop index.
458 TIntermNode* operand) {
463 const TIntermSymbol* symbol = operand->getAsSymbolNode();
502 // the operand is a uniform in a vertex shader.
503 TIntermTyped* operand = node->getLeft(); local
505 (operand->getQualifier() == EvqUniform);
  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.h 161 bool operand() const { function in class:SkOpContour

Completed in 1558 milliseconds

1 2 3 4 5 6