HomeSort by: relevance | last modified time | path
    Searched refs:operand_type (Results 1 - 25 of 63) sorted by relevancy

1 2 3

  /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...]
  /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...]
  /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/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/gcc/dist/gcc/
regrename.cc 1566 if (!inout_and_ec_only || recog_data.operand_type[i] == OP_INOUT
1576 if (!inout_and_ec_only || recog_data.operand_type[opn] == OP_INOUT
1621 if (recog_data.operand_type[opn] != OP_OUT
1726 || (predicated && recog_data.operand_type[i] == OP_OUT))
1728 recog_data.operand_type[i] = OP_INOUT;
1757 if (recog_data.operand_type[i] == OP_INOUT
1804 && (recog_data.operand_type[i] == OP_IN
1805 || recog_data.operand_type[i] == OP_INOUT))
1817 enum op_type type = recog_data.operand_type[opn];
ira-lives.cc 689 if (use == def || recog_data.operand_type[use] == OP_OUT)
994 if (in_p && recog_data.operand_type[i] != OP_IN
995 && recog_data.operand_type[i] != OP_INOUT)
997 if (! in_p && recog_data.operand_type[i] != OP_OUT
998 && recog_data.operand_type[i] != OP_INOUT)
recog.h 363 enum op_type operand_type[MAX_RECOG_OPERANDS]; member in struct:recog_data_d
web.cc 105 enum op_type type = recog_data.operand_type[op];
  /src/external/gpl3/gcc.old/dist/gcc/
regrename.cc 1566 if (!inout_and_ec_only || recog_data.operand_type[i] == OP_INOUT
1576 if (!inout_and_ec_only || recog_data.operand_type[opn] == OP_INOUT
1621 if (recog_data.operand_type[opn] != OP_OUT
1726 || (predicated && recog_data.operand_type[i] == OP_OUT))
1728 recog_data.operand_type[i] = OP_INOUT;
1757 if (recog_data.operand_type[i] == OP_INOUT
1804 && (recog_data.operand_type[i] == OP_IN
1805 || recog_data.operand_type[i] == OP_INOUT))
1817 enum op_type type = recog_data.operand_type[opn];
recog.h 341 enum op_type operand_type[MAX_RECOG_OPERANDS]; member in struct:recog_data_d
ira-lives.cc 688 if (use == def || recog_data.operand_type[use] == OP_OUT)
993 if (in_p && recog_data.operand_type[i] != OP_IN
994 && recog_data.operand_type[i] != OP_INOUT)
996 if (! in_p && recog_data.operand_type[i] != OP_OUT
997 && recog_data.operand_type[i] != OP_INOUT)
  /src/external/gpl3/binutils/dist/opcodes/
crx-dis.c 117 getbits (operand_type op)
128 getargtype (operand_type op)
cr16-dis.c 133 getbits (operand_type op)
144 getargtype (operand_type op)
  /src/external/gpl3/binutils.old/dist/opcodes/
crx-dis.c 117 getbits (operand_type op)
128 getargtype (operand_type op)
cr16-dis.c 133 getbits (operand_type op)
144 getargtype (operand_type op)
  /src/external/gpl3/gdb/dist/opcodes/
crx-dis.c 117 getbits (operand_type op)
128 getargtype (operand_type op)
cr16-dis.c 133 getbits (operand_type op)
144 getargtype (operand_type op)
  /src/external/gpl3/gdb.old/dist/opcodes/
crx-dis.c 117 getbits (operand_type op)
128 getargtype (operand_type op)
cr16-dis.c 133 getbits (operand_type op)
144 getargtype (operand_type op)

Completed in 41 milliseconds

1 2 3