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

12 3 4

  /external/mesa3d/src/glsl/
loop_analysis.cpp 429 ir_variable *const op1 = rhs->operands[1]->variable_referenced(); local
431 if (((op0 != var) && (op1 != var))
432 || ((op1 == var) && (rhs->operation == ir_binop_sub)))
lower_mat_op_to_vec.cpp 307 ir_dereference *const op1 = get_column(b_var, i); local
311 glsl_type::bool_type, op0, op1);
435 ir_rvalue *op1 = get_column(op_var[1], i); local
443 op1);
  /ndk/sources/host-tools/nawk-20071023/
parse.c 132 Node *op1(int a, Node *b) function
182 return op1(INDIRECT, celltonode(literal0, CUNK));
proto.h 81 extern Node *op1(int, Node *);
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerX86_64.h 200 void orPtr(RegisterID op1, RegisterID op2, RegisterID dest)
202 if (op1 == op2)
203 move(op1, dest);
204 else if (op1 == dest)
208 orPtr(op1, dest);
ARMv7Assembler.h     [all...]
  /external/libvpx/vp8/common/arm/neon/
loopfilter_neon.asm 56 vst1.u8 {q5}, [r0], r1 ; store op1
110 vst1.u8 {d10}, [r0], r1 ; store u op1
111 vst1.u8 {d11}, [r2], r1 ; store v op1
184 ;store op1, op0, oq0, oq1
273 ;store op1, op0, oq0, oq1
392 veor q5, q13, q0 ; *op1 = u^0x80
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
  /external/qemu/target-arm/
neon_helper.c 1014 uint32_t HELPER(neon_mul_p8)(uint32_t op1, uint32_t op2)
1019 while (op1) {
1021 if (op1 & 1)
1023 if (op1 & (1 << 8))
1025 if (op1 & (1 << 16))
1027 if (op1 & (1 << 24))
1030 op1 = (op1 >> 1) & 0x7f7f7f7f;
1036 uint64_t HELPER(neon_mull_p8)(uint32_t op1, uint32_t op2)
1045 while (op1) {
    [all...]
op_helper.c 130 int op1 = (insn >> 8) & 0xf; local
131 cpu_abort(env, "cp%i insn %08x\n", op1, insn);
137 int op1 = (insn >> 8) & 0xf; local
138 cpu_abort(env, "cp%i insn %08x\n", op1, insn);
translate.c 525 static void gen_arm_parallel_addsub(int op1, int op2, TCGv a, TCGv b)
529 switch (op1) {
564 switch (op1) { \
572 static void gen_thumb2_parallel_addsub(int op1, int op2, TCGv a, TCGv b)
6082 int op1 = (insn >> 21) & 7; local
6142 int op1 = (insn >> 21) & 7; local
6417 unsigned int cond, insn, val, op1, i, shift, rm, rs, rn, rd, sh; local
8726 int op1 = (insn >> 23) & 3; local
    [all...]
helper.c 1401 int op1; local
1836 int op1; local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree-ssa-sccvn.h 73 tree op1; member in struct:vn_reference_op_struct
tree-flow-inline.h 1116 tree op1 = NULL_TREE;
1128 op1 = op_iter_init_tree (&iter1, stmt1, flags);
1146 if (op1 != op2)
1148 op1 = op_iter_next_tree (&iter1);
    [all...]
c-common.h 743 extern tree shorten_binary_op (tree result_type, tree op0, tree op1, bool bitwise);
923 tree op0, tree op1,
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree-ssa-sccvn.h 73 tree op1; member in struct:vn_reference_op_struct
tree-flow-inline.h 1116 tree op1 = NULL_TREE;
1128 op1 = op_iter_init_tree (&iter1, stmt1, flags);
1146 if (op1 != op2)
1148 op1 = op_iter_next_tree (&iter1);
    [all...]
c-common.h 743 extern tree shorten_binary_op (tree result_type, tree op0, tree op1, bool bitwise);
923 tree op0, tree op1,
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
tree-ssa-sccvn.h 73 tree op1; member in struct:vn_reference_op_struct
tree-flow-inline.h 1116 tree op1 = NULL_TREE;
1128 op1 = op_iter_init_tree (&iter1, stmt1, flags);
1146 if (op1 != op2)
1148 op1 = op_iter_next_tree (&iter1);
    [all...]
c-common.h 743 extern tree shorten_binary_op (tree result_type, tree op0, tree op1, bool bitwise);
923 tree op0, tree op1,
    [all...]
  /external/qemu/target-i386/
translate.c 5440 int op1; local
5781 int op1; local
5918 int op1, l1; local
    [all...]
  /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...]
  /external/v8/src/ia32/
assembler-ia32.cc 489 byte op1 = last_pc_[1]; local
491 if ((op1 & 0x38) == (6 << 3)) {
492 op1 = (op1 & ~0x38) | static_cast<byte>(dst.code() << 3);
494 last_pc_[1] = op1;
    [all...]

Completed in 2298 milliseconds

12 3 4