/external/valgrind/memcheck/tests/vbit-test/ |
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;
|
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) {
|
main.c | 153 switch (iricb.num_operands) {
|
/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
|
/toolchain/binutils/binutils-2.25/gas/config/ |
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-tilegx.c | 487 int num_operands, 494 for (i = 0; i < num_operands; i++) 805 for (k = 0; k < instr->opcode->num_operands; k++) 990 opcode->num_operands, 1127 int num_operands, 1132 memset (operand_values, 0, num_operands * sizeof operand_values[0]); 1135 for (i = 0; i < num_operands; i++) 1163 if (i + 1 < num_operands) [all...] |
tc-tilepro.c | 414 int num_operands, 421 for (i = 0; i < num_operands; i++) 697 for (k = 0; k < instr->opcode->num_operands; k++) 881 opcode->num_operands, 1013 int num_operands, 1018 memset (operand_values, 0, num_operands * sizeof operand_values[0]); 1021 for (i = 0; i < num_operands; i++) 1049 if (i + 1 < num_operands) 1162 op->num_operands, [all...] |
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-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...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
tilepro-dis.c | 70 *last_operand_ret = decoded[i].operand_values[opcode->num_operands - 1]; 142 for (j = 0; j < opcode->num_operands; j++)
|
tilegx-dis.c | 95 for (j = 0; j < opcode->num_operands; j++)
|
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/valgrind/none/tests/tilegx/ |
gen_insn_test.c | 185 int op_num = opc->num_operands; 424 Int op_num = opc->num_operands; 669 for (n = 0; n < decoded[i].opcode->num_operands; n++) { 677 if (n != (decoded[i].opcode->num_operands - 1))
|
/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());
|
/external/valgrind/VEX/priv/ |
ir_inject.c | 201 switch (iricb.num_operands) {
|
tilegx_disasm.c | [all...] |
tilegx_disasm.h | 1248 unsigned char num_operands; member in struct:tilegx_opcode
|
/external/valgrind/VEX/pub/ |
libvex.h | 849 UInt num_operands; \/\/ excluding rounding mode, if any member in struct:__anon26127 [all...] |
/toolchain/binutils/binutils-2.25/include/opcode/ |
tic6x.h | 638 unsigned int num_operands; member in struct:__anon76185
|
tilepro.h | 1525 unsigned char num_operands; member in struct:tilepro_opcode 1563 unsigned char num_operands; member in struct:tilepro_sn_opcode [all...] |
tilegx.h | 1229 unsigned char num_operands; member in struct:tilegx_opcode
|
/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/bfd/ |
xtensa-isa.c | 806 return intisa->iclasses[iclass_id].num_operands; 867 if ((OPND) < 0 || (OPND) >= (ICLASS)->num_operands) \ 872 (INTISA)->opcodes[(OPC)].name, (ICLASS)->num_operands); \ [all...] |
/external/google-breakpad/src/third_party/libdisasm/swig/ |
libdisasm_oop.i | 565 size_t num_operands( enum x86_op_foreach_type type ) {
|