Home
last modified time | relevance | path

Searched defs:op1 (Results 1 – 25 of 50) sorted by relevance

12

/external/webkit/Source/JavaScriptCore/dfg/
DDFGSpeculativeJIT.cpp279 SpeculateIntegerOperand op1(this, node.child1); in compile() local
286 SpeculateIntegerOperand op1(this, node.child1); in compile() local
302 SpeculateIntegerOperand op1(this, node.child1); in compile() local
310 SpeculateIntegerOperand op1(this, node.child1); in compile() local
323 IntegerOperand op1(this, node.child1); in compile() local
335 SpeculateIntegerOperand op1(this, node.child1); in compile() local
343 SpeculateIntegerOperand op1(this, node.child1); in compile() local
351 SpeculateIntegerOperand op1(this, node.child1); in compile() local
359 SpeculateIntegerOperand op1(this, node.child1); in compile() local
382 SpeculateIntegerOperand op1(this, node.child1); in compile() local
[all …]
DDFGNonSpeculativeJIT.cpp226 IntegerOperand op1(this, node.child1); in compile() local
233 IntegerOperand op1(this, node.child1); in compile() local
249 IntegerOperand op1(this, node.child1); in compile() local
260 IntegerOperand op1(this, node.child1); in compile() local
273 IntegerOperand op1(this, node.child1); in compile() local
286 IntegerOperand op1(this, node.child1); in compile() local
298 IntegerOperand op1(this, node.child1); in compile() local
306 DoubleOperand op1(this, node.child1); in compile() local
316 JSValueOperand op1(this, node.child1); in compile() local
328 IntegerOperand op1(this, node.child1); in compile() local
[all …]
DDFGByteCodeParser.cpp567 NodeIndex op1 = getThis(); in parseBlock() local
575 NodeIndex op1 = getToInt32(currentInstruction[2].u.operand); in parseBlock() local
582 NodeIndex op1 = getToInt32(currentInstruction[2].u.operand); in parseBlock() local
589 NodeIndex op1 = getToInt32(currentInstruction[2].u.operand); in parseBlock() local
596 NodeIndex op1 = getToInt32(currentInstruction[2].u.operand); in parseBlock() local
609 NodeIndex op1 = getToInt32(currentInstruction[2].u.operand); in parseBlock() local
622 NodeIndex op1 = getToInt32(currentInstruction[2].u.operand); in parseBlock() local
686 NodeIndex op1 = get(currentInstruction[2].u.operand); in parseBlock() local
699 NodeIndex op1 = getToNumber(currentInstruction[2].u.operand); in parseBlock() local
707 NodeIndex op1 = getToNumber(currentInstruction[2].u.operand); in parseBlock() local
[all …]
DDFGJITCodeGenerator.cpp444 GPRTemporary::GPRTemporary(JITCodeGenerator* jit, SpeculateIntegerOperand& op1) in GPRTemporary()
456 GPRTemporary::GPRTemporary(JITCodeGenerator* jit, SpeculateIntegerOperand& op1, SpeculateIntegerOpe… in GPRTemporary()
471 GPRTemporary::GPRTemporary(JITCodeGenerator* jit, IntegerOperand& op1) in GPRTemporary()
483 GPRTemporary::GPRTemporary(JITCodeGenerator* jit, IntegerOperand& op1, IntegerOperand& op2) in GPRTemporary()
498 GPRTemporary::GPRTemporary(JITCodeGenerator* jit, SpeculateCellOperand& op1) in GPRTemporary()
510 GPRTemporary::GPRTemporary(JITCodeGenerator* jit, JSValueOperand& op1) in GPRTemporary()
529 FPRTemporary::FPRTemporary(JITCodeGenerator* jit, DoubleOperand& op1) in FPRTemporary()
541 FPRTemporary::FPRTemporary(JITCodeGenerator* jit, DoubleOperand& op1, DoubleOperand& op2) in FPRTemporary()
DDFGAliasTracker.h104 bool equalIgnoringLaterNumericConversion(NodeIndex op1, NodeIndex op2) in equalIgnoringLaterNumericConversion()
DDFGJITCodeGenerator.h308 …void bitOp(NodeType op, int32_t imm, MacroAssembler::RegisterID op1, MacroAssembler::RegisterID re… in bitOp()
324 …void bitOp(NodeType op, MacroAssembler::RegisterID op1, MacroAssembler::RegisterID op2, MacroAssem… in bitOp()
340 …void shiftOp(NodeType op, MacroAssembler::RegisterID op1, int32_t shiftAmount, MacroAssembler::Reg… in shiftOp()
356 …void shiftOp(NodeType op, MacroAssembler::RegisterID op1, MacroAssembler::RegisterID shiftAmount, … in shiftOp()
/external/webkit/Source/JavaScriptCore/jit/
DJITArithmetic.cpp53 unsigned op1 = currentInstruction[2].u.operand; in emit_op_lshift() local
70 unsigned op1 = currentInstruction[2].u.operand; in emitSlow_op_lshift() local
86 unsigned op1 = currentInstruction[2].u.operand; in emit_op_rshift() local
121 unsigned op1 = currentInstruction[2].u.operand; in emitSlow_op_rshift() local
154 unsigned op1 = currentInstruction[2].u.operand; in emit_op_urshift() local
190 unsigned op1 = currentInstruction[2].u.operand; in emitSlow_op_urshift() local
247 unsigned op1 = currentInstruction[1].u.operand; in emit_op_jnless() local
295 unsigned op1 = currentInstruction[1].u.operand; in emitSlow_op_jnless() local
400 unsigned op1 = currentInstruction[1].u.operand; in emit_op_jless() local
448 unsigned op1 = currentInstruction[1].u.operand; in emitSlow_op_jless() local
[all …]
DJITArithmetic32_64.cpp89 unsigned op1 = currentInstruction[1].u.operand; in emit_op_jnless() local
145 unsigned op1 = currentInstruction[1].u.operand; in emitSlow_op_jnless() local
178 unsigned op1 = currentInstruction[1].u.operand; in emit_op_jless() local
233 unsigned op1 = currentInstruction[1].u.operand; in emitSlow_op_jless() local
265 unsigned op1 = currentInstruction[1].u.operand; in emit_op_jlesseq() local
320 unsigned op1 = currentInstruction[1].u.operand; in emitSlow_op_jlesseq() local
366 unsigned op1 = currentInstruction[2].u.operand; in emit_op_lshift() local
388 unsigned op1 = currentInstruction[2].u.operand; in emitSlow_op_lshift() local
406 unsigned op1 = currentInstruction[2].u.operand; in emitRightShift() local
445 unsigned op1 = currentInstruction[2].u.operand; in emitRightShiftSlowCase() local
[all …]
/external/valgrind/main/VEX/priv/
Dguest_s390_toIR.c151 binop(IROp kind, IRExpr *op1, IRExpr *op2) in binop()
158 triop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3) in triop()
165 qop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3, IRExpr *op4) in qop()
605 s390_call_calculate_icc(UInt opc, IRTemp op1, IRTemp op2, Bool sign_extend) in s390_call_calculate_icc()
2089 IRTemp op1 = newTemp(Ity_I32); in s390_irgen_AR() local
2105 IRTemp op1 = newTemp(Ity_I64); in s390_irgen_AGR() local
2121 IRTemp op1 = newTemp(Ity_I64); in s390_irgen_AGFR() local
2169 IRTemp op1 = newTemp(Ity_I32); in s390_irgen_A() local
2185 IRTemp op1 = newTemp(Ity_I32); in s390_irgen_AY() local
2201 IRTemp op1 = newTemp(Ity_I64); in s390_irgen_AG() local
[all …]
Dhost_s390_isel.c1667 HReg op1, op2, op3, dst; in s390_isel_float_expr_wrk() local
2000 s390_opnd_RMI op1, op2; in s390_isel_cc() local
2031 HReg op1; in s390_isel_cc() local
2048 HReg op1; in s390_isel_cc() local
2064 HReg op1; in s390_isel_cc() local
2264 HReg op1 = s390_isel_int_expr(env, cas->expdLo); /* expected value */ in s390_isel_stmt() local
/external/mesa3d/src/glsl/
Dir_div_to_mul_rcp.cpp82 ir_rvalue *op0, *op1; in visit_leave() local
Dlower_instructions.cpp146 ir_rvalue *op0, *op1; in div_to_mul_rcp() local
Dopt_algebraic.cpp94 int op1, in reassociate_operands()
Dlower_mat_op_to_vec.cpp307 ir_dereference *const op1 = get_column(b_var, i); in do_equal_mat_mat() local
435 ir_rvalue *op1 = get_column(op_var[1], i); in visit_leave() local
Dir.cpp208 ir_rvalue *op0, ir_rvalue *op1) in ir_expression()
222 ir_rvalue *op0, ir_rvalue *op1, in ir_expression()
281 ir_expression::ir_expression(int op, ir_rvalue *op0, ir_rvalue *op1) in ir_expression()
Dloop_analysis.cpp429 ir_variable *const op1 = rhs->operands[1]->variable_referenced(); in get_basic_induction_increment() local
/external/javassist/src/main/javassist/compiler/ast/
DStmnt.java45 public static Stmnt make(int op, ASTree op1, ASTree op2, ASTree op3) { in make()
/external/valgrind/main/none/tests/s390x/
Dopcodes.h19 #define RIL_RI(op1,r1,op2,i2) \ argument
22 #define RIE_RRI0(op1,r1,r3,i2,u0,op2) \ argument
26 #define SIY_IRD(op1,i2,b1,dl1,dh1,op2) \ argument
29 #define RXY_RRRD(op1,r1,x2,b2,dl2,dh2,op2) \ argument
32 #define RIL_RU(op1,r1,op2,i2) \ argument
35 #define RIL_RP(op1,r1,op2,i2) \ argument
41 #define RIS_RURDI(op1,r1,m3,b4,d4,i2,op2) \ argument
44 #define RIE_RUPI(op1,r1,m3,i4,i2,op2) \ argument
47 #define RRS(op1,r1,r2,b4,d4,m3,u0,op2) \ argument
50 #define RIE_RRPU(op1,r1,r2,i4,m3,u0,op2) \ argument
[all …]
/external/libvpx/vp8/common/
Dloopfilter_filters.c51 static __inline void vp8_filter(signed char mask, signed char hev, uc *op1, uc *op0, uc *oq0, uc *o… in vp8_filter()
161 uc *op2, uc *op1, uc *op0, uc *oq0, uc *oq1, uc *oq2) in vp8_mbfilter()
291 static __inline void vp8_simple_filter(signed char mask, uc *op1, uc *op0, uc *oq0, uc *oq1) in vp8_simple_filter()
/external/webkit/Source/JavaScriptCore/assembler/
DMacroAssembler.h108 void branchPtr(Condition cond, RegisterID op1, TrustedImmPtr imm, Label target) in branchPtr()
113 void branch32(Condition cond, RegisterID op1, RegisterID op2, Label target) in branch32()
118 void branch32(Condition cond, RegisterID op1, TrustedImm32 imm, Label target) in branch32()
DMacroAssemblerX86Common.h140 void and32(RegisterID op1, RegisterID op2, RegisterID dest) in and32()
255 void or32(RegisterID op1, RegisterID op2, RegisterID dest) in or32()
398 void xor32(RegisterID op1, RegisterID op2, RegisterID dest) in xor32()
510 void addDouble(FPRegisterID op1, FPRegisterID op2, FPRegisterID dest) in addDouble()
533 void divDouble(FPRegisterID op1, FPRegisterID op2, FPRegisterID dest) in divDouble()
554 void subDouble(FPRegisterID op1, FPRegisterID op2, FPRegisterID dest) in subDouble()
575 void mulDouble(FPRegisterID op1, FPRegisterID op2, FPRegisterID dest) in mulDouble()
/external/valgrind/main/VEX/test/
Dtest-amd64.c368 void test_imulw2(int64 op0, int64 op1) in test_imulw2()
386 void test_imull2(int64 op0, int64 op1) in test_imull2()
405 #define TEST_IMUL_IM(size, size1, op0, op1)\ argument
421 #define TEST_IMUL_IM_L(op0, op1)\ argument
Dtest-i386.c356 void test_imulw2(int op0, int op1) in test_imulw2()
374 void test_imull2(int op0, int op1) in test_imull2()
392 #define TEST_IMUL_IM(size, size1, op0, op1)\ argument
/external/qemu/target-i386/
Dtranslate.c1424 static void gen_shift_rm_T1(DisasContext *s, int ot, int op1, in gen_shift_rm_T1()
1495 static void gen_shift_rm_im(DisasContext *s, int ot, int op1, int op2, in gen_shift_rm_im()
1554 static void gen_rot_rm_T1(DisasContext *s, int ot, int op1, in gen_rot_rm_T1()
1650 static void gen_rot_rm_im(DisasContext *s, int ot, int op1, int op2, in gen_rot_rm_im()
1728 static void gen_rotc_rm_T1(DisasContext *s, int ot, int op1, in gen_rotc_rm_T1()
1780 static void gen_shiftd_rm_T1_T3(DisasContext *s, int ot, int op1, in gen_shiftd_rm_T1_T3()
5441 int op1; in disas_insn() local
5782 int op1; in disas_insn() local
5919 int op1, l1; in disas_insn() local
/external/qemu/target-arm/
Dop_helper.c130 int op1 = (insn >> 8) & 0xf; in HELPER() local
137 int op1 = (insn >> 8) & 0xf; in HELPER() local

12