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

  /src/bin/ksh/
c_test.c 76 static const struct t_op b_ops [] = { variable in typeref:struct:t_op
202 otab = meta == TM_UNOP ? u_ops : b_ops;
  /src/external/gpl3/binutils/dist/gas/config/
tc-m32r.c 756 const CGEN_OPINST *b_ops = CGEN_INSN_OPERANDS (b->insn);
765 if (a_operands == NULL || b_ops == NULL)
776 const CGEN_OPINST *b_operands = b_ops;
753 const CGEN_OPINST *b_ops = CGEN_INSN_OPERANDS (b->insn); local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-m32r.c 756 const CGEN_OPINST *b_ops = CGEN_INSN_OPERANDS (b->insn);
765 if (a_operands == NULL || b_ops == NULL)
776 const CGEN_OPINST *b_operands = b_ops;
753 const CGEN_OPINST *b_ops = CGEN_INSN_OPERANDS (b->insn); local
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vector-builtins.cc 267 static const rvv_type_info b_ops[] = { member in namespace:riscv_vector
1041 = {b_ops, /* Types */
1049 = {b_ops, /* Types */
1057 = {b_ops, /* Types */
1065 = {b_ops, /* Types */
1081 = {b_ops, /* Types */
1105 = {b_ops, /* Types */
1113 = {b_ops, /* Types */
3244 for (unsigned int i = 0; b_ops[i].index != NUM_VECTOR_TYPES; i++)
3245 if (type_idx == b_ops[i].index
    [all...]

Completed in 17 milliseconds