Home
last modified time | relevance | path

Searched refs:op01 (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dh8300.h893 #define BITOP(code, imm, name, op00, op01, op10, op11, op20, op21, op30, op4) \ argument
894 {code, AV_H8, 2, name, {{imm, RD8, E}}, {{op00, op01, imm, RD8, E}}}, \
895 …{code, AV_H8, 6, name, {{imm, RDIND, E}}, {{op10, op11, B30 | RDIND, 0, op00, op01, imm, 0, E…
896 …{code, AV_H8, 6, name, {{imm, ABS8DST, E}}, {{op20, op21, DSTABS8LIST, op00, op01, imm, 0, E…
897 …ABS16DST, E}}, {{0x6, 0xa, 0x1, op30, DST | MEMRELAX | ABS16LIST , op00, op01, imm, op4, E}}}, \
898 …m, ABS32DST, E}}, {{0x6, 0xa, 0x3, op30, DST | MEMRELAX | ABS32LIST , op00, op01, imm, op4, E}}}
900 #define BITOP_B(code, imm, name, op00, op01, op10, op11, op20, op21, op30, op4) \ argument
901 …{code, AV_H8SX, 0, name, {{imm, RDIND, E}}, {{op10, op11, B30 | RDIND, 0, op00, op01, imm, op4…
902 …{code, AV_H8SX, 0, name, {{imm, ABS8DST, E}}, {{op20, op21, DSTABS8LIST, op00, op01, imm, op4…
903 …ame, {{imm, ABS16DST, E}}, {{0x6, 0xa, 0x1, op30, DST | ABS16LIST, op00, op01, imm, op4, E}}}, \
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Dh8300.h893 #define BITOP(code, imm, name, op00, op01, op10, op11, op20, op21, op30, op4) \ argument
894 {code, AV_H8, 2, name, {{imm, RD8, E}}, {{op00, op01, imm, RD8, E}}}, \
895 …{code, AV_H8, 6, name, {{imm, RDIND, E}}, {{op10, op11, B30 | RDIND, 0, op00, op01, imm, 0, E…
896 …{code, AV_H8, 6, name, {{imm, ABS8DST, E}}, {{op20, op21, DSTABS8LIST, op00, op01, imm, 0, E…
897 …ABS16DST, E}}, {{0x6, 0xa, 0x1, op30, DST | MEMRELAX | ABS16LIST , op00, op01, imm, op4, E}}}, \
898 …m, ABS32DST, E}}, {{0x6, 0xa, 0x3, op30, DST | MEMRELAX | ABS32LIST , op00, op01, imm, op4, E}}}
900 #define BITOP_B(code, imm, name, op00, op01, op10, op11, op20, op21, op30, op4) \ argument
901 …{code, AV_H8SX, 0, name, {{imm, RDIND, E}}, {{op10, op11, B30 | RDIND, 0, op00, op01, imm, op4…
902 …{code, AV_H8SX, 0, name, {{imm, ABS8DST, E}}, {{op20, op21, DSTABS8LIST, op00, op01, imm, op4…
903 …ame, {{imm, ABS16DST, E}}, {{0x6, 0xa, 0x1, op30, DST | ABS16LIST, op00, op01, imm, op4, E}}}, \
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/epiphany/
H A Depiphany.md2795 rtx op00, op01, op10, op11;
2798 op01 = simplify_gen_subreg (<vmode_PART>mode, operands[0], <MODE>mode,
2804 emit_move_insn (op01, op11);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/epiphany/
H A Depiphany.md2795 rtx op00, op01, op10, op11;
2798 op01 = simplify_gen_subreg (<vmode_PART>mode, operands[0], <MODE>mode,
2804 emit_move_insn (op01, op11);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dexpmed.c5637 rtx op00, op01; in emit_store_flag_1() local
5642 op01 = simplify_gen_subreg (word_mode, op0, int_mode, UNITS_PER_WORD); in emit_store_flag_1()
5645 op00, op01, NULL_RTX, unsignedp, in emit_store_flag_1()
H A Dexpr.c8381 rtx op00, op01, op1, op2; in expand_cond_expr_using_cmove() local
8424 op01 = expand_normal (gimple_assign_rhs2 (srcstmt)); in expand_cond_expr_using_cmove()
8434 op01 = expand_normal (TREE_OPERAND (treeop0, 1)); in expand_cond_expr_using_cmove()
8442 op01 = const0_rtx; in expand_cond_expr_using_cmove()
8458 op00, op01, comparison_mode, in expand_cond_expr_using_cmove()
H A Dsimplify-rtx.c3919 rtx op01 = XEXP (op0, 1); in simplify_binary_operation_1() local
3925 mode01 = GET_MODE (op01); in simplify_binary_operation_1()
3941 tmp_op = op01; in simplify_binary_operation_1()
H A Dfold-const.c15125 tree op01 = TREE_OPERAND (sub, 1); in fold_indirect_ref_1() local
15145 && tree_fits_poly_int64_p (op01)) in fold_indirect_ref_1()
15181 op01 = wide_int_to_tree (sizetype, off); in fold_indirect_ref_1()
15182 return build4_loc (loc, ARRAY_REF, type, op00, op01, in fold_indirect_ref_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dexpmed.cc5670 rtx op00, op01; in emit_store_flag_1() local
5675 op01 = simplify_gen_subreg (word_mode, op0, int_mode, UNITS_PER_WORD); in emit_store_flag_1()
5678 op00, op01, NULL_RTX, unsignedp, in emit_store_flag_1()
H A Dexpr.cc8755 rtx op00, op01, op1, op2; in expand_cond_expr_using_cmove() local
8798 op01 = expand_normal (gimple_assign_rhs2 (srcstmt)); in expand_cond_expr_using_cmove()
8808 op01 = expand_normal (TREE_OPERAND (treeop0, 1)); in expand_cond_expr_using_cmove()
8816 op01 = const0_rtx; in expand_cond_expr_using_cmove()
8832 { comparison_code, op00, op01, in expand_cond_expr_using_cmove()
H A Dsimplify-rtx.cc4307 rtx op01 = XEXP (op0, 1); in simplify_binary_operation_1() local
4313 mode01 = GET_MODE (op01); in simplify_binary_operation_1()
4329 tmp_op = op01; in simplify_binary_operation_1()
H A Doptabs.cc1003 rtx op01 = operand_subword_force (op0, 1, mode); in expand_doubleword_mod() local
1008 tree arg1 = make_tree (wtype, op01); in expand_doubleword_mod()
H A Dfold-const.cc16080 tree op01 = TREE_OPERAND (sub, 1); in fold_indirect_ref_1() local
16100 && tree_fits_poly_int64_p (op01)) in fold_indirect_ref_1()
16136 op01 = wide_int_to_tree (sizetype, off); in fold_indirect_ref_1()
16137 return build4_loc (loc, ARRAY_REF, type, op00, op01, in fold_indirect_ref_1()
H A DChangeLog-201829730 Formatting fixes. Verify first that tree_fits_poly_int64_p (op01).
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c4503 tree op01 = TREE_OPERAND (sub, 1); in cxx_fold_indirect_ref() local
4508 tree_to_uhwi (op01), empty_base); in cxx_fold_indirect_ref()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.c1831 rtx op01 = gen_rtx_NOT (mode, XEXP (*op0, 1)); in s390_canonicalize_comparison() local
1834 *op0 = gen_rtx_IOR (mode, op00, op01); in s390_canonicalize_comparison()
1836 *op0 = gen_rtx_AND (mode, op00, op01); in s390_canonicalize_comparison()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.cc1893 rtx op01 = gen_rtx_NOT (mode, XEXP (*op0, 1)); in s390_canonicalize_comparison() local
1896 *op0 = gen_rtx_IOR (mode, op00, op01); in s390_canonicalize_comparison()
1898 *op0 = gen_rtx_AND (mode, op00, op01); in s390_canonicalize_comparison()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20153566 don't fold if op01 isn't divisible by TYPE_SIZE_UNIT. Convert
H A DChangeLog-20184884 tree_fits_poly_int64_p (op01). Formatting fixes.