| /src/external/gpl3/binutils/dist/opcodes/ |
| csky-dis.c | 109 csky_get_operand_mask (struct operand const *oprnd) 112 if (oprnd->mask == HAS_SUB_OPERAND) 114 struct soperand *sop = (struct soperand *)oprnd; 119 return oprnd->mask; 129 mask |= csky_get_operand_mask (&pinfo->oprnd.oprnds[i]); 132 mask |= csky_get_operand_mask (&pinfo->oprnd.oprnds[i]); 292 csky_output_operand (char *str, struct operand const *oprnd, 299 int mask = oprnd->mask; 315 switch (oprnd->type) 323 mask = dis_info.opinfo->oprnd.oprnds[0].mask [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-dis.c | 109 csky_get_operand_mask (struct operand const *oprnd) 112 if (oprnd->mask == HAS_SUB_OPERAND) 114 struct soperand *sop = (struct soperand *)oprnd; 119 return oprnd->mask; 129 mask |= csky_get_operand_mask (&pinfo->oprnd.oprnds[i]); 132 mask |= csky_get_operand_mask (&pinfo->oprnd.oprnds[i]); 301 csky_output_operand (char *str, struct operand const *oprnd, 308 int mask = oprnd->mask; 324 switch (oprnd->type) 332 mask = dis_info.opinfo->oprnd.oprnds[0].mask [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-dis.c | 109 csky_get_operand_mask (struct operand const *oprnd) 112 if (oprnd->mask == HAS_SUB_OPERAND) 114 struct soperand *sop = (struct soperand *)oprnd; 119 return oprnd->mask; 129 mask |= csky_get_operand_mask (&pinfo->oprnd.oprnds[i]); 132 mask |= csky_get_operand_mask (&pinfo->oprnd.oprnds[i]); 301 csky_output_operand (char *str, struct operand const *oprnd, 308 int mask = oprnd->mask; 324 switch (oprnd->type) 332 mask = dis_info.opinfo->oprnd.oprnds[0].mask [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-dis.c | 109 csky_get_operand_mask (struct operand const *oprnd) 112 if (oprnd->mask == HAS_SUB_OPERAND) 114 struct soperand *sop = (struct soperand *)oprnd; 119 return oprnd->mask; 129 mask |= csky_get_operand_mask (&pinfo->oprnd.oprnds[i]); 132 mask |= csky_get_operand_mask (&pinfo->oprnd.oprnds[i]); 302 csky_output_operand (char *str, struct operand const *oprnd, 309 int mask = oprnd->mask; 325 switch (oprnd->type) 333 mask = dis_info.opinfo->oprnd.oprnds[0].mask [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/dist/gas/config/ |
| tc-csky.c | 2862 is_reglist_dash_comma_legal (char **oper, struct operand *oprnd) 2939 if (oprnd->mask == OPRND_MASK_0_4 && (list & ~OPRND_MASK_0_4)) 3249 struct operand *oprnd) 3251 unsigned int mask = oprnd->mask; 3255 shift = oprnd->shift; 3421 /* Main dispatch routine to parse operand OPRND for opcode OP from string 3426 char **oper, struct operand *oprnd) 3429 if (oprnd->mask == HAS_SUB_OPERAND) 3436 soprnd = (struct soperand *) oprnd; 3441 if (oprnd->type == OPRND_TYPE_BRACKET [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-csky.c | 2862 is_reglist_dash_comma_legal (char **oper, struct operand *oprnd) 2939 if (oprnd->mask == OPRND_MASK_0_4 && (list & ~OPRND_MASK_0_4)) 3249 struct operand *oprnd) 3251 unsigned int mask = oprnd->mask; 3255 shift = oprnd->shift; 3421 /* Main dispatch routine to parse operand OPRND for opcode OP from string 3426 char **oper, struct operand *oprnd) 3429 if (oprnd->mask == HAS_SUB_OPERAND) 3436 soprnd = (struct soperand *) oprnd; 3441 if (oprnd->type == OPRND_TYPE_BRACKET [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-patterns.cc | 1663 tree oprnd[2]; 1665 2, oprnd, half_type, unprom, vectype); 1668 gimple *pattern_stmt = vect_gimple_build (var, wide_code, oprnd[0], oprnd[1]);
|
| tree-vect-stmts.cc | 2741 PTR is the base pointer, OFFSET the vectorized offsets and OPRND the 2750 tree ptr, tree offset, tree oprnd, tree mask) 2793 tree src = oprnd;
|
| /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-patterns.cc | 1422 tree oprnd[2]; 1424 2, oprnd, half_type, unprom, vectype); 1428 oprnd[0], oprnd[1]);
|