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

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_builder.h35 * 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
[all...]
H A Dir_builder.cpp49 assign(deref lhs, operand rhs, int writemask)
61 assign(deref lhs, operand rhs)
67 swizzle(operand a, int swizzle, int components)
80 swizzle_for_size(operand a, int components)
95 swizzle_xxxx(operand a)
101 swizzle_yyyy(operand a)
107 swizzle_zzzz(operand a)
113 swizzle_wwww(operand a)
119 swizzle_x(operand a)
125 swizzle_y(operand
[all...]
/external/mesa3d/src/glsl/
H A Dir_builder.h35 * 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
[all...]
H A Dir_builder.cpp49 assign(deref lhs, operand rhs, int writemask)
61 assign(deref lhs, operand rhs)
67 swizzle(operand a, int swizzle, int components)
80 swizzle_for_size(operand a, int components)
95 swizzle_xxxx(operand a)
101 swizzle_yyyy(operand a)
107 swizzle_zzzz(operand a)
113 swizzle_wwww(operand a)
119 swizzle_x(operand a)
125 swizzle_y(operand
[all...]
/external/chromium_org/third_party/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];
/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];
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
H A DIntInsnNode.java37 * A node that represents an instruction with a single int operand.
44 * The operand of this instruction.
46 public int operand; field in class:IntInsnNode
53 * @param operand the operand of the instruction to be constructed.
55 public IntInsnNode(final int opcode, final int operand) { argument
57 this.operand = operand;
75 mv.visitIntInsn(opcode, operand);
79 return new IntInsnNode(opcode, operand);
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
H A Dmodel.js13 * 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...]
/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/llvm/test/MC/Mips/mips1/
H A Dinvalid-mips3-wrong-error.s9 ld $sp,-28645($s1) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
10 ldc1 $f11,16391($s0) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
11 ldc2 $8,-21181($at) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
12 ldl $24,-4167($24) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
13 ldr $14,-30358($s4) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
14 ll $v0,-7321($s2) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
15 lld $zero,-14736($ra) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
16 lwu $s3,-24086($v1) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
17 sc $15,18904($s3) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
18 scd $15,-8243($sp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand fo
[all...]
H A Dinvalid-mips4-wrong-error.s9 ld $sp,-28645($s1) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
10 ldc1 $f11,16391($s0) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
11 ldc2 $8,-21181($at) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
12 ldl $24,-4167($24) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
13 ldr $14,-30358($s4) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
14 ll $v0,-7321($s2) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
15 lld $zero,-14736($ra) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
16 lwu $s3,-24086($v1) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
17 sc $15,18904($s3) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
18 scd $15,-8243($sp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand fo
[all...]
H A Dinvalid-mips2-wrong-error.s9 ldc1 $f11,16391($s0) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
10 ldc2 $8,-21181($at) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
11 ldc3 $29,-28645($s1) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
12 ll $v0,-7321($s2) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
13 sc $t7,18904($s3) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
14 sdc1 $f31,30574($t5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
15 sdc2 $20,23157($s2) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
16 sdc3 $12,5835($t2) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
/external/llvm/test/MC/ARM/
H A Dthumb2-strd.s5 @ CHECK: error: invalid operand for instruction
6 @ CHECK: error: invalid operand for instruction
7 @ CHECK: error: invalid operand for instruction
H A Dinvalid-neon-v8.s4 @ CHECK: error: invalid operand for instruction
6 @ CHECK: error: invalid operand for instruction
13 @ CHECK: error: invalid operand for instruction
15 @ CHECK: error: invalid operand for instruction
20 @ CHECK: error: invalid operand for instruction
22 @ CHECK: error: invalid operand for instruction
24 @ CHECK: error: invalid operand for instruction
29 @ CHECK: error: invalid operand for instruction
31 @ CHECK: error: invalid operand for instruction
33 @ CHECK: error: invalid operand fo
[all...]
H A Dldrd-strd-gnu-thumb-bad-regs.s4 @ CHECK: error: invalid operand for instruction
8 @ CHECK: error: invalid operand for instruction
H A Dvmov-vmvn-illegal-cases.s4 @ CHECK: error: invalid operand for instruction
6 @ CHECK: error: invalid operand for instruction
8 @ CHECK: error: invalid operand for instruction
10 @ CHECK: error: invalid operand for instruction
13 @ CHECK: error: invalid operand for instruction
15 @ CHECK: error: invalid operand for instruction
17 @ CHECK: error: invalid operand for instruction
19 @ CHECK: error: invalid operand for instruction
/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/chromium_org/third_party/mach_override/libudis86/
H A Dsyn-intel.c34 * opr_cast() - Prints an operand cast.
54 * gen_operand() - Generates assembly output for each operand.
146 u->operand[0].type != UD_OP_MEM &&
147 u->operand[1].type != UD_OP_MEM ) {
165 if (u->operand[0].type != UD_NONE) {
168 if (u->operand[0].type == UD_OP_MEM) {
169 if (u->operand[1].type == UD_OP_IMM ||
170 u->operand[1].type == UD_OP_CONST ||
171 u->operand[1].type == UD_NONE ||
172 (u->operand[
[all...]
/external/llvm/test/MC/SystemZ/
H A Dinsn-bad-z196.s5 #CHECK: error: invalid operand
7 #CHECK: error: invalid operand
9 #CHECK: error: invalid operand
16 #CHECK: error: invalid operand
18 #CHECK: error: invalid operand
20 #CHECK: error: invalid operand
27 #CHECK: error: invalid operand
29 #CHECK: error: invalid operand
35 #CHECK: error: invalid operand
37 #CHECK: error: invalid operand
[all...]
H A Dinsn-bad.s5 #CHECK: error: invalid operand
7 #CHECK: error: invalid operand
13 #CHECK: error: invalid operand
15 #CHECK: error: invalid operand
21 #CHECK: error: invalid operand
23 #CHECK: error: invalid operand
29 #CHECK: error: invalid operand
31 #CHECK: error: invalid operand
37 #CHECK: error: invalid operand
39 #CHECK: error: invalid operand
[all...]
/external/llvm/test/MC/Mips/mips2/
H A Dinvalid-mips3-wrong-error.s9 dmult $s7,$a5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
10 ld $sp,-28645($s1) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
11 ldl $t8,-4167($t8) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
12 ldr $t2,-30358($s4) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
13 lld $zero,-14736($ra) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
14 lwu $s3,-24086($v1) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
15 scd $t3,-8243($sp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
16 sd $t0,5835($a6) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
17 sdl $a3,-20961($s8) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
18 sdr $a7,-20423($t0) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand fo
[all...]
H A Dinvalid-mips4-wrong-error.s9 ld $sp,-28645($s1) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
10 lwu $s3,-24086($v1) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
11 scd $15,-8243($sp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
12 sd $12,5835($10) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
13 sdl $a3,-20961($s8) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
14 sdr $11,-20423($12) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
/external/llvm/test/MC/Mips/mips64r6/
H A Dinvalid-mips3-wrong-error.s8 ldl $s4,-4231($15) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
9 ldr $zero,-19147($gp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
10 sdl $15,13694($s3) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
11 sdr $s1,-26590($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
16 lwl $s4,-4231($15) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
17 lwr $zero,-19147($gp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
18 swl $15,13694($s3) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
19 swr $s1,-26590($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction

Completed in 403 milliseconds

1234567891011>>