| /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);
|
| /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);
|
| /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/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/gcc/dist/gcc/config/rl78/ |
| rl78-protos.h | 62 int rl78_one_far_p (rtx *operands, int num_operands);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rl78/ |
| rl78-protos.h | 58 int rl78_one_far_p (rtx *operands, int num_operands);
|
| /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/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/binutils/dist/gas/config/ |
| 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-tilegx.c | 483 int num_operands, 490 for (i = 0; i < num_operands; i++) 803 for (k = 0; k < instr->opcode->num_operands; k++) 986 opcode->num_operands, 1116 int num_operands, 1121 memset (operand_values, 0, num_operands * sizeof operand_values[0]); 1124 for (i = 0; i < num_operands; i++) 1152 if (i + 1 < num_operands) 1266 op->num_operands,
|
| tc-tilepro.c | 406 int num_operands, 413 for (i = 0; i < num_operands; i++) 691 for (k = 0; k < instr->opcode->num_operands; k++) 873 opcode->num_operands, 1003 int num_operands, 1008 memset (operand_values, 0, num_operands * sizeof operand_values[0]); 1011 for (i = 0; i < num_operands; i++) 1039 if (i + 1 < num_operands) 1152 op->num_operands,
|
| 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;
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| 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-tilegx.c | 483 int num_operands, 490 for (i = 0; i < num_operands; i++) 803 for (k = 0; k < instr->opcode->num_operands; k++) 986 opcode->num_operands, 1116 int num_operands, 1121 memset (operand_values, 0, num_operands * sizeof operand_values[0]); 1124 for (i = 0; i < num_operands; i++) 1152 if (i + 1 < num_operands) 1266 op->num_operands,
|
| tc-tilepro.c | 406 int num_operands, 413 for (i = 0; i < num_operands; i++) 691 for (k = 0; k < instr->opcode->num_operands; k++) 873 opcode->num_operands, 1003 int num_operands, 1008 memset (operand_values, 0, num_operands * sizeof operand_values[0]); 1011 for (i = 0; i < num_operands; i++) 1039 if (i + 1 < num_operands) 1152 op->num_operands,
|
| 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;
|
| /src/external/gpl3/gcc/dist/gcc/config/fr30/ |
| fr30.cc | 828 fr30_check_multiple_regs (rtx *operands, int num_operands, int descending) 834 while (num_operands --) 836 if (GET_CODE (operands [num_operands]) != REG) 839 if (REGNO (operands [num_operands]) < prev_regno) 842 prev_regno = REGNO (operands [num_operands]); 849 while (num_operands --) 851 if (GET_CODE (operands [num_operands]) != REG) 854 if (REGNO (operands [num_operands]) > prev_regno) 857 prev_regno = REGNO (operands [num_operands]);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/fr30/ |
| fr30.cc | 825 fr30_check_multiple_regs (rtx *operands, int num_operands, int descending) 831 while (num_operands --) 833 if (GET_CODE (operands [num_operands]) != REG) 836 if (REGNO (operands [num_operands]) < prev_regno) 839 prev_regno = REGNO (operands [num_operands]); 846 while (num_operands --) 848 if (GET_CODE (operands [num_operands]) != REG) 851 if (REGNO (operands [num_operands]) > prev_regno) 854 prev_regno = REGNO (operands [num_operands]);
|
| /src/external/gpl3/binutils/dist/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++)
|
| /src/external/gpl3/binutils.old/dist/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++)
|
| /src/external/gpl3/gdb.old/dist/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++)
|
| /src/external/gpl3/gdb/dist/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++)
|