HomeSort by: relevance | last modified time | path
    Searched defs:insn_code (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
genextract.cc 57 int insn_code; member in struct:code_ptr
126 link->insn_code = info->index;
395 switch (INSN_CODE (insn))\n\
399 unrecognizable insn (code -1), or an insn whose INSN_CODE\n\
402 if (INSN_CODE (insn) < 0)\n\
435 link->insn_code = info.index;
455 printf (" case %d:\n", link->insn_code);
472 i = link->insn_code;
genattrtab.cc 28 These subroutines have the form of a `switch' on the INSN_CODE (via
141 int insn_code; /* Instruction number. */ member in class:insn_def
252 #define SIMPLIFY_TEST_EXP(EXP,INSN_CODE,INSN_INDEX) \
254 : simplify_test_exp (EXP, INSN_CODE, INSN_INDEX))
1223 `insn_code' is the code of an insn whose attribute has the specified
1230 int insn_code)
1238 if (insn_code < 0 || insn_alternatives == NULL)
1242 num_alt = insn_alternatives[insn_code];
1248 || insn_alternatives[av->first_insn->def->insn_code]))
1392 av = get_attr_value (id->loc, value, attr, id->insn_code);
    [all...]
function.cc 1553 return code < 0 || insn_operand_matches ((enum insn_code) code, operand, x);
1563 int insn_code, i;
1624 insn_code = INSN_CODE (insn);
1658 if (safe_insn_predicate (insn_code, 1, new_rtx)
1659 && safe_insn_predicate (insn_code, 2, x))
1673 insn_code = INSN_CODE (insn);
1701 if (!safe_insn_predicate (insn_code, i, x))
1724 insn_data[insn_code].operand[i].mode that isn't usefu
1552 int insn_code, i; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genextract.cc 57 int insn_code; member in struct:code_ptr
126 link->insn_code = info->index;
395 switch (INSN_CODE (insn))\n\
399 unrecognizable insn (code -1), or an insn whose INSN_CODE\n\
402 if (INSN_CODE (insn) < 0)\n\
435 link->insn_code = info.index;
455 printf (" case %d:\n", link->insn_code);
472 i = link->insn_code;
genattrtab.cc 28 These subroutines have the form of a `switch' on the INSN_CODE (via
141 int insn_code; /* Instruction number. */ member in class:insn_def
252 #define SIMPLIFY_TEST_EXP(EXP,INSN_CODE,INSN_INDEX) \
254 : simplify_test_exp (EXP, INSN_CODE, INSN_INDEX))
1223 `insn_code' is the code of an insn whose attribute has the specified
1230 int insn_code)
1238 if (insn_code < 0 || insn_alternatives == NULL)
1242 num_alt = insn_alternatives[insn_code];
1248 || insn_alternatives[av->first_insn->def->insn_code]))
1392 av = get_attr_value (id->loc, value, attr, id->insn_code);
    [all...]
