/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | csky-opc.h | 437 #define OPCODE_INFO(num, op, oprnd1, oprnd2, oprnd3, oprnd4, oprnd5) \ argument 439 {OPERAND_INFO oprnd1, OPERAND_INFO oprnd2, OPERAND_INFO oprnd3, \ 456 #define OPCODE_INFO2(op, oprnd1, oprnd2) \ argument 459 OPERAND_INFO oprnd2, \ 463 #define OPCODE_INFO3(op, oprnd1, oprnd2, oprnd3) \ argument 466 OPERAND_INFO oprnd2, \ 470 #define OPCODE_INFO4(op, oprnd1, oprnd2, oprnd3, oprnd4) \ argument 473 OPERAND_INFO oprnd2, \ 484 #define OPCODE_INFO5(op, oprnd1, oprnd2, oprnd3, oprnd4, oprnd5) \ argument 487 OPERAND_INFO oprnd2, \ [all …]
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | csky-opc.h | 437 #define OPCODE_INFO(num, op, oprnd1, oprnd2, oprnd3, oprnd4, oprnd5) \ argument 439 {OPERAND_INFO oprnd1, OPERAND_INFO oprnd2, OPERAND_INFO oprnd3, \ 456 #define OPCODE_INFO2(op, oprnd1, oprnd2) \ argument 459 OPERAND_INFO oprnd2, \ 463 #define OPCODE_INFO3(op, oprnd1, oprnd2, oprnd3) \ argument 466 OPERAND_INFO oprnd2, \ 470 #define OPCODE_INFO4(op, oprnd1, oprnd2, oprnd3, oprnd4) \ argument 473 OPERAND_INFO oprnd2, \ 484 #define OPCODE_INFO5(op, oprnd1, oprnd2, oprnd3, oprnd4, oprnd5) \ argument 487 OPERAND_INFO oprnd2, \ [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | expr.cc | 10172 tree oprnd2 = treeop2; in expand_expr_real_2() local 10175 op2 = expand_normal (oprnd2); in expand_expr_real_2() 10185 tree oprnd2 = treeop2; in expand_expr_real_2() local 10188 op2 = expand_normal (oprnd2); in expand_expr_real_2() 10198 tree oprnd2 = treeop2; in expand_expr_real_2() local 10202 op2 = expand_normal (oprnd2); in expand_expr_real_2()
|
H A D | optabs.cc | 258 tree oprnd0, oprnd1, oprnd2; in expand_widen_pattern_expr() local 270 oprnd2 = ops->op2; in expand_widen_pattern_expr() 344 wmode = TYPE_MODE (TREE_TYPE (oprnd2)); in expand_widen_pattern_expr()
|
H A D | dwarf2out.cc | 1438 unsigned HOST_WIDE_INT oprnd2) in new_loc_descr() argument 1448 descr->dw_loc_oprnd2.v.val_unsigned = oprnd2; in new_loc_descr() 16955 HOST_WIDE_INT oprnd2 = INTVAL (XVECEXP (elem, 0, 1)); in mem_loc_descriptor() local 16958 oprnd2); in mem_loc_descriptor()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | expr.c | 9725 tree oprnd2 = treeop2; in expand_expr_real_2() local 9728 op2 = expand_normal (oprnd2); in expand_expr_real_2() 9738 tree oprnd2 = treeop2; in expand_expr_real_2() local 9741 op2 = expand_normal (oprnd2); in expand_expr_real_2() 9751 tree oprnd2 = treeop2; in expand_expr_real_2() local 9755 op2 = expand_normal (oprnd2); in expand_expr_real_2()
|
H A D | optabs.c | 254 tree oprnd0, oprnd1, oprnd2; in expand_widen_pattern_expr() local 317 oprnd2 = ops->op2; in expand_widen_pattern_expr() 318 wmode = TYPE_MODE (TREE_TYPE (oprnd2)); in expand_widen_pattern_expr()
|
H A D | dwarf2out.c | 1381 unsigned HOST_WIDE_INT oprnd2) in new_loc_descr() argument 1391 descr->dw_loc_oprnd2.v.val_unsigned = oprnd2; in new_loc_descr() 16465 HOST_WIDE_INT oprnd2 = INTVAL (XVECEXP (elem, 0, 1)); in mem_loc_descriptor() local 16468 oprnd2); in mem_loc_descriptor()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-csky.c | 5877 const char *oprnd2, in csky_macro_md_assemble() argument 5887 if (oprnd2 != NULL) in csky_macro_md_assemble() 5890 strcat (str, oprnd2); in csky_macro_md_assemble()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-csky.c | 5855 const char *oprnd2, in csky_macro_md_assemble() argument 5865 if (oprnd2 != NULL) in csky_macro_md_assemble() 5868 strcat (str, oprnd2); in csky_macro_md_assemble()
|