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

1 23 4 5

  /bionic/libc/kernel/common/linux/
msm_kgsl.h 255 unsigned int op1; member in struct:kgsl_cff_user_event
  /external/aac/libFDK/include/
fixpoint_math.h 252 FIXP_DBL mul_dbl_sgl_rnd (const FIXP_DBL op1,
  /external/kernel-headers/original/linux/
msm_kgsl.h 329 unsigned int op1; member in struct:kgsl_cff_user_event
  /external/webkit/Source/JavaScriptCore/jit/
JITInlineMethods.h 617 ALWAYS_INLINE bool JIT::getOperandConstantImmediateInt(unsigned op1, unsigned op2, unsigned& op, int32_t& constant)
619 if (isOperandConstantImmediateInt(op1)) {
620 constant = getConstantOperand(op1).asInt32();
627 op = op1;
JITOpcodes32_64.cpp 505 unsigned op1 = currentInstruction[1].u.operand; local
511 if (isOperandConstantImmediateInt(op1)) {
514 addJump(branch32(GreaterThanOrEqual, regT0, Imm32(getConstantOperand(op1).asInt32())), target);
519 emitLoad(op1, regT1, regT0);
525 emitLoad2(op1, regT1, regT0, op2, regT3, regT2);
533 unsigned op1 = currentInstruction[1].u.operand; local
537 if (!isOperandConstantImmediateInt(op1) && !isOperandConstantImmediateInt(op2))
542 stubCall.addArgument(op1);
1057 unsigned op1 = currentInstruction[2].u.operand; local
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
proto.h 81 extern Node *op1(int, Node *);
  /external/libvpx/vp8/common/arm/neon/
mbloopfilter_neon.asm 60 vst1.u8 {q5}, [r2] ; store op1
118 vst1.u8 {d10}, [r0], r1 ; store u op1
119 vst1.u8 {d11}, [r3], r1 ; store v op1
217 ;store op2, op1, op0, oq0, oq1, oq2
327 ;store op2, op1, op0, oq0, oq1, oq2
loopfiltersimpleverticaledge_neon.asm 120 ;store op1, op0, oq0, oq1
  /external/qemu/target-arm/
helper.c 1401 int op1; local
1836 int op1; local
    [all...]
  /external/aac/libFDK/src/
fixpoint_math.cpp 216 FIXP_DBL mul_dbl_sgl_rnd (const FIXP_DBL op1, const FIXP_SGL op2)
219 LONG v = (LONG)(op1);
442 description: delivers op1/op2 with op3-bit accuracy
  /external/valgrind/main/VEX/priv/
guest_s390_helpers.c 345 opcode " %[op1],%[op2]\n\t" \
346 "ipm %[psw]\n\t" : [psw] "=d"(psw), [op1] "+d"(cc_dep1) \
360 opcode " %[op1],%[op2]\n\t" /* then redo the op */\
361 "ipm %[psw]\n\t" : [psw] "=d"(psw), [op1] "+&d"(cc_dep1) \
375 opcode " %[op1],%[op2]\n\t" /* then redo the op */\
376 "ipm %[psw]\n\t" : [psw] "=d"(psw), [op1] "+&d"(cc_dep1) \
    [all...]
host_s390_defs.c 558 addHRegUse(u, HRmRead, insn->variant.alu.dst); /* op1 */
563 addHRegUse(u, HRmRead, insn->variant.mul.dst_lo); /* op1 */
578 addHRegUse(u, HRmRead, insn->variant.divs.op1);
579 addHRegUse(u, HRmWrite, insn->variant.divs.op1); /* quotient */
604 addHRegUse(u, HRmRead, insn->variant.cas.op1);
671 addHRegUse(u, HRmRead, insn->variant.bfp_compare.op1); /* left */
789 insn->variant.divs.op1 = lookupHRegRemap(m, insn->variant.divs.op1);
814 insn->variant.cas.op1 = lookupHRegRemap(m, insn->variant.cas.op1);
5963 HReg op1; local
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
ARMv7Assembler.h     [all...]
  /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 793 #define PUSH_FULL_EXPR(op, op1, op2, val, val2, val3, val4, val5) \
794 xmlXPathCompExprAdd(ctxt->comp, (op1), (op2), \
10376 int op1 = ctxt->comp->last; local
10689 int op1 = ctxt->comp->last; local
10757 int op1 = ctxt->comp->last; local
10796 int op1 = ctxt->comp->last; local
10837 int op1 = ctxt->comp->last; local
10876 int op1 = ctxt->comp->last; local
10906 int op1 = ctxt->comp->last; local
10932 int op1 = ctxt->comp->last; local
10963 int op1 = ctxt->comp->last; local
11259 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...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-common.h 752 extern tree shorten_binary_op (tree result_type, tree op0, tree op1, bool bitwise);
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.h 752 extern tree shorten_binary_op (tree result_type, tree op0, tree op1, bool bitwise);
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-common.h 752 extern tree shorten_binary_op (tree result_type, tree op0, tree op1, bool bitwise);
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.h 752 extern tree shorten_binary_op (tree result_type, tree op0, tree op1, bool bitwise);
    [all...]
  /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...]
  /external/javassist/src/main/javassist/compiler/
CodeGen.java 1533 ASTree op1 = expr.oprand1(); local
    [all...]

Completed in 2331 milliseconds

1 23 4 5