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

  /src/bin/ksh/
c_test.c 47 Test_op op_num; member in struct:t_op
209 || (otab->op_num != TO_STLT
210 && otab->op_num != TO_STGT)))
211 return otab->op_num;
  /src/external/gpl3/binutils/dist/gas/config/
xtensa-relax.h 118 int op_num; member in struct:precondition
120 OPERAND: operand op_num must equal op_data.
130 int op_num; member in struct:build_op
135 and encode in the op_num field here.
tc-crx.c 868 int op_num = 0; /* Current operand number we are parsing. */ local
881 operand[op_num++] = strdup (operandH);
918 operand[op_num++] = strdup (operandH);
919 crx_ins->nargs = op_num;
926 for (op_num = 0; op_num < crx_ins->nargs; op_num++)
928 cur_arg_num = op_num;
929 parse_operand (operand[op_num], crx_ins);
930 free (operand[op_num]);
    [all...]
tc-cr16.c 1383 int op_num = 0; /* Current operand number we are parsing. */ local
1395 operand[op_num++] = strdup (operandH);
1432 operand[op_num++] = strdup (operandH);
1433 cr16_ins->nargs = op_num;
1440 for (op_num = 0; op_num < cr16_ins->nargs; op_num++)
1442 cur_arg_num = op_num;
1443 parse_operand (operand[op_num], cr16_ins);
1444 free (operand[op_num]);
    [all...]
tc-xtensa.c 2960 gas_assert (cond->op_num < insn->ntok);
2961 exp1 = &insn->tok[cond->op_num];
2999 gas_assert (cond->op_num < insn->ntok);
3001 exp1 = &insn->tok[cond->op_num];
3508 int op_num = op->op_num;
3511 gas_assert (op->op_num < MAX_INSN_ARGS);
3513 if (targ->ntok <= op_num)
3514 targ->ntok = op_num + 1;
3519 set_expr_const (&targ->tok[op_num], op_data)
3501 int op_num = op->op_num; local
3600 int op_num = op->op_num; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
xtensa-relax.h 118 int op_num; member in struct:precondition
120 OPERAND: operand op_num must equal op_data.
130 int op_num; member in struct:build_op
135 and encode in the op_num field here.
tc-crx.c 868 int op_num = 0; /* Current operand number we are parsing. */ local
881 operand[op_num++] = strdup (operandH);
918 operand[op_num++] = strdup (operandH);
919 crx_ins->nargs = op_num;
926 for (op_num = 0; op_num < crx_ins->nargs; op_num++)
928 cur_arg_num = op_num;
929 parse_operand (operand[op_num], crx_ins);
930 free (operand[op_num]);
    [all...]
tc-cr16.c 1386 int op_num = 0; /* Current operand number we are parsing. */ local
1398 operand[op_num++] = strdup (operandH);
1435 operand[op_num++] = strdup (operandH);
1436 cr16_ins->nargs = op_num;
1443 for (op_num = 0; op_num < cr16_ins->nargs; op_num++)
1445 cur_arg_num = op_num;
1446 parse_operand (operand[op_num], cr16_ins);
1447 free (operand[op_num]);
    [all...]
tc-xtensa.c 2960 gas_assert (cond->op_num < insn->ntok);
2961 exp1 = &insn->tok[cond->op_num];
2999 gas_assert (cond->op_num < insn->ntok);
3001 exp1 = &insn->tok[cond->op_num];
3508 int op_num = op->op_num;
3511 gas_assert (op->op_num < MAX_INSN_ARGS);
3513 if (targ->ntok <= op_num)
3514 targ->ntok = op_num + 1;
3519 set_expr_const (&targ->tok[op_num], op_data)
3501 int op_num = op->op_num; local
3600 int op_num = op->op_num; local
    [all...]
  /src/bin/test/
