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

  /external/valgrind/memcheck/tests/vbit-test/
valgrind.c 28 cb.num_operands = get_num_operands(op->op);
94 unsigned i, num_operands; local
97 num_operands = get_num_operands(op->op);
99 for (i = 0; i < num_operands; ++i) {
util.c 33 int num_operands = get_num_operands(op->op); local
35 for (unsigned i = 0; i < num_operands; ++i) {
150 int num_operands = 4; local
151 if (t4 == Ity_INVALID) num_operands = 3;
152 if (t3 == Ity_INVALID) num_operands = 2;
153 if (t2 == Ity_INVALID) num_operands = 1;
156 -- num_operands;
158 return num_operands;
    [all...]
  /external/v8/src/compiler/
instruction-selector-unittest.cc 369 size_t num_operands = local
375 ASSERT_EQ(num_operands, call_instr->InputCount());
454 size_t num_operands = local
461 EXPECT_EQ(num_operands, call_instr->InputCount());
  /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) {
  /external/valgrind/VEX/pub/
libvex.h 847 UInt num_operands; \/\/ excluding rounding mode, if any member in struct:__anon20024
    [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 194 milliseconds