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

  /src/external/gpl3/binutils/dist/opcodes/
csky-opc.h 237 struct operand oprnd; member in struct:csky_operand::suboperand1
243 struct operand oprnd; member in struct:csky_operand::suboperand2
255 union csky_operand oprnd; member in struct:csky_opcode_info
435 /* Here and in subsequent macros, the "oprnd" arguments are the
449 #define OPCODE_INFO1(op, oprnd) \
451 {{OPERAND_INFO oprnd, \
477 #define OPCODE_INFO_LIST(op, oprnd) \
479 {{OPERAND_INFO oprnd, \
507 #define SOPCODE_INFO2(op, oprnd, soprnd) \
509 {{OPERAND_INFO oprnd, soprnd}}
    [all...]
csky-opc.h 237 struct operand oprnd; member in struct:csky_operand::suboperand1
243 struct operand oprnd; member in struct:csky_operand::suboperand2
255 union csky_operand oprnd; member in struct:csky_opcode_info
435 /* Here and in subsequent macros, the "oprnd" arguments are the
449 #define OPCODE_INFO1(op, oprnd) \
451 {{OPERAND_INFO oprnd, \
477 #define OPCODE_INFO_LIST(op, oprnd) \
479 {{OPERAND_INFO oprnd, \
507 #define SOPCODE_INFO2(op, oprnd, soprnd) \
509 {{OPERAND_INFO oprnd, soprnd}}
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
csky-opc.h 237 struct operand oprnd; member in struct:csky_operand::suboperand1
243 struct operand oprnd; member in struct:csky_operand::suboperand2
255 union csky_operand oprnd; member in struct:csky_opcode_info
435 /* Here and in subsequent macros, the "oprnd" arguments are the
449 #define OPCODE_INFO1(op, oprnd) \
451 {{OPERAND_INFO oprnd, \
477 #define OPCODE_INFO_LIST(op, oprnd) \
479 {{OPERAND_INFO oprnd, \
507 #define SOPCODE_INFO2(op, oprnd, soprnd) \
509 {{OPERAND_INFO oprnd, soprnd}}
    [all...]
csky-opc.h 237 struct operand oprnd; member in struct:csky_operand::suboperand1
243 struct operand oprnd; member in struct:csky_operand::suboperand2
255 union csky_operand oprnd; member in struct:csky_opcode_info
435 /* Here and in subsequent macros, the "oprnd" arguments are the
449 #define OPCODE_INFO1(op, oprnd) \
451 {{OPERAND_INFO oprnd, \
477 #define OPCODE_INFO_LIST(op, oprnd) \
479 {{OPERAND_INFO oprnd, \
507 #define SOPCODE_INFO2(op, oprnd, soprnd) \
509 {{OPERAND_INFO oprnd, soprnd}}
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
csky-opc.h 237 struct operand oprnd; member in struct:csky_operand::suboperand1
243 struct operand oprnd; member in struct:csky_operand::suboperand2
255 union csky_operand oprnd; member in struct:csky_opcode_info
435 /* Here and in subsequent macros, the "oprnd" arguments are the
449 #define OPCODE_INFO1(op, oprnd) \
451 {{OPERAND_INFO oprnd, \
477 #define OPCODE_INFO_LIST(op, oprnd) \
479 {{OPERAND_INFO oprnd, \
507 #define SOPCODE_INFO2(op, oprnd, soprnd) \
509 {{OPERAND_INFO oprnd, soprnd}}
    [all...]
csky-opc.h 237 struct operand oprnd; member in struct:csky_operand::suboperand1
243 struct operand oprnd; member in struct:csky_operand::suboperand2
255 union csky_operand oprnd; member in struct:csky_opcode_info
435 /* Here and in subsequent macros, the "oprnd" arguments are the
449 #define OPCODE_INFO1(op, oprnd) \
451 {{OPERAND_INFO oprnd, \
477 #define OPCODE_INFO_LIST(op, oprnd) \
479 {{OPERAND_INFO oprnd, \
507 #define SOPCODE_INFO2(op, oprnd, soprnd) \
509 {{OPERAND_INFO oprnd, soprnd}}
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
csky-opc.h 237 struct operand oprnd; member in struct:csky_operand::suboperand1
243 struct operand oprnd; member in struct:csky_operand::suboperand2
255 union csky_operand oprnd; member in struct:csky_opcode_info
435 /* Here and in subsequent macros, the "oprnd" arguments are the
449 #define OPCODE_INFO1(op, oprnd) \
451 {{OPERAND_INFO oprnd, \
477 #define OPCODE_INFO_LIST(op, oprnd) \
479 {{OPERAND_INFO oprnd, \
507 #define SOPCODE_INFO2(op, oprnd, soprnd) \
509 {{OPERAND_INFO oprnd, soprnd}}
    [all...]
csky-opc.h 237 struct operand oprnd; member in struct:csky_operand::suboperand1
243 struct operand oprnd; member in struct:csky_operand::suboperand2
255 union csky_operand oprnd; member in struct:csky_opcode_info
435 /* Here and in subsequent macros, the "oprnd" arguments are the
449 #define OPCODE_INFO1(op, oprnd) \
451 {{OPERAND_INFO oprnd, \
477 #define OPCODE_INFO_LIST(op, oprnd) \
479 {{OPERAND_INFO oprnd, \
507 #define SOPCODE_INFO2(op, oprnd, soprnd) \
509 {{OPERAND_INFO oprnd, soprnd}}
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-slp.cc 526 tree oprnd; local
563 oprnd = TREE_OPERAND (gimple_arg (stmt_info->stmt, 0), -1 - opno);
566 oprnd = gimple_arg (stmt_info->stmt, opno);
572 if (TREE_CODE (oprnd) == VIEW_CONVERT_EXPR)
573 oprnd = TREE_OPERAND (oprnd, 0);
578 if (!vect_is_simple_use (oprnd, vinfo, &dts[i], &def_stmt_info))
583 oprnd);
597 oprnd_info->ops.quick_push (oprnd);
619 && TREE_CODE (oprnd) == SSA_NAM
    [all...]
tree-vect-slp.cc 526 tree oprnd; local
563 oprnd = TREE_OPERAND (gimple_arg (stmt_info->stmt, 0), -1 - opno);
566 oprnd = gimple_arg (stmt_info->stmt, opno);
572 if (TREE_CODE (oprnd) == VIEW_CONVERT_EXPR)
573 oprnd = TREE_OPERAND (oprnd, 0);
578 if (!vect_is_simple_use (oprnd, vinfo, &dts[i], &def_stmt_info))
583 oprnd);
597 oprnd_info->ops.quick_push (oprnd);
619 && TREE_CODE (oprnd) == SSA_NAM
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-slp.cc 628 tree oprnd; local
682 oprnd = oprnd_info->first_gs_info.offset;
687 oprnd = gs_info.offset;
691 oprnd = TREE_OPERAND (gimple_arg (stmt_info->stmt, 0), -1 - opno);
694 oprnd = gimple_arg (stmt_info->stmt, opno);
704 if (TREE_CODE (oprnd) == VIEW_CONVERT_EXPR)
705 oprnd = TREE_OPERAND (oprnd, 0);
708 if (!vect_is_simple_use (oprnd, vinfo, &dts[i], &def_stmt_info))
713 oprnd);
    [all...]
tree-vect-slp.cc 628 tree oprnd; local
682 oprnd = oprnd_info->first_gs_info.offset;
687 oprnd = gs_info.offset;
691 oprnd = TREE_OPERAND (gimple_arg (stmt_info->stmt, 0), -1 - opno);
694 oprnd = gimple_arg (stmt_info->stmt, opno);
704 if (TREE_CODE (oprnd) == VIEW_CONVERT_EXPR)
705 oprnd = TREE_OPERAND (oprnd, 0);
708 if (!vect_is_simple_use (oprnd, vinfo, &dts[i], &def_stmt_info))
713 oprnd);
    [all...]

Completed in 59 milliseconds