test.c 105 short op_num, op_type; member in struct:t_op
354 return !perform_unop(op->op_num, a2);
376 return !perform_binop(op->op_num, a1, a3);
517 return perform_binop(op->op_num, opnd1, opnd2);
522 perform_binop(enum token op_num, const char *opnd1, const char *opnd2)
524 switch (op_num) {
826 (op->op_num == LPAREN && *(t_wp+1) == 0))) {
828 return op->op_num;
  /src/external/gpl3/binutils/dist/opcodes/
tic6x-dis.c 332 unsigned int op_num; local
716 for (op_num = 0; op_num < num_operands; op_num++)
737 switch (opc->operand_info[op_num].form)
741 operands_text[op_num] = true;
742 snprintf (operands[op_num], 24, "b15");
747 operands_text[op_num] = true;
748 snprintf (operands[op_num], 24, "%c0",
754 operands_text[op_num] = true
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
tic6x-dis.c 332 unsigned int op_num; local
716 for (op_num = 0; op_num < num_operands; op_num++)
737 switch (opc->operand_info[op_num].form)
741 operands_text[op_num] = true;
742 snprintf (operands[op_num], 24, "b15");
747 operands_text[op_num] = true;
748 snprintf (operands[op_num], 24, "%c0",
754 operands_text[op_num] = true
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
tic6x-dis.c 332 unsigned int op_num; local
716 for (op_num = 0; op_num < num_operands; op_num++)
737 switch (opc->operand_info[op_num].form)
741 operands_text[op_num] = true;
742 snprintf (operands[op_num], 24, "b15");
747 operands_text[op_num] = true;
748 snprintf (operands[op_num], 24, "%c0",
754 operands_text[op_num] = true
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
tic6x-dis.c 332 unsigned int op_num; local
716 for (op_num = 0; op_num < num_operands; op_num++)
737 switch (opc->operand_info[op_num].form)
741 operands_text[op_num] = true;
742 snprintf (operands[op_num], 24, "b15");
747 operands_text[op_num] = true;
748 snprintf (operands[op_num], 24, "%c0",
754 operands_text[op_num] = true
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/radix/
terp.c 370 static void print_opc(BIO *bio, size_t op_num, size_t offset, const char *name)
372 if (op_num != SIZE_MAX)
373 BIO_printf(bio, "%3zu- %4zx>\t%-8s \t", op_num,
657 size_t op_num = 0; local
686 ++op_num;
695 TEST_error("timed out while executing op %zu", op_num);
703 TEST_error("pre-operation processing failed at op %zu", op_num);
771 op_num, (const char *)f_name, ret);
791 terp->script_info->name, op_num);
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-reassoc.cc 5655 int op_num = ops.length (); local
5656 int op_normal_num = op_num;
5657 gcc_assert (op_num > 0);
5658 int stmt_num = op_num - 1;
5700 int width_biased = (op_num - op_normal_num) / 2;
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-builtins.cc 1175 /* We must track two variables here. op_num is
1185 int op_num = insn_data[d->code].n_operands - 1; local
1187 ? op_num + 1
1188 : op_num;
1193 for (int j = op_num; j >= 0; j--)
1207 for (; op_num >= 0; arg_num--, op_num--)
1209 machine_mode op_mode = insn_data[d->code].operand[op_num].mode;
1214 type_signature[op_num] = 'u';
1219 type_signature[op_num] = 'p'
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-reassoc.cc 5498 int op_num = ops.length (); local
5499 gcc_assert (op_num > 0);
5500 int stmt_num = op_num - 1;
5502 int op_index = op_num - 1;
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-builtins.cc 1322 for (int op_num = d->op_count - 1; op_num >= 0; op_num--)
1324 machine_mode op_mode = d->op_modes[op_num];
1325 enum aarch64_type_qualifiers qualifiers = d->qualifiers[op_num];
1329 if (op_num == 0)
1374 /* We must track two variables here. op_num is
1384 int op_num = insn_data[d->code].n_operands - 1; local
1386 ? op_num + 1
1387 : op_num;
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-builtins.cc 1731 /* We must track two variables here. op_num is
1741 int op_num = insn_data[d->code].n_operands - 1; local
1743 ? op_num + 1
1744 : op_num;
1751 for (; op_num >= 0; arg_num--, op_num--)
1753 machine_mode op_mode = insn_data[d->code].operand[op_num].mode;
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm-builtins.cc 1694 /* We must track two variables here. op_num is
1704 int op_num = insn_data[d->code].n_operands - 1; local
1706 ? op_num + 1
1707 : op_num;
1714 for (; op_num >= 0; arg_num--, op_num--)
1716 machine_mode op_mode = insn_data[d->code].operand[op_num].mode;

Completed in 69 milliseconds