HomeSort by: relevance | last modified time | path
    Searched defs:vec_cond (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
arm-dis.c 7765 long vec_cond = 0;
7771 vec_cond = (((given & 0x1000) >> 10)
7774 func (stream, dis_style_sub_mnemonic, "%s", vec_condnames[vec_cond]);
7779 vec_cond = (((given & 0x1000) >> 10)
7782 func (stream, dis_style_sub_mnemonic, "%s", vec_condnames[vec_cond]);
7787 vec_cond = (given & 0x0080) >> 7;
7788 func (stream, dis_style_sub_mnemonic, "%s", vec_condnames[vec_cond]);
7793 vec_cond = 2 | ((given & 0x0080) >> 7);
7794 func (stream, dis_style_sub_mnemonic, "%s", vec_condnames[vec_cond]);
7799 vec_cond = 4 | ((given & 1) << 1) | ((given & 0x0080) >> 7)
7764 long vec_cond = 0; local
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
arm-dis.c 7765 long vec_cond = 0;
7771 vec_cond = (((given & 0x1000) >> 10)
7774 func (stream, dis_style_sub_mnemonic, "%s", vec_condnames[vec_cond]);
7779 vec_cond = (((given & 0x1000) >> 10)
7782 func (stream, dis_style_sub_mnemonic, "%s", vec_condnames[vec_cond]);
7787 vec_cond = (given & 0x0080) >> 7;
7788 func (stream, dis_style_sub_mnemonic, "%s", vec_condnames[vec_cond]);
7793 vec_cond = 2 | ((given & 0x0080) >> 7);
7794 func (stream, dis_style_sub_mnemonic, "%s", vec_condnames[vec_cond]);
7799 vec_cond = 4 | ((given & 1) << 1) | ((given & 0x0080) >> 7)
7764 long vec_cond = 0; local
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
arm-dis.c 7765 long vec_cond = 0;
7771 vec_cond = (((given & 0x1000) >> 10)
7774 func (stream, dis_style_sub_mnemonic, "%s", vec_condnames[vec_cond]);
7779 vec_cond = (((given & 0x1000) >> 10)
7782 func (stream, dis_style_sub_mnemonic, "%s", vec_condnames[vec_cond]);
7787 vec_cond = (given & 0x0080) >> 7;
7788 func (stream, dis_style_sub_mnemonic, "%s", vec_condnames[vec_cond]);
7793 vec_cond = 2 | ((given & 0x0080) >> 7);
7794 func (stream, dis_style_sub_mnemonic, "%s", vec_condnames[vec_cond]);
7799 vec_cond = 4 | ((given & 1) << 1) | ((given & 0x0080) >> 7)
7764 long vec_cond = 0; local
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
arm-dis.c 7765 long vec_cond = 0;
7771 vec_cond = (((given & 0x1000) >> 10)
7774 func (stream, dis_style_sub_mnemonic, "%s", vec_condnames[vec_cond]);
7779 vec_cond = (((given & 0x1000) >> 10)
7782 func (stream, dis_style_sub_mnemonic, "%s", vec_condnames[vec_cond]);
7787 vec_cond = (given & 0x0080) >> 7;
7788 func (stream, dis_style_sub_mnemonic, "%s", vec_condnames[vec_cond]);
7793 vec_cond = 2 | ((given & 0x0080) >> 7);
7794 func (stream, dis_style_sub_mnemonic, "%s", vec_condnames[vec_cond]);
7799 vec_cond = 4 | ((given & 1) << 1) | ((given & 0x0080) >> 7)
7764 long vec_cond = 0; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 6395 (VEC_COND) with one data value and the rest zeros.
6410 tree vec_cond = make_ssa_name (vectype); local
6411 gimple *vec_cond_stmt = gimple_build_assign (vec_cond, VEC_COND_EXPR,
6417 /* Finally we need to extract the data value from the vector (VEC_COND)
6428 vec_cond);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 5589 (VEC_COND) with one data value and the rest zeros.
5604 tree vec_cond = make_ssa_name (vectype); local
5605 gimple *vec_cond_stmt = gimple_build_assign (vec_cond, VEC_COND_EXPR,
5611 /* Finally we need to extract the data value from the vector (VEC_COND)
5622 vec_cond);

Completed in 89 milliseconds