Searched defs:num_operands (Results 1 - 8 of 8) sorted by relevance

/external/valgrind/memcheck/tests/vbit-test/
H A Dvalgrind.c52 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) {
H A Dutil.c65 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/mesa3d/src/glsl/
H A Dir_reader.cpp696 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/
H A Dlibvex.h849 UInt num_operands; // excluding rounding mode, if any member in struct:__anon22715
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli776 (** [num_operands v] returns the number of operands for the value [v].
778 val num_operands : llvalue -> int var
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
H A Dllvm.mli633 (** [num_operands v] returns the number of operands for the value [v].
635 val num_operands : llvalue -> int var
/external/valgrind/VEX/priv/
H A Dtilegx_disasm.h1248 unsigned char num_operands; member in struct:tilegx_opcode
/external/pcre/dist2/src/sljit/
H A DsljitNativeTILEGX-encoder.c638 unsigned char num_operands; member in struct:tilegx_opcode
9553 for (i = 0; i < opc->num_operands; i++)
10120 for (j = 0; j < opcode->num_operands; j++)

Completed in 357 milliseconds