HomeSort by relevance Sort by last modified time
    Searched refs:op_num (Results 1 - 14 of 14) sorted by null

  /toolchain/binutils/binutils-2.25/opcodes/
tic6x-dis.c 330 unsigned int op_num; local
704 for (op_num = 0; op_num < num_operands; op_num++)
725 switch (opc->operand_info[op_num].form)
729 operands_text[op_num] = TRUE;
730 snprintf (operands[op_num], 24, "b15");
735 operands_text[op_num] = TRUE;
736 snprintf (operands[op_num], 24, "%c0",
742 operands_text[op_num] = TRUE
    [all...]
  /external/ltp/utils/ffsb-6.0-rc2/
ffsb_op.c 63 static int exclusive_op(ffsb_op_results_t * results, unsigned int op_num)
68 if (i == op_num)
85 static void print_op_results(unsigned int op_num, ffsb_op_results_t * results,
91 double op_pcnt = 100 * (double)results->ops[op_num] / (double)total_ops;
92 double weight_pcnt = 100 * (double)results->op_weight[op_num] /
94 if (ffsb_op_list[op_num].throughput) {
95 ffsb_printsize(buf, results->bytes[op_num] / runtime, 256);
99 generic_op_print(ffsb_op_list[op_num].op_name, results->ops[op_num],
104 static void print_op_throughput(unsigned int op_num,
    [all...]
fileops.h 42 void ffsb_read_print_exl(struct ffsb_op_results *, double secs, unsigned op_num);
43 void ffsb_write_print_exl(struct ffsb_op_results *, double secs, unsigned op_num);
44 void ffsb_create_print_exl(struct ffsb_op_results *, double secs, unsigned op_num);
45 void ffsb_append_print_exl(struct ffsb_op_results *, double secs, unsigned op_num);
ffsb_op.h 40 unsigned op_num);
44 unsigned int op_num);
100 void do_op(struct ffsb_thread *ft, struct ffsb_fs *fs, unsigned op_num);
  /toolchain/binutils/binutils-2.25/gas/config/
xtensa-relax.h 121 int op_num; member in struct:precondition
123 OPERAND: operand op_num must equal op_data.
133 int op_num; member in struct:build_op
138 and encode in the op_num field here.
tc-crx.c 917 int op_num = 0; /* Current operand number we are parsing. */ local
930 operand[op_num++] = strdup (operandH);
967 operand[op_num++] = strdup (operandH);
968 crx_ins->nargs = op_num;
975 for (op_num = 0; op_num < crx_ins->nargs; op_num++)
977 cur_arg_num = op_num;
978 parse_operand (operand[op_num], crx_ins);
979 free (operand[op_num]);
    [all...]
tc-cr16.c 1392 int op_num = 0; \/* Current operand number we are parsing. *\/ local
    [all...]
xtensa-relax.c 590 cond->op_num = op1;
606 cond->op_num = op1;
661 b_op->op_num = op1;
674 b_op->op_num = op1;
687 b_op->op_num = op1;
700 b_op->op_num = op1;
718 b_op->op_num = op1;
    [all...]
tc-xtensa.c 3408 int op_num = op->op_num; local
3507 int op_num = op->op_num; local
    [all...]
  /external/valgrind/none/tests/tilegx/
gen_insn_test.c 185 int op_num = opc->num_operands; local
229 for (i = 0 ; i < op_num; i++)
276 for (i = 0 ; i < op_num; i++)
337 for (i = 0 ; i < op_num; i++)
379 for (i = 0 ; i < op_num; i++)
424 Int op_num = opc->num_operands; local
479 for (i = 0 ; i < op_num; i++)
525 for (i = 0 ; i < op_num; i++)
585 for (i = 0 ; i < op_num; i++)
626 for (i = 0 ; i < op_num; i++
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_parse.cpp 409 unsigned op_num = 0;
413 check(op_num < SM4_MAX_OPS);
414 insn.ops[op_num].reset(new sm4_op);
415 read_op(&*insn.ops[op_num]);
416 ++op_num;
418 insn.num_ops = op_num;
  /system/update_engine/scripts/update_payload/
checker.py     [all...]
  /external/mksh/src/
funcs.c 186 Test_op op_num; member in struct:t_op
    [all...]
  /external/valgrind/VEX/priv/
tilegx_disasm.c 7665 Int op_num = opc->num_operands; local
    [all...]

Completed in 375 milliseconds