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

  /src/external/gpl3/gcc/dist/gcc/
recog.h 363 enum op_type operand_type[MAX_RECOG_OPERANDS]; member in struct:recog_data_d
reload.cc 2650 enum reload_type operand_type[MAX_RECOG_OPERANDS];
2696 if (recog_data.operand_type[i] != OP_IN)
2858 operand_type[i] = (modified[i] == RELOAD_READ ? RELOAD_FOR_INPUT
2876 i, operand_type[i], ind_levels, insn);
3630 if (operand_type[i] == RELOAD_FOR_OUTPUT
3653 if (operand_type[i] != RELOAD_FOR_INPUT
3946 if (goal_alternative_earlyclobber[i] && operand_type[i] != RELOAD_OTHER)
3947 operand_type[i]
4088 0, i, operand_type[i]);
4179 1, i, operand_type[i])
2637 enum reload_type operand_type[MAX_RECOG_OPERANDS]; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
recog.h 341 enum op_type operand_type[MAX_RECOG_OPERANDS]; member in struct:recog_data_d
reload.cc 2649 enum reload_type operand_type[MAX_RECOG_OPERANDS];
2695 if (recog_data.operand_type[i] != OP_IN)
2857 operand_type[i] = (modified[i] == RELOAD_READ ? RELOAD_FOR_INPUT
2875 i, operand_type[i], ind_levels, insn);
3635 if (operand_type[i] == RELOAD_FOR_OUTPUT
3658 if (operand_type[i] != RELOAD_FOR_INPUT
3951 if (goal_alternative_earlyclobber[i] && operand_type[i] != RELOAD_OTHER)
3952 operand_type[i]
4093 0, i, operand_type[i]);
4184 1, i, operand_type[i])
2636 enum reload_type operand_type[MAX_RECOG_OPERANDS]; local
    [all...]
ipa-cp.cc 2476 tree operand_type = ipa_get_type (caller_info, src_idx); local
2486 operand_type);
2496 range_fold_binary_expr (&op_res, operation, operand_type,
2501 operand_type);
  /src/external/gpl3/binutils/dist/gas/config/
tc-tic30.c 245 operand *operand_type[MAX_OPERANDS]; member in struct:tic30_insn
630 operand *operand_type[2][MAX_OPERANDS]; member in struct:tic30_par_insn
791 p_insn.operand_type[found_separator][p_insn.operands[found_separator] - 1] =
794 if (!p_insn.operand_type[found_separator][p_insn.operands[found_separator] - 1])
836 temp_op = p_insn.operand_type[0][i];
837 p_insn.operand_type[0][i] = p_insn.operand_type[1][i];
838 p_insn.operand_type[1][i] = temp_op;
868 if ((p_insn.operand_type[count][i]->op_type &
881 if ((p_insn.operand_type[count][i]->op_type & Rn) && i < 2
    [all...]
tc-i386.c 2496 enum operand_type
2505 operand_type_check (i386_operand_type t, enum operand_type c)
2495 enum operand_type enum
  /src/external/gpl3/binutils/dist/include/opcode/
cr16.h 155 operand_type; typedef in typeref:enum:__anon10627
244 operand_type op_type;
crx.h 151 operand_type; typedef in typeref:enum:__anon10640
248 operand_type op_type;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic30.c 245 operand *operand_type[MAX_OPERANDS]; member in struct:tic30_insn
630 operand *operand_type[2][MAX_OPERANDS]; member in struct:tic30_par_insn
791 p_insn.operand_type[found_separator][p_insn.operands[found_separator] - 1] =
794 if (!p_insn.operand_type[found_separator][p_insn.operands[found_separator] - 1])
836 temp_op = p_insn.operand_type[0][i];
837 p_insn.operand_type[0][i] = p_insn.operand_type[1][i];
838 p_insn.operand_type[1][i] = temp_op;
868 if ((p_insn.operand_type[count][i]->op_type &
881 if ((p_insn.operand_type[count][i]->op_type & Rn) && i < 2
    [all...]
tc-i386.c 2447 enum operand_type
2456 operand_type_check (i386_operand_type t, enum operand_type c)
2446 enum operand_type enum
  /src/external/gpl3/binutils.old/dist/include/opcode/
cr16.h 155 operand_type; typedef in typeref:enum:__anon12091
244 operand_type op_type;
crx.h 151 operand_type; typedef in typeref:enum:__anon12104
248 operand_type op_type;
  /src/external/gpl3/gdb/dist/include/opcode/
cr16.h 155 operand_type; typedef in typeref:enum:__anon18738
244 operand_type op_type;
crx.h 151 operand_type; typedef in typeref:enum:__anon18751
248 operand_type op_type;
  /src/external/gpl3/gdb.old/dist/include/opcode/
cr16.h 155 operand_type; typedef in typeref:enum:__anon21479
244 operand_type op_type;
crx.h 151 operand_type; typedef in typeref:enum:__anon21492
248 operand_type op_type;
  /src/external/gpl3/binutils/dist/opcodes/
csky-opc.h 28 enum operand_type enum
215 enum operand_type type;
225 enum operand_type type;
  /src/external/gpl3/binutils.old/dist/opcodes/
csky-opc.h 28 enum operand_type enum
215 enum operand_type type;
225 enum operand_type type;
  /src/external/gpl3/gdb/dist/opcodes/
csky-opc.h 28 enum operand_type enum
215 enum operand_type type;
225 enum operand_type type;
  /src/external/gpl3/gdb.old/dist/opcodes/
csky-opc.h 28 enum operand_type enum
215 enum operand_type type;
225 enum operand_type type;

Completed in 92 milliseconds