HomeSort by relevance Sort by last modified time
    Searched refs:op1 (Results 51 - 75 of 78) sorted by null

1 23 4

  /external/valgrind/main/perf/
tinycc.c 10748 int t, a, b, op1, c, i; local
16306 int i, modrm_index, reg, v, op1, is_short_jmp; local
16367 int op1, op2; local
    [all...]
  /external/libxml2/
xpath.c 792 #define PUSH_FULL_EXPR(op, op1, op2, val, val2, val3, val4, val5) \
793 xmlXPathCompExprAdd(ctxt->comp, (op1), (op2), \
10307 int op1 = ctxt->comp->last; local
10620 int op1 = ctxt->comp->last; local
10688 int op1 = ctxt->comp->last; local
10727 int op1 = ctxt->comp->last; local
10768 int op1 = ctxt->comp->last; local
10807 int op1 = ctxt->comp->last; local
10837 int op1 = ctxt->comp->last; local
10863 int op1 = ctxt->comp->last; local
10895 int op1 = ctxt->comp->last; local
11191 int op1; local
    [all...]
  /external/libvpx/vp8/common/arm/armv6/
loopfilter_v6.asm 239 eor r11, r11, r12 ; *op1 = u^0x80
240 str r11, [src], pstep ; store op1
516 eor r11, r11, lr ; *op1 = s^0x80
517 str r11, [src], pstep ; store *op1
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 530 int offset, int op1, int op2)
533 tcg_out32 (s, op1 | RT (ret) | RA (addr) | (offset & 0xffff));
541 int offset, int op1, int op2)
544 tcg_out32 (s, op1 | RT (ret) | RA (addr) | (offset & 0xffff));
    [all...]
  /external/libvpx/vp8/common/arm/neon/
loopfiltersimpleverticaledge_neon.asm 120 ;store op1, op0, oq0, oq1
  /external/mesa3d/src/glsl/
ast_to_hir.cpp 759 do_comparison(void *mem_ctx, int operation, ir_rvalue *op0, ir_rvalue *op1)
774 return new(mem_ctx) ir_expression(operation, op0, op1);
782 e1 = new(mem_ctx) ir_dereference_array(op1->clone(mem_ctx, NULL),
794 mark_whole_array_access(op1);
805 e1 = new(mem_ctx) ir_dereference_record(op1->clone(mem_ctx, NULL),
    [all...]
ir_constant_expression.cpp 44 dot(ir_constant *op0, ir_constant *op1)
46 assert(op0->type->is_float() && op1->type->is_float());
50 result += op0->value.f[c] * op1->value.f[c];
    [all...]
ir.h 858 ir_expression(int op, ir_rvalue *op0, ir_rvalue *op1);
    [all...]
ir_to_llvm.cpp 394 llvm::Value* llvm_intrinsic_binop(ir_expression_operation op, llvm::Value * op0, llvm::Value * op1)
419 return bld.CreateCall2(function, op0, op1);
    [all...]
  /external/javassist/src/main/javassist/compiler/
CodeGen.java 1533 ASTree op1 = expr.oprand1(); local
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.h 431 // Check if result is zero and any of op1 and op2 are negative.
433 void NegativeZeroTest(Register result, Register op1, Register op2,
    [all...]
assembler-ia32.h     [all...]
macro-assembler-ia32.cc     [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JIT.h 300 bool getOperandConstantImmediateInt(unsigned op1, unsigned op2, unsigned& op, int32_t& constant);
341 void emitBinaryDoubleOp(OpcodeID, unsigned dst, unsigned op1, unsigned op2, OperandTypes, JumpList& notInt32Op1, JumpList& notInt32Op2, bool op1IsInRegisters = true, bool op2IsInRegisters = true);
    [all...]
JITOpcodes.cpp 350 unsigned op1 = currentInstruction[1].u.operand; local
354 emitGetVirtualRegister(op1, regT0);
359 emitGetVirtualRegisters(op1, regT0, op2, regT1);
    [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 458 int offset, int op1, int op2)
461 tcg_out32 (s, op1 | RT (ret) | RA (addr) | (offset & 0xffff));
    [all...]
  /external/libvpx/vp8/common/x86/
loopfilter_mmx.asm     [all...]
loopfilter_sse2.asm 523 pxor xmm4, [GLOBAL(t80)] ; *op1 = sp^0x80;
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.h     [all...]
  /external/valgrind/main/VEX/priv/
guest_x86_toIR.c 8037 UChar op1 = getIByte(delta+1); local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree.h     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree.h     [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
tree.h     [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/12/
android.jar 

Completed in 1289 milliseconds

1 23 4