/external/webkit/JavaScriptCore/jit/ |
D | JITArithmetic.cpp | 91 unsigned op1 = currentInstruction[1].u.operand; in emit_op_jnless() local 128 unsigned op1 = currentInstruction[1].u.operand; in emitSlow_op_jnless() local 154 unsigned op1 = currentInstruction[1].u.operand; in emit_op_jless() local 191 unsigned op1 = currentInstruction[1].u.operand; in emitSlow_op_jless() local 217 unsigned op1 = currentInstruction[1].u.operand; in emit_op_jnlesseq() local 254 unsigned op1 = currentInstruction[1].u.operand; in emitSlow_op_jnlesseq() local 283 unsigned op1 = currentInstruction[2].u.operand; in emit_op_lshift() local 305 unsigned op1 = currentInstruction[2].u.operand; in emitSlow_op_lshift() local 323 unsigned op1 = currentInstruction[2].u.operand; in emit_op_rshift() local 345 unsigned op1 = currentInstruction[2].u.operand; in emitSlow_op_rshift() local [all …]
|
D | JITOpcodes.cpp | 421 unsigned op1 = currentInstruction[1].u.operand; in emit_op_loop_if_lesseq() local 449 unsigned op1 = currentInstruction[1].u.operand; in emitSlow_op_loop_if_lesseq() local 930 unsigned op1 = currentInstruction[2].u.operand; in emitSlow_op_eq() local
|
D | JITInlineMethods.h | 567 ALWAYS_INLINE bool JIT::getOperandConstantImmediateInt(unsigned op1, unsigned op2, unsigned& op, in… in getOperandConstantImmediateInt()
|
/external/libvpx/vp8/common/ |
D | loopfilter_filters.c | 51 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/JavaScriptCore/assembler/ |
D | MacroAssembler.h | 98 void branchPtr(Condition cond, RegisterID op1, ImmPtr imm, Label target) in branchPtr() 103 void branch32(Condition cond, RegisterID op1, RegisterID op2, Label target) in branch32() 108 void branch32(Condition cond, RegisterID op1, Imm32 imm, Label target) in branch32()
|
D | ARMv7Assembler.h | 1792 void twoWordOp16Op16(OpcodeID1 op1, OpcodeID2 op2) in twoWordOp16Op16()
|
/external/qemu/target-arm/ |
D | helper.c | 537 int op1 = (insn >> 8) & 0xf; in HELPER() local 544 int op1 = (insn >> 8) & 0xf; in HELPER() local 1334 int op1; in HELPER() local 1624 int op1; in HELPER() local
|
D | translate.c | 621 static void gen_arm_parallel_addsub(int op1, int op2, TCGv a, TCGv b) in gen_arm_parallel_addsub() 666 static void gen_thumb2_parallel_addsub(int op1, int op2, TCGv a, TCGv b) in gen_thumb2_parallel_addsub() 4068 static inline void gen_neon_addl_saturate(TCGv_i64 op0, TCGv_i64 op1, int size) in gen_neon_addl_saturate() 5604 int op1 = (insn >> 21) & 7; in disas_cp14_read() local 5636 int op1 = (insn >> 21) & 7; in disas_cp14_write() local 5799 unsigned int cond, insn, val, op1, i, shift, rm, rs, rn, rd, sh; in disas_arm_insn() local
|
/external/libxml2/ |
D | xpath.c | 792 #define PUSH_FULL_EXPR(op, op1, op2, val, val2, val3, val4, val5) \ argument 10307 int op1 = ctxt->comp->last; in xmlXPathCompFunctionCall() local 10620 int op1 = ctxt->comp->last; in xmlXPathCompUnionExpr() local 10688 int op1 = ctxt->comp->last; in xmlXPathCompMultiplicativeExpr() local 10727 int op1 = ctxt->comp->last; in xmlXPathCompAdditiveExpr() local 10768 int op1 = ctxt->comp->last; in xmlXPathCompRelationalExpr() local 10807 int op1 = ctxt->comp->last; in xmlXPathCompEqualityExpr() local 10837 int op1 = ctxt->comp->last; in xmlXPathCompAndExpr() local 10863 int op1 = ctxt->comp->last; in xmlXPathCompileExpr() local 10895 int op1 = ctxt->comp->last; in xmlXPathCompPredicate() local [all …]
|
/external/v8/src/ia32/ |
D | assembler-ia32.cc | 462 byte op1 = last_pc_[1]; in pop() local 2318 void Assembler::emit_arith_b(int op1, int op2, Register dst, int imm8) { in emit_arith_b()
|
D | macro-assembler-ia32.cc | 1024 Register op1, in NegativeZeroTest()
|