Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/jit/
DJITArithmetic.cpp91 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 …]
DJITOpcodes.cpp421 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
DJITInlineMethods.h567 ALWAYS_INLINE bool JIT::getOperandConstantImmediateInt(unsigned op1, unsigned op2, unsigned& op, in… in getOperandConstantImmediateInt()
/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/JavaScriptCore/assembler/
DMacroAssembler.h98 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()
DARMv7Assembler.h1792 void twoWordOp16Op16(OpcodeID1 op1, OpcodeID2 op2) in twoWordOp16Op16()
/external/qemu/target-arm/
Dhelper.c537 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
Dtranslate.c621 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/
Dxpath.c792 #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/
Dassembler-ia32.cc462 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()
Dmacro-assembler-ia32.cc1024 Register op1, in NegativeZeroTest()