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

1 2 3 4

  /dalvik/vm/compiler/codegen/arm/
CalloutHelper.h 34 extern "C" float __aeabi_i2f(int op1); // OP_INT_TO_FLOAT
35 extern "C" int __aeabi_f2iz(float op1); // OP_FLOAT_TO_INT
36 extern "C" float __aeabi_d2f(double op1); // OP_DOUBLE_TO_FLOAT
37 extern "C" double __aeabi_f2d(float op1); // OP_FLOAT_TO_DOUBLE
38 extern "C" double __aeabi_i2d(int op1); // OP_INT_TO_DOUBLE
39 extern "C" int __aeabi_d2iz(double op1); // OP_DOUBLE_TO_INT
40 extern "C" float __aeabi_l2f(long op1); // OP_LONG_TO_FLOAT
41 extern "C" double __aeabi_l2d(long op1); // OP_LONG_TO_DOUBLE
42 s8 dvmJitf2l(float op1); // OP_FLOAT_TO_LONG
43 s8 dvmJitd2l(double op1); // OP_DOUBLE_TO_LON
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/
SyncOperationTest.java 44 SyncOperation op1 = new SyncOperation(account1, local
53 // Same as op1 but different time infos
63 // Same as op1 but different authority
73 // Same as op1 but different account
83 // Same as op1 but different bundle
93 assertEquals(op1.key, op2.key);
94 assertNotSame(op1.key, op3.key);
95 assertNotSame(op1.key, op4.key);
96 assertNotSame(op1.key, op5.key);
ContentProviderOperationTest.java 53 ContentProviderOperation op1 = ContentProviderOperation.newInsert(sTestUri1) local
56 ContentProviderResult result = op1.apply(new TestContentProvider() {
67 ContentProviderOperation op1 = ContentProviderOperation.newInsert(sTestUri1) local
69 ContentProviderResult result = op1.apply(new TestContentProvider() {
80 ContentProviderOperation op1 = ContentProviderOperation.newInsert(sTestUri1) local
84 op1.apply(new TestContentProvider() {
103 ContentProviderOperation op1 = ContentProviderOperation.newInsert(sTestUri1) local
108 ContentProviderResult result = op1.apply(new TestContentProvider() {
122 ContentProviderOperation op1 = ContentProviderOperation.newInsert(sTestUri1) local
126 ContentProviderResult result = op1.apply(new TestContentProvider()
138 ContentProviderOperation op1 = ContentProviderOperation.newAssertQuery(sTestUri1) local
157 ContentProviderOperation op1 = ContentProviderOperation.newAssertQuery(sTestUri1) local
247 ContentProviderOperation op1 = ContentProviderOperation.newInsert(sTestUri1) local
269 ContentProviderOperation op1 = ContentProviderOperation.newUpdate(sTestUri1) local
284 ContentProviderOperation op1; local
    [all...]
  /external/mesa3d/src/glsl/
ir_div_to_mul_rcp.cpp 27 * Breaks an ir_unop_div expression down to op0 * (rcp(op1)).
67 /* New expression for the 1.0 / op1 */
74 /* op0 / op1 -> op0 * (1.0 / op1) */
82 ir_rvalue *op0, *op1; local
90 op1 = new(ir) ir_expression(ir_unop_i2f, vec_type, ir->operands[1], NULL);
92 op1 = new(ir) ir_expression(ir_unop_u2f, vec_type, ir->operands[1], NULL);
94 op1 = new(ir) ir_expression(ir_unop_rcp, op1->type, op1, NULL)
    [all...]
lower_instructions.cpp 42 * Breaks an ir_binop_sub expression down to add(op0, neg(op1))
47 * want to recognize add(op0, neg(op1)) or the other way around to
52 * Breaks an ir_unop_div expression down to op0 * (rcp(op1)).
72 * Breaks an ir_unop_mod expression down to (op1 * fract(op0 / op1))
76 * opportunity to do things like constant fold the (1.0 / op1) easily.
131 /* New expression for the 1.0 / op1 */
138 /* op0 / op1 -> op0 * (1.0 / op1) */
146 ir_rvalue *op0, *op1; local
    [all...]
ir.cpp 208 ir_rvalue *op0, ir_rvalue *op1)
210 assert(((op1 == NULL) && (get_num_operands(ir_expression_operation(op)) == 1))
216 this->operands[1] = op1;
222 ir_rvalue *op0, ir_rvalue *op1,
229 this->operands[1] = op1;
281 ir_expression::ir_expression(int op, ir_rvalue *op0, ir_rvalue *op1)
287 this->operands[1] = op1;
306 this->type = op1->type;
307 } else if (op1->type->is_scalar()) {
311 assert(!op0->type->is_matrix() && !op1->type->is_matrix())
    [all...]
opt_algebraic.cpp 60 int op1,
94 int op1,
99 ir2->operands[op2] = ir1->operands[op1];
100 ir1->operands[op1] = temp;
  /external/webkit/Source/JavaScriptCore/jit/
JITArithmetic32_64.cpp 89 unsigned op1 = currentInstruction[1].u.operand; local
97 if (isOperandConstantImmediateChar(op1)) {
103 addJump(branch32(LessThanOrEqual, regT0, Imm32(asString(getConstantOperand(op1))->tryGetValue()[0])), target);
107 emitLoad(op1, regT1, regT0);
115 if (isOperandConstantImmediateInt(op1)) {
119 addJump(branch32(LessThanOrEqual, regT2, Imm32(getConstantOperand(op1).asInt32())), target);
121 emitLoad(op1, regT1, regT0);
125 emitLoad2(op1, regT1, regT0, op2, regT3, regT2);
139 emitBinaryDoubleOp(op_jnless, target, op1, op2, OperandTypes(), notInt32Op1, notInt32Op2, !isOperandConstantImmediateInt(op1), isOperandConstantImmediateInt(op1) || !isOperandConstantImmediateInt(op2))
145 unsigned op1 = currentInstruction[1].u.operand; local
178 unsigned op1 = currentInstruction[1].u.operand; local
233 unsigned op1 = currentInstruction[1].u.operand; local
265 unsigned op1 = currentInstruction[1].u.operand; local
320 unsigned op1 = currentInstruction[1].u.operand; local
366 unsigned op1 = currentInstruction[2].u.operand; local
388 unsigned op1 = currentInstruction[2].u.operand; local
406 unsigned op1 = currentInstruction[2].u.operand; local
445 unsigned op1 = currentInstruction[2].u.operand; local
531 unsigned op1 = currentInstruction[2].u.operand; local
554 unsigned op1 = currentInstruction[2].u.operand; local
572 unsigned op1 = currentInstruction[2].u.operand; local
595 unsigned op1 = currentInstruction[2].u.operand; local
613 unsigned op1 = currentInstruction[2].u.operand; local
636 unsigned op1 = currentInstruction[2].u.operand; local
797 unsigned op1 = currentInstruction[2].u.operand; local
869 unsigned op1 = currentInstruction[2].u.operand; local
916 unsigned op1 = currentInstruction[2].u.operand; local
978 unsigned op1 = currentInstruction[2].u.operand; local
1152 unsigned op1 = currentInstruction[2].u.operand; local
1184 unsigned op1 = currentInstruction[2].u.operand; local
1226 unsigned op1 = currentInstruction[2].u.operand; local
1270 unsigned op1 = currentInstruction[2].u.operand; local
1301 unsigned op1 = currentInstruction[2].u.operand; local
1351 unsigned op1 = currentInstruction[2].u.operand; local
1376 unsigned op1 = currentInstruction[2].u.operand; local
1403 unsigned op1 = currentInstruction[2].u.operand; local
    [all...]
JITArithmetic.cpp 53 unsigned op1 = currentInstruction[2].u.operand; local
56 emitGetVirtualRegisters(op1, regT0, op2, regT2);
70 unsigned op1 = currentInstruction[2].u.operand; local
73 UNUSED_PARAM(op1);
86 unsigned op1 = currentInstruction[2].u.operand; local
91 emitGetVirtualRegister(op1, regT0);
96 emitGetVirtualRegisters(op1, regT0, op2, regT2);
121 unsigned op1 = currentInstruction[2].u.operand; local
135 // We're reloading op1 to regT0 as we can no longer guarantee that
138 stubCall.addArgument(op1, regT0)
154 unsigned op1 = currentInstruction[2].u.operand; local
190 unsigned op1 = currentInstruction[2].u.operand; local
247 unsigned op1 = currentInstruction[1].u.operand; local
295 unsigned op1 = currentInstruction[1].u.operand; local
400 unsigned op1 = currentInstruction[1].u.operand; local
448 unsigned op1 = currentInstruction[1].u.operand; local
553 unsigned op1 = currentInstruction[1].u.operand; local
601 unsigned op1 = currentInstruction[1].u.operand; local
718 unsigned op1 = currentInstruction[2].u.operand; local
746 unsigned op1 = currentInstruction[2].u.operand; local
877 unsigned op1 = currentInstruction[2].u.operand; local
916 unsigned op1 = currentInstruction[2].u.operand; local
929 unsigned op1 = currentInstruction[2].u.operand; local
1058 unsigned op1 = currentInstruction[2].u.operand; local
1089 unsigned op1 = currentInstruction[2].u.operand; local
1104 unsigned op1 = currentInstruction[2].u.operand; local
1129 unsigned op1 = currentInstruction[2].u.operand; local
1141 unsigned op1 = currentInstruction[2].u.operand; local
1194 unsigned op1 = currentInstruction[2].u.operand; local
1221 unsigned op1 = currentInstruction[2].u.operand; local
1232 unsigned op1 = currentInstruction[2].u.operand; local
    [all...]
  /external/webkit/Source/JavaScriptCore/dfg/
DFGSpeculativeJIT.cpp 279 SpeculateIntegerOperand op1(this, node.child1);
280 GPRTemporary result(this, op1);
282 bitOp(op, valueOfInt32Constant(node.child2), op1.registerID(), result.registerID());
286 SpeculateIntegerOperand op1(this, node.child1);
288 GPRTemporary result(this, op1, op2);
290 MacroAssembler::RegisterID reg1 = op1.registerID();
302 SpeculateIntegerOperand op1(this, node.child1);
303 GPRTemporary result(this, op1);
305 shiftOp(op, op1.registerID(), valueOfInt32Constant(node.child2) & 0x1f, result.registerID());
310 SpeculateIntegerOperand op1(this, node.child1)
    [all...]
DFGJITCodeGenerator.cpp 444 GPRTemporary::GPRTemporary(JITCodeGenerator* jit, SpeculateIntegerOperand& op1)
449 op1.gpr();
450 if (m_jit->canReuse(op1.index()))
451 m_gpr = m_jit->reuse(op1.gpr());
456 GPRTemporary::GPRTemporary(JITCodeGenerator* jit, SpeculateIntegerOperand& op1, SpeculateIntegerOperand& op2)
461 op1.gpr();
463 if (m_jit->canReuse(op1.index()))
464 m_gpr = m_jit->reuse(op1.gpr());
471 GPRTemporary::GPRTemporary(JITCodeGenerator* jit, IntegerOperand& op1)
476 op1.gpr()
    [all...]
DFGAliasTracker.h 104 bool equalIgnoringLaterNumericConversion(NodeIndex op1, NodeIndex op2)
106 if (op1 == op2)
109 return (node2.op == ValueToNumber || node2.op == ValueToInt32 || node2.op == NumberToInt32) && op1 == node2.child1;
DFGNonSpeculativeJIT.cpp 226 IntegerOperand op1(this, node.child1);
227 GPRTemporary result(this, op1);
229 bitOp(op, valueOfInt32Constant(node.child2), op1.registerID(), result.registerID());
233 IntegerOperand op1(this, node.child1);
235 GPRTemporary result(this, op1, op2);
237 MacroAssembler::RegisterID reg1 = op1.registerID();
249 IntegerOperand op1(this, node.child1);
250 GPRTemporary result(this, op1);
255 shiftOp(op, op1.registerID(), shiftAmount, result.registerID());
260 IntegerOperand op1(this, node.child1)
    [all...]
DFGByteCodeParser.cpp 567 NodeIndex op1 = getThis();
568 setThis(addToGraph(ConvertThis, op1));
575 NodeIndex op1 = getToInt32(currentInstruction[2].u.operand);
577 set(currentInstruction[1].u.operand, addToGraph(BitAnd, op1, op2));
582 NodeIndex op1 = getToInt32(currentInstruction[2].u.operand);
584 set(currentInstruction[1].u.operand, addToGraph(BitOr, op1, op2));
589 NodeIndex op1 = getToInt32(currentInstruction[2].u.operand);
591 set(currentInstruction[1].u.operand, addToGraph(BitXor, op1, op2));
596 NodeIndex op1 = getToInt32(currentInstruction[2].u.operand);
601 result = op1;
    [all...]
DFGJITCodeGenerator.h 308 void bitOp(NodeType op, int32_t imm, MacroAssembler::RegisterID op1, MacroAssembler::RegisterID result)
312 m_jit.and32(Imm32(imm), op1, result); local
315 m_jit.or32(Imm32(imm), op1, result); local
318 m_jit.xor32(Imm32(imm), op1, result); local
324 void bitOp(NodeType op, MacroAssembler::RegisterID op1, MacroAssembler::RegisterID op2, MacroAssembler::RegisterID result)
328 m_jit.and32(op1, op2, result);
331 m_jit.or32(op1, op2, result);
334 m_jit.xor32(op1, op2, result);
340 void shiftOp(NodeType op, MacroAssembler::RegisterID op1, int32_t shiftAmount, MacroAssembler::RegisterID result)
344 m_jit.rshift32(op1, Imm32(shiftAmount), result)
    [all...]
DFGOperations.cpp 46 JSValue op1 = JSValue::decode(encodedOp1); local
49 if (op1.isInt32() && op2.isInt32()) {
50 int64_t result64 = static_cast<int64_t>(op1.asInt32()) + static_cast<int64_t>(op2.asInt32());
59 if (op1.getNumber(number1) && op2.getNumber(number2))
62 return JSValue::encode(jsAddSlowCase(exec, op1, op2));
  /external/javassist/src/main/javassist/compiler/ast/
Stmnt.java 45 public static Stmnt make(int op, ASTree op1, ASTree op2, ASTree op3) {
46 return new Stmnt(op, op1, new ASTList(op2, new ASTList(op3)));
  /external/webkit/Source/JavaScriptCore/parser/
ResultType.h 121 static ResultType forAdd(ResultType op1, ResultType op2)
123 if (op1.definitelyIsNumber() && op2.definitelyIsNumber())
125 if (op1.definitelyIsString() || op2.definitelyIsString())
  /external/libvpx/vp8/common/
loopfilter_filters.c 51 static __inline void vp8_filter(signed char mask, signed char hev, uc *op1, uc *op0, uc *oq0, uc *oq1)
59 ps1 = (signed char) * op1 ^ 0x80;
94 *op1 = u ^ 0x80;
161 uc *op2, uc *op1, uc *op0, uc *oq0, uc *oq1, uc *oq2)
166 signed char ps1 = (signed char) * op1 ^ 0x80;
205 *op1 = s ^ 0x80;
291 static __inline void vp8_simple_filter(signed char mask, uc *op1, uc *op0, uc *oq0, uc *oq1)
294 signed char p1 = (signed char) * op1 ^ 0x80;
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
dct_inline.h 27 __inline int32 mla724(int32 op1, int32 op2, int32 op3)
31 OSCL_UNUSED_ARG(op1);
33 out = op2 * 724 + op3; /* op1 is not used here */
111 __inline int32 mla724(int32 op1, int32 op2, int32 op3)
117 smlabb out, op1, op2, op3 local
174 __inline int32 mla724(int32 op1, int32 op2, int32 op3)
181 mla out, op1, out, op3 local
269 __inline int32 mla724(int32 op1, int32 op2, int32 op3)
272 register int32 aa = (int32)op1;
  /ndk/sources/host-tools/nawk-20071023/
awkgram.y 283 | NOT re { $$ = op1(NOT, notnull($2)); }
359 | '-' term %prec UMINUS { $$ = op1(UMINUS, $2); }
361 | NOT term %prec UMINUS { $$ = op1(NOT, notnull($2)); }
367 | CLOSE term { $$ = op1(CLOSE, $2); }
368 | DECR var { $$ = op1(PREDECR, $2); }
369 | INCR var { $$ = op1(PREINCR, $2); }
370 | var DECR { $$ = op1(POSTDECR, $1); }
371 | var INCR { $$ = op1(POSTINCR, $1); }
396 | SPRINTF '(' patlist ')' { $$ = op1($1, $3); }
422 | IVAR { $$ = op1(INDIRECT, celltonode($1, CVAR));
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssembler.h 108 void branchPtr(Condition cond, RegisterID op1, TrustedImmPtr imm, Label target)
110 branchPtr(cond, op1, imm).linkTo(target, this);
113 void branch32(Condition cond, RegisterID op1, RegisterID op2, Label target)
115 branch32(cond, op1, op2).linkTo(target, this);
118 void branch32(Condition cond, RegisterID op1, TrustedImm32 imm, Label target)
120 branch32(cond, op1, imm).linkTo(target, this);
MacroAssemblerX86Common.h 140 void and32(RegisterID op1, RegisterID op2, RegisterID dest)
142 if (op1 == op2)
143 zeroExtend32ToPtr(op1, dest);
144 else if (op1 == dest)
148 and32(op1, dest);
255 void or32(RegisterID op1, RegisterID op2, RegisterID dest)
257 if (op1 == op2)
258 zeroExtend32ToPtr(op1, dest);
259 else if (op1 == dest)
263 or32(op1, dest)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt.ndk/src/com/android/ide/eclipse/adt/ndk/internal/wizards/
AddNativeWizard.java 75 IWorkspaceRunnable op1 = new IWorkspaceRunnable() {
89 workspace.run(op1, workspace.getRoot(), 0, new NullProgressMonitor());
  /frameworks/base/graphics/java/android/graphics/drawable/
Drawable.java 591 * @param op1 One opacity value.
598 public static int resolveOpacity(int op1, int op2) {
599 if (op1 == op2) {
600 return op1;
602 if (op1 == PixelFormat.UNKNOWN || op2 == PixelFormat.UNKNOWN) {
605 if (op1 == PixelFormat.TRANSLUCENT || op2 == PixelFormat.TRANSLUCENT) {
608 if (op1 == PixelFormat.TRANSPARENT || op2 == PixelFormat.TRANSPARENT) {
    [all...]

Completed in 410 milliseconds

1 2 3 4