Searched refs:op1 (Results 1 - 25 of 69) sorted by relevance

123

/external/valgrind/main/VEX/test/
H A Dtest-amd64-muldiv.h2 void glue(glue(test_, OP), b)(int64 op0, int64 op1) argument
6 s1 = op1;
20 void glue(glue(test_, OP), w)(int64 op0h, int64 op0, int64 op1) argument
23 s1 = op1;
38 void glue(glue(test_, OP), l)(int64 op0h, int64 op0, int64 op1) argument
41 s1 = op1;
56 void glue(glue(test_, OP), q)(int64 op0h, int64 op0, int64 op1) argument
59 s1 = op1;
H A Dtest-i386-muldiv.h2 void glue(glue(test_, OP), b)(int op0, int op1) argument
6 s1 = op1;
20 void glue(glue(test_, OP), w)(int op0h, int op0, int op1) argument
23 s1 = op1;
38 void glue(glue(test_, OP), l)(int op0h, int op0, int op1) argument
41 s1 = op1;
H A Dtest-amd64.c368 void test_imulw2(int64 op0, int64 op1) argument
372 s1 = op1;
386 void test_imull2(int64 op0, int64 op1) argument
391 s1 = op1;
405 #define TEST_IMUL_IM(size, size1, op0, op1)\
416 : "r" (op1), "1" (flags), "0" (res));\
418 "imul" size, op0, op1, res, flags & CC_MASK);\
421 #define TEST_IMUL_IM_L(op0, op1)\
432 : "r" (op1), "1" (flags), "0" (res));\
434 "imull", op0, op1, re
[all...]
H A Dtest-i386.c356 void test_imulw2(int op0, int op1) argument
360 s1 = op1;
374 void test_imull2(int op0, int op1) argument
378 s1 = op1;
392 #define TEST_IMUL_IM(size, size1, op0, op1)\
403 : "r" (op1), "1" (flags), "0" (res));\
405 "imul" size, op0, op1, res, flags & CC_MASK);\
829 int op0, op1;\
831 op1 = 0xfbca7654;\
833 : "=q" (op0), opconst (op1) \
[all...]
/external/mesa3d/src/glsl/
H A Dir_div_to_mul_rcp.cpp27 * 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, NUL
[all...]
H A Dlower_instructions.cpp42 * 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...]
H A Dir.cpp208 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) argument
287 this->operands[1] = op1;
306 this->type = op1->type;
307 } else if (op1->type->is_scalar()) {
311 assert(!op0->type->is_matrix() && !op1
207 ir_expression(int op, const struct glsl_type *type, ir_rvalue *op0, ir_rvalue *op1) argument
221 ir_expression(int op, const struct glsl_type *type, ir_rvalue *op0, ir_rvalue *op1, ir_rvalue *op2, ir_rvalue *op3) argument
[all...]
H A Dopt_algebraic.cpp60 int op1,
94 int op1,
99 ir2->operands[op2] = ir1->operands[op1];
100 ir1->operands[op1] = temp;
93 reassociate_operands(ir_expression *ir1, int op1, ir_expression *ir2, int op2) argument
/external/webkit/Source/JavaScriptCore/jit/
H A DJITArithmetic32_64.cpp89 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), isOperandConstantImmediateIn
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
1010 emitBinaryDoubleOp(OpcodeID opcodeID, unsigned dst, unsigned op1, unsigned op2, OperandTypes types, JumpList& notInt32Op1, JumpList& notInt32Op2, bool op1IsInRegisters, bool op2IsInRegisters) argument
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...]
H A DJITArithmetic.cpp53 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, regT
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
949 compileBinaryArithOp(OpcodeID opcodeID, unsigned, unsigned op1, unsigned op2, OperandTypes) argument
966 compileBinaryArithOpSlowCase(OpcodeID opcodeID, Vector<SlowCaseEntry>::iterator& iter, unsigned result, unsigned op1, unsigned op2, OperandTypes types, bool op1HasImmediateIntFastCase, bool op2HasImmediateIntFastCase) argument
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/
H A DDFGSpeculativeJIT.cpp279 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(thi
[all...]
H A DDFGJITCodeGenerator.cpp444 GPRTemporary::GPRTemporary(JITCodeGenerator* jit, SpeculateIntegerOperand& op1) argument
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) argument
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) argument
476 op1
483 GPRTemporary(JITCodeGenerator* jit, IntegerOperand& op1, IntegerOperand& op2) argument
498 GPRTemporary(JITCodeGenerator* jit, SpeculateCellOperand& op1) argument
510 GPRTemporary(JITCodeGenerator* jit, JSValueOperand& op1) argument
529 FPRTemporary(JITCodeGenerator* jit, DoubleOperand& op1) argument
541 FPRTemporary(JITCodeGenerator* jit, DoubleOperand& op1, DoubleOperand& op2) argument
[all...]
H A DDFGNonSpeculativeJIT.cpp226 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(thi
[all...]
H A DDFGByteCodeParser.cpp567 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...]
H A DDFGAliasTracker.h104 bool equalIgnoringLaterNumericConversion(NodeIndex op1, NodeIndex op2) argument
106 if (op1 == op2)
109 return (node2.op == ValueToNumber || node2.op == ValueToInt32 || node2.op == NumberToInt32) && op1 == node2.child1;
H A DDFGJITCodeGenerator.h308 void bitOp(NodeType op, int32_t imm, MacroAssembler::RegisterID op1, MacroAssembler::RegisterID result) argument
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) argument
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) argument
344 m_jit.rshift32(op1, Imm3
356 shiftOp(NodeType op, MacroAssembler::RegisterID op1, MacroAssembler::RegisterID shiftAmount, MacroAssembler::RegisterID result) argument
[all...]
H A DDFGOperations.cpp46 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/
H A DStmnt.java45 public static Stmnt make(int op, ASTree op1, ASTree op2, ASTree op3) { argument
46 return new Stmnt(op, op1, new ASTList(op2, new ASTList(op3)));
/external/valgrind/main/VEX/priv/
H A Dguest_s390_toIR.c151 binop(IROp kind, IRExpr *op1, IRExpr *op2) argument
153 return IRExpr_Binop(kind, op1, op2);
158 triop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3) argument
160 return IRExpr_Triop(kind, op1, op2, op3);
165 qop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3, IRExpr *op4) argument
167 return IRExpr_Qop(kind, op1, op2, op3, op4);
605 s390_call_calculate_icc(UInt opc, IRTemp op1, IRTemp op2, Bool sign_extend) argument
610 dep1 = s390_cc_widen(op1, sign_extend);
2089 IRTemp op1 = newTemp(Ity_I32); local
2093 assign(op1, get_gpr_w
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:__anon12976::__anon12977
11936 unsigned int op1 : 8; member in struct:__anon12990::__anon12991
11944 unsigned int op1 : 8; member in struct:__anon12990::__anon12992
11953 unsigned int op1 : 8; member in struct:__anon12990::__anon12993
11962 unsigned int op1 : 8; member in struct:__anon12990::__anon12994
11971 unsigned int op1 : 8; member in struct:__anon12990::__anon12995
11979 unsigned int op1 : 8; member in struct:__anon12990::__anon12996
11985 unsigned int op1 : 8; member in struct:__anon12990::__anon12997
11994 unsigned int op1 : 8; member in struct:__anon12990::__anon12998
12004 unsigned int op1 : 8; member in struct:__anon12990::__anon12999
12013 unsigned int op1 : 8; member in struct:__anon12990::__anon13000
12022 unsigned int op1 : 8; member in struct:__anon12990::__anon13001
12031 unsigned int op1 : 8; member in struct:__anon12990::__anon13002
12041 unsigned int op1 : 8; member in struct:__anon12990::__anon13003
12050 unsigned int op1 : 8; member in struct:__anon12990::__anon13004
12091 unsigned int op1 : 8; member in struct:__anon12990::__anon13009
[all...]
H A Dhost_s390_defs.h285 HReg dst; /* op1 */
291 HReg dst_lo; /* also op1 r11 */
302 HReg op1; /* also quotient r11 */ member in struct:__anon13271::__anon13272::__anon13281
322 HReg op1; member in struct:__anon13271::__anon13272::__anon13285
334 HReg op1; member in struct:__anon13271::__anon13272::__anon13288
415 s390_insn *s390_insn_divs(UChar size, HReg rem, HReg op1, s390_opnd_RMI op2);
418 s390_insn *s390_insn_cas(UChar size, HReg op1, s390_amode *op2, HReg op3,
435 s390_insn *s390_insn_bfp_compare(UChar size, HReg dst, HReg op1, HReg op2);
/external/valgrind/main/none/tests/s390x/
H A Dopcodes.h19 #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 #r
[all...]
/external/webkit/Source/JavaScriptCore/parser/
H A DResultType.h121 static ResultType forAdd(ResultType op1, ResultType op2) argument
123 if (op1.definitelyIsNumber() && op2.definitelyIsNumber())
125 if (op1.definitelyIsString() || op2.definitelyIsString())
/external/libvpx/vp8/common/
H A Dloopfilter_filters.c51 static __inline void vp8_filter(signed char mask, signed char hev, uc *op1, uc *op0, uc *oq0, uc *oq1) argument
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) argument
294 signed char p1 = (signed char) * op1 ^ 0x80;
160 vp8_mbfilter(signed char mask, signed char hev, uc *op2, uc *op1, uc *op0, uc *oq0, uc *oq1, uc *oq2) argument
/external/webkit/Source/JavaScriptCore/assembler/
H A DMacroAssembler.h108 void branchPtr(Condition cond, RegisterID op1, TrustedImmPtr imm, Label target) argument
110 branchPtr(cond, op1, imm).linkTo(target, this);
113 void branch32(Condition cond, RegisterID op1, RegisterID op2, Label target) argument
115 branch32(cond, op1, op2).linkTo(target, this);
118 void branch32(Condition cond, RegisterID op1, TrustedImm32 imm, Label target) argument
120 branch32(cond, op1, imm).linkTo(target, this);
H A DMacroAssemblerX86Common.h140 void and32(RegisterID op1, RegisterID op2, RegisterID dest) argument
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) argument
257 if (op1 == op2)
258 zeroExtend32ToPtr(op1, dest);
259 else if (op1 == dest)
263 or32(op1, des
398 xor32(RegisterID op1, RegisterID op2, RegisterID dest) argument
510 addDouble(FPRegisterID op1, FPRegisterID op2, FPRegisterID dest) argument
533 divDouble(FPRegisterID op1, FPRegisterID op2, FPRegisterID dest) argument
554 subDouble(FPRegisterID op1, FPRegisterID op2, FPRegisterID dest) argument
575 mulDouble(FPRegisterID op1, FPRegisterID op2, FPRegisterID dest) argument
[all...]

Completed in 431 milliseconds

123