| /src/external/gpl3/gcc/dist/gcc/ |
| genflags.cc | 43 static int num_operands (rtx); 81 num_operands (rtx insn) function 101 int num = num_operands (insn);
|
| genrecog.cc | 196 int num_operands; variable 2220 kc.set_operands.safe_grow_cleared (num_operands, true); 4142 num_operands = MAX (num_operands, opno + 1);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| genflags.cc | 43 static int num_operands (rtx); 81 num_operands (rtx insn) function 101 int num = num_operands (insn);
|
| genrecog.cc | 196 int num_operands; variable 2220 kc.set_operands.safe_grow_cleared (num_operands, true); 4142 num_operands = MAX (num_operands, opno + 1);
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| tic6x-dis.c | 331 unsigned int num_operands; local 715 num_operands = opc->num_operands; 716 for (op_num = 0; op_num < num_operands; op_num++) 1480 if (num_operands != 1) 1482 printf ("opcode: %x, num_operands != 1 : %d\n", opcode, num_operands); 1485 num_operands = 0; 1505 for (op_num = 0; op_num < num_operands; op_num++)
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| tic6x-dis.c | 331 unsigned int num_operands; local 715 num_operands = opc->num_operands; 716 for (op_num = 0; op_num < num_operands; op_num++) 1480 if (num_operands != 1) 1482 printf ("opcode: %x, num_operands != 1 : %d\n", opcode, num_operands); 1485 num_operands = 0; 1505 for (op_num = 0; op_num < num_operands; op_num++)
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| tic6x-dis.c | 331 unsigned int num_operands; local 715 num_operands = opc->num_operands; 716 for (op_num = 0; op_num < num_operands; op_num++) 1480 if (num_operands != 1) 1482 printf ("opcode: %x, num_operands != 1 : %d\n", opcode, num_operands); 1485 num_operands = 0; 1505 for (op_num = 0; op_num < num_operands; op_num++)
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| tic6x-dis.c | 331 unsigned int num_operands; local 715 num_operands = opc->num_operands; 716 for (op_num = 0; op_num < num_operands; op_num++) 1480 if (num_operands != 1) 1482 printf ("opcode: %x, num_operands != 1 : %d\n", opcode, num_operands); 1485 num_operands = 0; 1505 for (op_num = 0; op_num < num_operands; op_num++)
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-xgate.c | 1024 int num_operands; local 1030 for (num_operands = 0; strlen (line) && (num_operands < MAX_NUM_OPERANDS); 1031 num_operands++) 1037 oprs[num_operands].mod = xgate_determine_modifiers (&line); 1039 if ((oprs[num_operands].reg = reg_name_search (line)) == REG_NONE) 1040 line = xgate_parse_exp (line, &oprs[num_operands].exp); 1053 if (num_operands > MAX_NUM_OPERANDS) 1055 return num_operands;
|
| tc-tic4x.c | 127 unsigned int num_operands; /* Number of operands in total. */ member in struct:tic4x_insn 1643 int num_operands = tinsn->num_operands; local 1662 return num_operands == 0; 1671 if (num_operands == 1) 2278 if (--num_operands < 0) 2287 if (--num_operands < 0) 2294 if (num_operands == 1 || operand[1].mode == M_PARALLEL) 2296 if (--num_operands < 0) 2315 if (tinsn->num_operands < 2 || tinsn->num_operands > 2 [all...] |
| tc-tic6x.c | 2437 OPERANDS (number NUM_OPERANDS), creg value THIS_LINE_CREG and z 2452 unsigned int num_operands, unsigned int this_line_creg, 2928 for (opno = 0; opno < num_operands; opno++) 3255 unsigned int num_operands; local 3293 num_operands = tic6x_opcode_table[opc->id].num_operands; 3297 if (num_operands != 1 3301 num_operands = 8; 3302 for (i = 0; i < num_operands; i++) 3311 for (i = 0; i < num_operands; i++ [all...] |
| /src/external/gpl3/binutils/dist/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
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-xgate.c | 1024 int num_operands; local 1030 for (num_operands = 0; strlen (line) && (num_operands < MAX_NUM_OPERANDS); 1031 num_operands++) 1037 oprs[num_operands].mod = xgate_determine_modifiers (&line); 1039 if ((oprs[num_operands].reg = reg_name_search (line)) == REG_NONE) 1040 line = xgate_parse_exp (line, &oprs[num_operands].exp); 1053 if (num_operands > MAX_NUM_OPERANDS) 1055 return num_operands;
|
| tc-tic4x.c | 127 unsigned int num_operands; /* Number of operands in total. */ member in struct:tic4x_insn 1643 int num_operands = tinsn->num_operands; local 1662 return num_operands == 0; 1671 if (num_operands == 1) 2278 if (--num_operands < 0) 2287 if (--num_operands < 0) 2294 if (num_operands == 1 || operand[1].mode == M_PARALLEL) 2296 if (--num_operands < 0) 2315 if (tinsn->num_operands < 2 || tinsn->num_operands > 2 [all...] |
| tc-tic6x.c | 2437 OPERANDS (number NUM_OPERANDS), creg value THIS_LINE_CREG and z 2452 unsigned int num_operands, unsigned int this_line_creg, 2928 for (opno = 0; opno < num_operands; opno++) 3255 unsigned int num_operands; local 3293 num_operands = tic6x_opcode_table[opc->id].num_operands; 3297 if (num_operands != 1 3301 num_operands = 8; 3302 for (i = 0; i < num_operands; i++) 3311 for (i = 0; i < num_operands; i++ [all...] |
| /src/external/gpl3/binutils.old/dist/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
|
| /src/external/gpl3/gdb/dist/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
|
| /src/external/gpl3/gdb.old/dist/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
|
| /src/external/gpl3/binutils/dist/include/opcode/ |
| tic6x.h | 642 unsigned int num_operands; member in struct:__anon10707
|
| tilegx.h | 1231 unsigned char num_operands; member in struct:tilegx_opcode
|
| tilepro.h | 1523 unsigned char num_operands; member in struct:tilepro_opcode 1561 unsigned char num_operands; member in struct:tilepro_sn_opcode
|
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| tic6x.h | 642 unsigned int num_operands; member in struct:__anon12171
|
| /src/external/gpl3/gdb/dist/include/opcode/ |
| tic6x.h | 642 unsigned int num_operands; member in struct:__anon18818
|
| /src/external/gpl3/gdb.old/dist/include/opcode/ |
| tic6x.h | 642 unsigned int num_operands; member in struct:__anon21559
|
| /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
| llvm.mli | 849 (** [num_operands v] returns the number of operands for the value [v]. 851 val num_operands : llvalue -> int var
|