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

1 2 3 4 5

  /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...]
  /dalvik/vm/compiler/codegen/mips/
CalloutHelper.h 34 extern "C" float __floatsisf(int op1); // OP_INT_TO_FLOAT
35 extern "C" int __fixsfsi(float op1); // OP_FLOAT_TO_INT
36 extern "C" float __truncdfsf2(double op1); // OP_DOUBLE_TO_FLOAT
37 extern "C" double __extendsfdf2(float op1); // OP_FLOAT_TO_DOUBLE
38 extern "C" double __floatsidf(int op1); // OP_INT_TO_DOUBLE
39 extern "C" int __fixdfsi(double op1); // OP_DOUBLE_TO_INT
40 extern "C" float __floatdisf(long long op1); // OP_LONG_TO_FLOAT
41 extern "C" double __floatdidf(long long op1); // OP_LONG_TO_DOUBLE
42 extern "C" long long __fixsfdi(float op1); // OP_FLOAT_TO_LONG
43 extern "C" long long __fixdfdi(double op1); // OP_DOUBLE_TO_LON
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/
SyncOperationTest.java 44 SyncOperation op1 = new SyncOperation(account1, 0, 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/valgrind/main/VEX/test/
test-amd64-muldiv.h 2 void glue(glue(test_, OP), b)(int64 op0, int64 op1)
6 s1 = op1;
20 void glue(glue(test_, OP), w)(int64 op0h, int64 op0, int64 op1)
23 s1 = op1;
38 void glue(glue(test_, OP), l)(int64 op0h, int64 op0, int64 op1)
41 s1 = op1;
56 void glue(glue(test_, OP), q)(int64 op0h, int64 op0, int64 op1)
59 s1 = op1;
test-i386-muldiv.h 2 void glue(glue(test_, OP), b)(int op0, int op1)
6 s1 = op1;
20 void glue(glue(test_, OP), w)(int op0h, int op0, int op1)
23 s1 = op1;
38 void glue(glue(test_, OP), l)(int op0h, int op0, int op1)
41 s1 = op1;
test-amd64.c 97 #define OP1
102 #define OP1
107 #define OP1
112 #define OP1
368 void test_imulw2(int64 op0, int64 op1)
372 s1 = op1;
386 void test_imull2(int64 op0, int64 op1)
391 s1 = op1;
405 #define TEST_IMUL_IM(size, size1, op0, op1)\
416 : "r" (op1), "1" (flags), "0" (res));
    [all...]
test-i386.c 87 #define OP1
92 #define OP1
97 #define OP1
102 #define OP1
356 void test_imulw2(int op0, int op1)
360 s1 = op1;
374 void test_imull2(int op0, int op1)
378 s1 = op1;
392 #define TEST_IMUL_IM(size, size1, op0, op1)\
403 : "r" (op1), "1" (flags), "0" (res));
    [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...]
  /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...]
  /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/valgrind/main/VEX/priv/
