HomeSort by relevance Sort by last modified time
    Searched defs:num_operands (Results 1 - 18 of 18) sorted by null

  /external/valgrind/memcheck/tests/vbit-test/
valgrind.c 52 cb.num_operands = get_num_operands(op->op);
118 unsigned i, num_operands; local
121 num_operands = get_num_operands(op->op);
123 for (i = 0; i < num_operands; ++i) {
util.c 65 int num_operands = get_num_operands(op->op); local
67 for (unsigned i = 0; i < num_operands; ++i) {
182 int num_operands = 4; local
183 if (t4 == Ity_INVALID) num_operands = 3;
184 if (t3 == Ity_INVALID) num_operands = 2;
185 if (t2 == Ity_INVALID) num_operands = 1;
188 -- num_operands;
190 return num_operands;
  /external/v8/test/unittests/compiler/
instruction-selector-unittest.cc 460 size_t num_operands = local
466 ASSERT_EQ(num_operands, call_instr->InputCount());
573 size_t num_operands = local
580 EXPECT_EQ(num_operands, call_instr->InputCount());
  /toolchain/binutils/binutils-2.25/opcodes/
tic6x-dis.c 329 unsigned int num_operands; local
703 num_operands = opc->num_operands;
704 for (op_num = 0; op_num < num_operands; op_num++)
    [all...]
  /external/mesa3d/src/glsl/
ir_reader.cpp 696 unsigned num_operands = ir_expression::get_num_operands(op); local
697 if (num_operands == 1 && !s_arg1->next->is_tail_sentinel()) {
710 if (num_operands == 2) {
  /toolchain/binutils/binutils-2.25/gas/config/
tc-xgate.c 1020 int num_operands; local
1026 for (num_operands = 0; strlen (line) && (num_operands < MAX_NUM_OPERANDS);
1027 num_operands++)
1033 oprs[num_operands].mod = xgate_determine_modifiers (&line);
1035 if ((oprs[num_operands].reg = reg_name_search (line)) == REG_NONE)
1036 line = xgate_parse_exp (line, &oprs[num_operands].exp);
1049 if (num_operands > MAX_NUM_OPERANDS)
1051 return num_operands;
    [all...]
tc-tic4x.c 130 unsigned int num_operands; /* Number of operands in total. */ member in struct:tic4x_insn
1670 int num_operands = tinsn->num_operands; local
    [all...]
tc-tic6x.c 3266 unsigned int num_operands; local
    [all...]
tc-ia64.c 6112 int i = 0, highest_unmatched_operand, num_operands = 0, num_outputs = 0; local
    [all...]
tc-xtensa.c 2587 int num_opcodes, num_operands; local
2662 int n, num_operands; local
    [all...]
  /toolchain/binutils/binutils-2.25/include/
xtensa-isa-internal.h 102 int num_operands; /* Size of "operands" array. */ member in struct:xtensa_iclass_internal_struct
103 xtensa_arg_internal *operands; /* Array[num_operands]. */
189 int num_operands; member in struct:xtensa_isa_internal_struct
  /external/valgrind/VEX/pub/
libvex.h 849 UInt num_operands; \/\/ excluding rounding mode, if any member in struct:__anon25289
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
tic6x.h 638 unsigned int num_operands; member in struct:__anon74651
tilegx.h 1229 unsigned char num_operands; member in struct:tilegx_opcode
tilepro.h 1525 unsigned char num_operands; member in struct:tilepro_opcode
1563 unsigned char num_operands; member in struct:tilepro_sn_opcode
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 750 (** [num_operands v] returns the number of operands for the value [v].
752 val num_operands : llvalue -> int var
    [all...]
  /external/valgrind/VEX/priv/
tilegx_disasm.h 1248 unsigned char num_operands; member in struct:tilegx_opcode
  /external/pcre/dist/sljit/
sljitNativeTILEGX-encoder.c 638 unsigned char num_operands; member in struct:tilegx_opcode
    [all...]

Completed in 823 milliseconds