Searched defs:op2 (Results 1 - 25 of 45) sorted by relevance

12

/external/webkit/Source/JavaScriptCore/assembler/
H A DMacroAssemblerARM.cpp73 ARMWord op2; local
76 op2 = m_assembler.lsl(address.index, static_cast<int>(address.scale));
79 m_assembler.add_r(ARMRegisters::S0, address.base, op2);
83 m_assembler.add_r(ARMRegisters::S0, address.base, op2);
88 m_assembler.add_r(ARMRegisters::S0, ARMRegisters::S0, op2);
H A DARMAssembler.cpp294 ARMWord op2; local
297 op2 = lsl(index, scale);
300 add_r(ARMRegisters::S0, base, op2);
305 add_r(ARMRegisters::S0, base, op2);
311 add_r(ARMRegisters::S0, ARMRegisters::S0, op2);
H A DMacroAssembler.h113 void branch32(Condition cond, RegisterID op1, RegisterID op2, Label target) argument
115 branch32(cond, op1, op2).linkTo(target, this);
H A DMacroAssemblerX86_64.h200 void orPtr(RegisterID op1, RegisterID op2, RegisterID dest) argument
202 if (op1 == op2)
205 orPtr(op2, dest);
207 move(op2, dest);
H A DMacroAssemblerX86Common.h140 void and32(RegisterID op1, RegisterID op2, RegisterID dest) argument
142 if (op1 == op2)
145 and32(op2, dest);
147 move(op2, dest);
255 void or32(RegisterID op1, RegisterID op2, RegisterID dest) argument
257 if (op1 == op2)
260 or32(op2, dest);
262 move(op2, dest);
398 void xor32(RegisterID op1, RegisterID op2, RegisterID dest) argument
400 if (op1 == op2)
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...]
/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/webkit/Source/JavaScriptCore/dfg/
H A DDFGAliasTracker.h104 bool equalIgnoringLaterNumericConversion(NodeIndex op1, NodeIndex op2) argument
106 if (op1 == op2)
108 Node& node2 = m_graph[op2];
H A DDFGJITCodeGenerator.cpp456 GPRTemporary::GPRTemporary(JITCodeGenerator* jit, SpeculateIntegerOperand& op1, SpeculateIntegerOperand& op2) argument
462 op2.gpr();
465 else if (m_jit->canReuse(op2.index()))
466 m_gpr = m_jit->reuse(op2.gpr());
483 GPRTemporary::GPRTemporary(JITCodeGenerator* jit, IntegerOperand& op1, IntegerOperand& op2) argument
489 op2.gpr();
492 else if (m_jit->canReuse(op2.index()))
493 m_gpr = m_jit->reuse(op2.gpr());
541 FPRTemporary::FPRTemporary(JITCodeGenerator* jit, DoubleOperand& op1, DoubleOperand& op2) argument
547 op2
[all...]
H A DDFGOperations.cpp47 JSValue op2 = JSValue::decode(encodedOp2); 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));
H A DDFGJITCodeGenerator.h324 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);
/external/mesa3d/src/glsl/
H A Dopt_algebraic.cpp62 int op2);
96 int op2)
98 ir_rvalue *temp = ir2->operands[op2];
99 ir2->operands[op2] = ir1->operands[op1];
93 reassociate_operands(ir_expression *ir1, int op1, ir_expression *ir2, int op2) argument
H A Dir.cpp223 ir_rvalue *op2, ir_rvalue *op3)
230 this->operands[2] = op2;
221 ir_expression(int op, const struct glsl_type *type, ir_rvalue *op0, ir_rvalue *op1, ir_rvalue *op2, ir_rvalue *op3) argument
/external/libvpx/vp8/common/
H A Dloopfilter_filters.c161 uc *op2, uc *op1, uc *op0, uc *oq0, uc *oq1, uc *oq2)
165 signed char ps2 = (signed char) * op2 ^ 0x80;
212 *op2 = s ^ 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/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/webkit/Source/JavaScriptCore/jit/
H A DJITArithmetic.cpp54 unsigned op2 = currentInstruction[3].u.operand; local
56 emitGetVirtualRegisters(op1, regT0, op2, regT2);
71 unsigned op2 = currentInstruction[3].u.operand; local
74 UNUSED_PARAM(op2);
87 unsigned op2 = currentInstruction[3].u.operand; local
89 if (isOperandConstantImmediateInt(op2)) {
90 // isOperandConstantImmediateInt(op2) => 1 SlowCase
94 rshift32(Imm32(getConstantOperandImmediateInt(op2) & 0x1f), regT0);
96 emitGetVirtualRegisters(op1, regT0, op2, regT2);
122 unsigned op2 local
155 unsigned op2 = currentInstruction[3].u.operand; local
191 unsigned op2 = currentInstruction[3].u.operand; local
248 unsigned op2 = currentInstruction[2].u.operand; local
296 unsigned op2 = currentInstruction[2].u.operand; local
401 unsigned op2 = currentInstruction[2].u.operand; local
449 unsigned op2 = currentInstruction[2].u.operand; local
554 unsigned op2 = currentInstruction[2].u.operand; local
602 unsigned op2 = currentInstruction[2].u.operand; local
719 unsigned op2 = currentInstruction[3].u.operand; local
747 unsigned op2 = currentInstruction[3].u.operand; local
878 unsigned op2 = currentInstruction[3].u.operand; local
917 unsigned op2 = currentInstruction[3].u.operand; local
930 unsigned op2 = currentInstruction[3].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
1059 unsigned op2 = currentInstruction[3].u.operand; local
1090 unsigned op2 = currentInstruction[3].u.operand; local
1105 unsigned op2 = currentInstruction[3].u.operand; local
1130 unsigned op2 = currentInstruction[3].u.operand; local
1142 unsigned op2 = currentInstruction[3].u.operand; local
1195 unsigned op2 = currentInstruction[3].u.operand; local
1222 unsigned op2 = currentInstruction[3].u.operand; local
1233 unsigned op2 = currentInstruction[3].u.operand; local
[all...]
H A DJITArithmetic32_64.cpp90 unsigned op2 = currentInstruction[2].u.operand; local
98 emitLoad(op2, regT1, regT0);
106 if (isOperandConstantImmediateChar(op2)) {
112 addJump(branch32(GreaterThanOrEqual, regT0, Imm32(asString(getConstantOperand(op2))->tryGetValue()[0])), target);
117 emitLoad(op2, regT3, regT2);
120 } else if (isOperandConstantImmediateInt(op2)) {
123 addJump(branch32(GreaterThanOrEqual, regT0, Imm32(getConstantOperand(op2).asInt32())), target);
125 emitLoad2(op1, regT1, regT0, op2, regT3, regT2);
139 emitBinaryDoubleOp(op_jnless, target, op1, op2, OperandTypes(), notInt32Op1, notInt32Op2, !isOperandConstantImmediateInt(op1), isOperandConstantImmediateInt(op1) || !isOperandConstantImmediateInt(op2));
146 unsigned op2 = currentInstruction[2].u.operand; local
179 unsigned op2 = currentInstruction[2].u.operand; local
234 unsigned op2 = currentInstruction[2].u.operand; local
266 unsigned op2 = currentInstruction[2].u.operand; local
321 unsigned op2 = currentInstruction[2].u.operand; local
367 unsigned op2 = currentInstruction[3].u.operand; local
389 unsigned op2 = currentInstruction[3].u.operand; local
407 unsigned op2 = currentInstruction[3].u.operand; local
446 unsigned op2 = currentInstruction[3].u.operand; local
532 unsigned op2 = currentInstruction[3].u.operand; local
555 unsigned op2 = currentInstruction[3].u.operand; local
573 unsigned op2 = currentInstruction[3].u.operand; local
596 unsigned op2 = currentInstruction[3].u.operand; local
614 unsigned op2 = currentInstruction[3].u.operand; local
637 unsigned op2 = currentInstruction[3].u.operand; local
798 unsigned op2 = currentInstruction[3].u.operand; local
870 unsigned op2 = currentInstruction[3].u.operand; local
917 unsigned op2 = currentInstruction[3].u.operand; local
979 unsigned op2 = currentInstruction[3].u.operand; local
1010 emitBinaryDoubleOp(OpcodeID opcodeID, unsigned dst, unsigned op1, unsigned op2, OperandTypes types, JumpList& notInt32Op1, JumpList& notInt32Op2, bool op1IsInRegisters, bool op2IsInRegisters) argument
1153 unsigned op2 = currentInstruction[3].u.operand; local
1185 unsigned op2 = currentInstruction[3].u.operand; local
1227 unsigned op2 = currentInstruction[3].u.operand; local
1271 unsigned op2 = currentInstruction[3].u.operand; local
1302 unsigned op2 = currentInstruction[3].u.operand; local
1352 unsigned op2 = currentInstruction[3].u.operand; local
1377 unsigned op2 = currentInstruction[3].u.operand; local
1404 unsigned op2 = currentInstruction[3].u.operand; local
[all...]
H A DJITInlineMethods.h617 ALWAYS_INLINE bool JIT::getOperandConstantImmediateInt(unsigned op1, unsigned op2, unsigned& op, int32_t& constant) argument
621 op = op2;
625 if (isOperandConstantImmediateInt(op2)) {
626 constant = getConstantOperand(op2).asInt32();
/external/aac/libFDK/src/
H A Dfixpoint_math.cpp216 FIXP_DBL mul_dbl_sgl_rnd (const FIXP_DBL op1, const FIXP_SGL op2) argument
220 SHORT u = (SHORT)(op2);
442 description: delivers op1/op2 with op3-bit accuracy
/external/skia/src/animator/
H A DSkDisplayable.cpp300 SkOperand op2, SkOperand blankOp2) {
313 if (op.fScalar != blankOp.fScalar || op2.fScalar != blankOp.fScalar) {
315 SkDebugf("%s=\"[%g,%g]\" ", info->fName, SkScalarToFloat(op.fScalar), SkScalarToFloat(op2.fScalar));
317 SkDebugf("%s=\"[%x,%x]\" ", info->fName, op.fScalar, op2.fScalar);
299 dumpValues(const SkMemberInfo* info, SkDisplayTypes type, SkOperand op, SkOperand blankOp, SkOperand op2, SkOperand blankOp2) argument
/external/valgrind/main/VEX/priv/
H A Dhost_s390_isel.c538 s390_opnd_RMI op2; local
541 op2 = s390_isel_int_expr_RMI(env, arg2); /* Process 2nd operand */
551 addInstr(env, s390_insn_divs(8, r10, r11, op2));
569 s390_opnd_RMI op2; local
574 op2 = s390_isel_int_expr_RMI(env, arg2); /* Process 2nd operand */
584 addInstr(env, s390_insn_mul(8, r10, r11, op2, is_signed_multiply));
597 s390_opnd_RMI op2; local
600 op2 = s390_isel_int_expr_RMI(env, arg2); /* Process 2nd operand */
612 addInstr(env, s390_insn_div(8, r10, r11, op2, is_signed_divide));
704 s390_opnd_RMI op2, valu local
1667 HReg op1, op2, op3, dst; local
1700 HReg h1, op2, dst; local
2000 s390_opnd_RMI op1, op2; local
2032 s390_opnd_RMI op2; local
2049 s390_opnd_RMI op2; local
2065 s390_opnd_RMI op2; local
2262 s390_amode *op2 = s390_isel_amode(env, cas->addr); local
[all...]
/external/kernel-headers/original/linux/
H A Dmsm_kgsl.h330 unsigned int op2; member in struct:kgsl_cff_user_event
/external/qemu/target-arm/
H A Dhelper.c1402 int op2; local
1406 op2 = (insn >> 5) & 7;
1416 && op1 == 2 && crm == 0 && op2 == 0) {
1425 op2 = 0;
1426 switch (op2) {
1458 switch (op2) {
1484 switch (op2) {
1495 switch (op2) {
1521 op2 = 0;
1522 switch (op2) {
1837 int op2; local
[all...]
H A Dneon_helper.c1014 uint32_t HELPER(neon_mul_p8)(uint32_t op1, uint32_t op2) argument
1029 result ^= op2 & mask;
1031 op2 = (op2 << 1) & 0xfefefefe;
1036 uint64_t HELPER(neon_mull_p8)(uint32_t op1, uint32_t op2) argument
1040 uint64_t op2ex = op2;
/external/qemu/tcg/ppc/
H A Dtcg-target.c458 int offset, int op1, int op2)
464 tcg_out32 (s, op2 | RT (ret) | RA (addr) | RB (0));
457 tcg_out_ldst(TCGContext *s, int ret, int addr, int offset, int op1, int op2) argument
/external/qemu/tcg/ppc64/
H A Dtcg-target.c530 int offset, int op1, int op2)
536 tcg_out32 (s, op2 | RT (ret) | RA (addr) | RB (0));
541 int offset, int op1, int op2)
547 tcg_out32 (s, op2 | RT (ret) | RA (addr) | RB (0));
529 tcg_out_ldst(TCGContext *s, int ret, int addr, int offset, int op1, int op2) argument
540 tcg_out_ldsta(TCGContext *s, int ret, int addr, int offset, int op1, int op2) argument

Completed in 467 milliseconds

12