guest_s390_toIR.c 151 binop(IROp kind, IRExpr *op1, IRExpr *op2)
153 return IRExpr_Binop(kind, op1, op2);
158 triop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3)
160 return IRExpr_Triop(kind, op1, op2, op3);
165 qop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3, IRExpr *op4)
167 return IRExpr_Qop(kind, op1, op2, op3, op4);
605 s390_call_calculate_icc(UInt opc, IRTemp op1, IRTemp op2, Bool sign_extend)
610 dep1 = s390_cc_widen(op1, sign_extend);
2089 IRTemp op1 = newTemp(Ity_I32); local
2105 IRTemp op1 = newTemp(Ity_I64); local
2121 IRTemp op1 = newTemp(Ity_I64); local
2169 IRTemp op1 = newTemp(Ity_I32); local
2185 IRTemp op1 = newTemp(Ity_I32); local
2201 IRTemp op1 = newTemp(Ity_I64); local
2217 IRTemp op1 = newTemp(Ity_I64); local
2233 IRTemp op1 = newTemp(Ity_I32); local
2250 IRTemp op1 = newTemp(Ity_I64); local
2301 IRTemp op1 = newTemp(Ity_I32); local
2318 IRTemp op1 = newTemp(Ity_I64); local
2335 IRTemp op1 = newTemp(Ity_I32); local
2351 IRTemp op1 = newTemp(Ity_I32); local
2367 IRTemp op1 = newTemp(Ity_I32); local
2384 IRTemp op1 = newTemp(Ity_I64); local
2433 IRTemp op1 = newTemp(Ity_I32); local
2450 IRTemp op1 = newTemp(Ity_I32); local
2466 IRTemp op1 = newTemp(Ity_I64); local
2482 IRTemp op1 = newTemp(Ity_I64); local
2530 IRTemp op1 = newTemp(Ity_I32); local
2546 IRTemp op1 = newTemp(Ity_I32); local
2562 IRTemp op1 = newTemp(Ity_I64); local
2578 IRTemp op1 = newTemp(Ity_I64); local
2594 IRTemp op1 = newTemp(Ity_I32); local
2611 IRTemp op1 = newTemp(Ity_I64); local
2660 IRTemp op1 = newTemp(Ity_I32); local
2679 IRTemp op1 = newTemp(Ity_I64); local
2699 IRTemp op1 = newTemp(Ity_I32); local
2718 IRTemp op1 = newTemp(Ity_I64); local
2738 IRTemp op1 = newTemp(Ity_I32); local
2755 IRTemp op1 = newTemp(Ity_I64); local
2806 IRTemp op1 = newTemp(Ity_I32); local
2823 IRTemp op1 = newTemp(Ity_I32); local
2838 IRTemp op1 = newTemp(Ity_I32); local
2854 IRTemp op1 = newTemp(Ity_I64); local
2902 IRTemp op1 = newTemp(Ity_I32); local
2918 IRTemp op1 = newTemp(Ity_I32); local
2934 IRTemp op1 = newTemp(Ity_I64); local
2950 IRTemp op1 = newTemp(Ity_I8); local
2966 IRTemp op1 = newTemp(Ity_I8); local
2982 IRTemp op1 = newTemp(Ity_I32); local
2998 IRTemp op1 = newTemp(Ity_I16); local
3014 IRTemp op1 = newTemp(Ity_I16); local
3030 IRTemp op1 = newTemp(Ity_I32); local
3046 IRTemp op1 = newTemp(Ity_I16); local
3062 IRTemp op1 = newTemp(Ity_I16); local
3387 IRTemp op1 = newTemp(Ity_I32); local
3400 IRTemp op1 = newTemp(Ity_I64); local
3413 IRTemp op1 = newTemp(Ity_I64); local
3426 IRTemp op1 = newTemp(Ity_I32); local
3439 IRTemp op1 = newTemp(Ity_I32); local
3452 IRTemp op1 = newTemp(Ity_I64); local
3465 IRTemp op1 = newTemp(Ity_I64); local
3478 IRTemp op1 = newTemp(Ity_I32); local
3492 IRTemp op1 = newTemp(Ity_I64); local
3506 IRTemp op1 = newTemp(Ity_I32); local
3520 IRTemp op1 = newTemp(Ity_I64); local
3534 IRTemp op1 = newTemp(Ity_I64); local
3548 IRTemp op1 = newTemp(Ity_I32); local
3575 IRTemp op1 = newTemp(Ity_I64); local
3602 IRTemp op1 = newTemp(Ity_I32); local
3631 IRTemp op1 = newTemp(Ity_I64); local
3660 IRTemp op1 = newTemp(Ity_I32); local
3687 IRTemp op1 = newTemp(Ity_I64); local
3714 IRTemp op1 = newTemp(Ity_I32); local
3742 IRTemp op1 = newTemp(Ity_I64); local
3770 IRTemp op1 = newTemp(Ity_I32); local
3783 IRTemp op1 = newTemp(Ity_I32); local
3796 IRTemp op1 = newTemp(Ity_I64); local
3809 IRTemp op1 = newTemp(Ity_I32); local
3823 IRTemp op1 = newTemp(Ity_I64); local
3837 IRTemp op1 = newTemp(Ity_I16); local
3851 IRTemp op1 = newTemp(Ity_I32); local
3865 IRTemp op1 = newTemp(Ity_I64); local
3879 IRTemp op1 = newTemp(Ity_I32); local
3893 IRTemp op1 = newTemp(Ity_I64); local
3907 IRTemp op1 = newTemp(Ity_I32); local
3920 IRTemp op1 = newTemp(Ity_I32); local
3933 IRTemp op1 = newTemp(Ity_I32); local
3946 IRTemp op1 = newTemp(Ity_I32); local
3960 IRTemp op1 = newTemp(Ity_I32); local
3973 IRTemp op1 = newTemp(Ity_I64); local
3986 IRTemp op1 = newTemp(Ity_I64); local
3999 IRTemp op1 = newTemp(Ity_I32); local
4012 IRTemp op1 = newTemp(Ity_I32); local
4025 IRTemp op1 = newTemp(Ity_I64); local
4038 IRTemp op1 = newTemp(Ity_I64); local
4051 IRTemp op1 = newTemp(Ity_I32); local
4065 IRTemp op1 = newTemp(Ity_I64); local
4079 IRTemp op1 = newTemp(Ity_I8); local
4093 IRTemp op1 = newTemp(Ity_I8); local
4107 IRTemp op1 = newTemp(Ity_I32); local
4121 IRTemp op1 = newTemp(Ity_I64); local
4135 IRTemp op1 = newTemp(Ity_I16); local
4149 IRTemp op1 = newTemp(Ity_I32); local
4163 IRTemp op1 = newTemp(Ity_I64); local
4177 IRTemp op1 = newTemp(Ity_I64); local
4191 IRTemp op1 = newTemp(Ity_I32); local
4205 IRTemp op1 = newTemp(Ity_I64); local
4219 IRTemp op1 = newTemp(Ity_I32); local
4246 IRTemp op1 = newTemp(Ity_I64); local
4273 IRTemp op1 = newTemp(Ity_I32); local
4301 IRTemp op1 = newTemp(Ity_I64); local
4329 IRTemp op1 = newTemp(Ity_I32); local
4356 IRTemp op1 = newTemp(Ity_I64); local
4383 IRTemp op1 = newTemp(Ity_I32); local
4411 IRTemp op1 = newTemp(Ity_I64); local
4439 IRTemp op1 = newTemp(Ity_I32); local
4501 IRTemp op1 = newTemp(Ity_I32); local
4563 IRTemp op1 = newTemp(Ity_I32); local
4625 IRTemp op1 = newTemp(Ity_I32); local
4638 IRTemp op1 = newTemp(Ity_I32); local
4651 IRTemp op1 = newTemp(Ity_I32); local
4664 IRTemp op1 = newTemp(Ity_I32); local
4688 IRTemp op1 = newTemp(Ity_I32); local
4708 IRTemp op1 = newTemp(Ity_I64); local
4760 IRTemp op1 = newTemp(Ity_I32); local
4776 IRTemp op1 = newTemp(Ity_I32); local
4792 IRTemp op1 = newTemp(Ity_I64); local
4808 IRTemp op1 = newTemp(Ity_I8); local
4824 IRTemp op1 = newTemp(Ity_I8); local
4840 IRTemp op1 = newTemp(Ity_I32); local
4856 IRTemp op1 = newTemp(Ity_I32); local
5464 Int op1; local
5481 Long op1; local
5498 Long op1; local
6078 IRTemp op1 = newTemp(Ity_I32); local
6094 IRTemp op1 = newTemp(Ity_I32); local
6110 IRTemp op1 = newTemp(Ity_I32); local
6126 IRTemp op1 = newTemp(Ity_I32); local
6142 IRTemp op1 = newTemp(Ity_I32); local
6158 IRTemp op1 = newTemp(Ity_I32); local
6174 IRTemp op1 = newTemp(Ity_I64); local
6190 IRTemp op1 = newTemp(Ity_I32); local
6206 IRTemp op1 = newTemp(Ity_I64); local
6222 IRTemp op1 = newTemp(Ity_I32); local
6238 IRTemp op1 = newTemp(Ity_I64); local
6254 IRTemp op1 = newTemp(Ity_I32); local
6269 IRTemp op1 = newTemp(Ity_I64); local
6284 IRTemp op1 = newTemp(Ity_I64); local
6300 IRTemp op1 = newTemp(Ity_I32); local
6315 IRTemp op1 = newTemp(Ity_I32); local
6330 IRTemp op1 = newTemp(Ity_I64); local
6345 IRTemp op1 = newTemp(Ity_I64); local
6361 IRTemp op1 = newTemp(Ity_I32); local
6376 IRTemp op1 = newTemp(Ity_I64); local
6392 IRTemp op1 = newTemp(Ity_I32); local
6408 IRTemp op1 = newTemp(Ity_I64); local
6456 IRTemp op1 = newTemp(Ity_I32); local
6472 IRTemp op1 = newTemp(Ity_I32); local
6488 IRTemp op1 = newTemp(Ity_I64); local
6504 IRTemp op1 = newTemp(Ity_I8); local
6520 IRTemp op1 = newTemp(Ity_I8); local
6536 IRTemp op1 = newTemp(Ity_I32); local
6552 IRTemp op1 = newTemp(Ity_I16); local
6568 IRTemp op1 = newTemp(Ity_I16); local
6584 IRTemp op1 = newTemp(Ity_I32); local
6600 IRTemp op1 = newTemp(Ity_I16); local
6616 IRTemp op1 = newTemp(Ity_I16); local
7348 IRTemp op1 = newTemp(Ity_I32); local
7364 IRTemp op1 = newTemp(Ity_I64); local
7380 IRTemp op1 = newTemp(Ity_I64); local
7428 IRTemp op1 = newTemp(Ity_I32); local
7444 IRTemp op1 = newTemp(Ity_I32); local
7460 IRTemp op1 = newTemp(Ity_I64); local
7476 IRTemp op1 = newTemp(Ity_I64); local
7492 IRTemp op1 = newTemp(Ity_I32); local
7508 IRTemp op1 = newTemp(Ity_I32); local
7556 IRTemp op1 = newTemp(Ity_I32); local
7572 IRTemp op1 = newTemp(Ity_I64); local
7588 IRTemp op1 = newTemp(Ity_I64); local
7636 IRTemp op1 = newTemp(Ity_I32); local
7652 IRTemp op1 = newTemp(Ity_I32); local
7668 IRTemp op1 = newTemp(Ity_I64); local
7684 IRTemp op1 = newTemp(Ity_I64); local
7700 IRTemp op1 = newTemp(Ity_I32); local
7717 IRTemp op1 = newTemp(Ity_I64); local
7766 IRTemp op1 = newTemp(Ity_I32); local
7786 IRTemp op1 = newTemp(Ity_I64); local
7806 IRTemp op1 = newTemp(Ity_I32); local
7826 IRTemp op1 = newTemp(Ity_I64); local
8116 IRTemp op1 = newTemp(Ity_F32); local
8133 IRTemp op1 = newTemp(Ity_F64); local
8150 IRTemp op1 = newTemp(Ity_F32); local
8167 IRTemp op1 = newTemp(Ity_F64); local
8288 IRTemp op1 = newTemp(Ity_F32); local
8304 IRTemp op1 = newTemp(Ity_F64); local
8320 IRTemp op1 = newTemp(Ity_F32); local
8336 IRTemp op1 = newTemp(Ity_F64); local
8433 IRTemp op1 = newTemp(Ity_F32); local
8449 IRTemp op1 = newTemp(Ity_F64); local
8465 IRTemp op1 = newTemp(Ity_F32); local
8481 IRTemp op1 = newTemp(Ity_F64); local
8497 IRTemp op1 = newTemp(Ity_F32); local
8514 IRTemp op1 = newTemp(Ity_F64); local
8531 IRTemp op1 = newTemp(Ity_F32); local
8548 IRTemp op1 = newTemp(Ity_F64); local
9576 IRTemp op1 = newTemp(Ity_I64); local
9590 IRTemp op1 = newTemp(Ity_I128); local
9604 IRTemp op1 = newTemp(Ity_I64); local
9809 IRTemp op1 = newTemp(Ity_I32); local
9858 IRTemp op1 = newTemp(Ity_I64); local
9895 IRTemp op1 = newTemp(Ity_F128); local
9958 IRTemp op1 = newTemp(Ity_F32); local
9976 IRTemp op1 = newTemp(Ity_F64); local
9994 IRTemp op1 = newTemp(Ity_F128); local
10012 IRTemp op1 = newTemp(Ity_F32); local
10030 IRTemp op1 = newTemp(Ity_F64); local
10100 IRTemp op1 = newTemp(Ity_F128); local
10278 IRTemp op1 = newTemp(Ity_F128); local
10429 IRTemp op1 = newTemp(Ity_F128); local
11037 unsigned int op1 : 8; member in struct:__anon14521::__anon14522
11936 unsigned int op1 : 8; member in struct:__anon14535::__anon14536
11944 unsigned int op1 : 8; member in struct:__anon14535::__anon14537
11953 unsigned int op1 : 8; member in struct:__anon14535::__anon14538
11962 unsigned int op1 : 8; member in struct:__anon14535::__anon14539
11971 unsigned int op1 : 8; member in struct:__anon14535::__anon14540
11979 unsigned int op1 : 8; member in struct:__anon14535::__anon14541
11985 unsigned int op1 : 8; member in struct:__anon14535::__anon14542
11994 unsigned int op1 : 8; member in struct:__anon14535::__anon14543
12004 unsigned int op1 : 8; member in struct:__anon14535::__anon14544
12013 unsigned int op1 : 8; member in struct:__anon14535::__anon14545
12022 unsigned int op1 : 8; member in struct:__anon14535::__anon14546
12031 unsigned int op1 : 8; member in struct:__anon14535::__anon14547
12041 unsigned int op1 : 8; member in struct:__anon14535::__anon14548
12050 unsigned int op1 : 8; member in struct:__anon14535::__anon14549
12091 unsigned int op1 : 8; member in struct:__anon14535::__anon14554
    [all...]
  /external/valgrind/main/none/tests/s390x/
opcodes.h 19 #define RIL_RI(op1,r1,op2,i2) \
20 ".short 0x" #op1 #r1 #op2 "\n\t" \
22 #define RIE_RRI0(op1,r1,r3,i2,u0,op2) \
23 ".short 0x" #op1 #r1 #r3 "\n\t" \
26 #define SIY_IRD(op1,i2,b1,dl1,dh1,op2) \
27 ".short 0x" #op1 #i2 "\n\t" \
29 #define RXY_RRRD(op1,r1,x2,b2,dl2,dh2,op2) \
30 ".short 0x" #op1 #r1 #x2 "\n\t" \
32 #define RIL_RU(op1,r1,op2,i2) \
33 ".short 0x" #op1 #r1 #op2 "\n\t"
    [all...]
  /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/av/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);

Completed in 559 milliseconds

1 2 3 4 5