function.cc 1552 return code < 0 || insn_operand_matches ((enum insn_code) code, operand, x);
1562 int insn_code, i;
1623 insn_code = INSN_CODE (insn);
1657 if (safe_insn_predicate (insn_code, 1, new_rtx)
1658 && safe_insn_predicate (insn_code, 2, x))
1672 insn_code = INSN_CODE (insn);
1700 if (!safe_insn_predicate (insn_code, i, x))
1723 insn_data[insn_code].operand[i].mode that isn't usefu
1551 int insn_code, i; local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/m68hc11/
gencode.c 333 unsigned char insn_code; member in struct:m6811_opcode_def
1161 opcode->insn_code,
1849 print (fp, col, "case 0x%02x: /* %s %s */\n", opcode->insn_code,
1899 if (i > 0 && table[i].insn_code == table[i - 1].insn_code)
1940 cycles[table->insn_code] = table->insn_min_cycles;
1942 cycles[table->insn_code] = table->insn_max_cycles;
2005 return (int) (op1->insn_code) - (int) (op2->insn_code);
2016 if (table[i].insn_code == table[i-1].insn_code
    [all...]
  /src/external/gpl3/gdb/dist/sim/m68hc11/
gencode.c 333 unsigned char insn_code; member in struct:m6811_opcode_def
1161 opcode->insn_code,
1849 print (fp, col, "case 0x%02x: /* %s %s */\n", opcode->insn_code,
1899 if (i > 0 && table[i].insn_code == table[i - 1].insn_code)
1940 cycles[table->insn_code] = table->insn_min_cycles;
1942 cycles[table->insn_code] = table->insn_max_cycles;
2005 return (int) (op1->insn_code) - (int) (op2->insn_code);
2016 if (table[i].insn_code == table[i-1].insn_code
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-pru.c 117 unsigned long insn_code; member in struct:pru_insn_info
1006 SET_INSN_FIELD (RD, insn_info->insn_code, dst->index);
1007 SET_INSN_FIELD (RDSEL, insn_info->insn_code, dst->regsel);
1039 SET_INSN_FIELD (RD, insn_info->insn_code, dst->index);
1040 SET_INSN_FIELD (RDB, insn_info->insn_code, rxb);
1058 SET_INSN_FIELD (RD, insn_info->insn_code, dst->index);
1059 SET_INSN_FIELD (RDSEL, insn_info->insn_code, dst->regsel);
1072 SET_INSN_FIELD (RS1, insn_info->insn_code, src1->index);
1073 SET_INSN_FIELD (RS1SEL, insn_info->insn_code, src1->regsel);
1088 SET_INSN_FIELD (RS1, insn_info->insn_code, src1->index)
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-pru.c 117 unsigned long insn_code; member in struct:pru_insn_info
1006 SET_INSN_FIELD (RD, insn_info->insn_code, dst->index);
1007 SET_INSN_FIELD (RDSEL, insn_info->insn_code, dst->regsel);
1039 SET_INSN_FIELD (RD, insn_info->insn_code, dst->index);
1040 SET_INSN_FIELD (RDB, insn_info->insn_code, rxb);
1058 SET_INSN_FIELD (RD, insn_info->insn_code, dst->index);
1059 SET_INSN_FIELD (RDSEL, insn_info->insn_code, dst->regsel);
1072 SET_INSN_FIELD (RS1, insn_info->insn_code, src1->index);
1073 SET_INSN_FIELD (RS1SEL, insn_info->insn_code, src1->regsel);
1088 SET_INSN_FIELD (RS1, insn_info->insn_code, src1->index)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh.cc 2623 && INSN_CODE (prev) == CODE_FOR_indirect_jump_scratch)
4864 INSN_CODE (mova) = -1;
4888 INSN_CODE (worker) = -1;
4893 INSN_CODE (mova) = -1;
5489 if (INSN_CODE (prev) == CODE_FOR_indirect_jump_scratch)
5614 INSN_CODE (insn) = CODE_FOR_indirect_jump_scratch;
5851 && (INSN_CODE (x) == CODE_FOR_block_branch_redirect
5852 || INSN_CODE (x) == CODE_FOR_indirect_jump_scratch
5853 || INSN_CODE (x) == CODE_FOR_stuff_delay_slot))))
6296 INSN_CODE (scan) = -1
12445 int insn_code = recog (PATTERN (i), i, 0); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.cc 2623 && INSN_CODE (prev) == CODE_FOR_indirect_jump_scratch)
4864 INSN_CODE (mova) = -1;
4888 INSN_CODE (worker) = -1;
4893 INSN_CODE (mova) = -1;
5489 if (INSN_CODE (prev) == CODE_FOR_indirect_jump_scratch)
5614 INSN_CODE (insn) = CODE_FOR_indirect_jump_scratch;
5851 && (INSN_CODE (x) == CODE_FOR_block_branch_redirect
5852 || INSN_CODE (x) == CODE_FOR_indirect_jump_scratch
5853 || INSN_CODE (x) == CODE_FOR_stuff_delay_slot))))
6296 INSN_CODE (scan) = -1
12444 int insn_code = recog (PATTERN (i), i, 0); local
    [all...]

Completed in 34 milliseconds