| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/ |
| H A D | sparc.md | 2260 rtx set_dest = operands[0]; 2265 dest1 = gen_highpart (DImode, set_dest); 2266 dest2 = gen_lowpart (DImode, set_dest); 2291 rtx set_dest = operands[0]; 2294 switch (GET_CODE (set_dest)) 2297 dest1 = gen_highpart (DImode, set_dest); 2298 dest2 = gen_lowpart (DImode, set_dest); 2301 dest1 = adjust_address (set_dest, DImode, 0); 2302 dest2 = adjust_address (set_dest, DImode, 8); 2324 rtx set_dest, dest1, dest2; [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/ |
| H A D | sparc.md | 2260 rtx set_dest = operands[0]; 2265 dest1 = gen_highpart (DImode, set_dest); 2266 dest2 = gen_lowpart (DImode, set_dest); 2291 rtx set_dest = operands[0]; 2294 switch (GET_CODE (set_dest)) 2297 dest1 = gen_highpart (DImode, set_dest); 2298 dest2 = gen_lowpart (DImode, set_dest); 2301 dest1 = adjust_address (set_dest, DImode, 0); 2302 dest2 = adjust_address (set_dest, DImode, 8); 2324 rtx set_dest, dest1, dest2; [all …]
|
| /netbsd-src/bin/pax/ |
| H A D | extern.h | 221 int set_dest(ARCHD *, char *, int);
|
| /netbsd-src/sys/dev/pci/qat/ |
| H A D | qat.c | 933 uint32_t ring, int set_dest) in qat_etr_ap_bank_set_ring_dest() argument 947 if (set_dest) { in qat_etr_ap_bank_set_ring_dest()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| H A D | aarch64.c | 21939 rtx set_dest; in aarch_macro_fusion_pair_p() local 21957 set_dest = SET_DEST (curr_set); in aarch_macro_fusion_pair_p() 21959 if (GET_CODE (set_dest) == ZERO_EXTRACT in aarch_macro_fusion_pair_p() 21962 && CONST_INT_P (XEXP (set_dest, 2)) in aarch_macro_fusion_pair_p() 21963 && INTVAL (XEXP (set_dest, 2)) == 16 in aarch_macro_fusion_pair_p() 21964 && REG_P (XEXP (set_dest, 0)) in aarch_macro_fusion_pair_p() 21966 && REGNO (XEXP (set_dest, 0)) == REGNO (SET_DEST (prev_set))) in aarch_macro_fusion_pair_p()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | aarch64.cc | 25480 rtx set_dest; in aarch_macro_fusion_pair_p() local 25498 set_dest = SET_DEST (curr_set); in aarch_macro_fusion_pair_p() 25500 if (GET_CODE (set_dest) == ZERO_EXTRACT in aarch_macro_fusion_pair_p() 25503 && CONST_INT_P (XEXP (set_dest, 2)) in aarch_macro_fusion_pair_p() 25504 && INTVAL (XEXP (set_dest, 2)) == 16 in aarch_macro_fusion_pair_p() 25505 && REG_P (XEXP (set_dest, 0)) in aarch_macro_fusion_pair_p() 25507 && REGNO (XEXP (set_dest, 0)) == REGNO (SET_DEST (prev_set))) in aarch_macro_fusion_pair_p()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| H A D | i386.c | 14943 rtx set_dest; in ix86_dep_by_shift_count_body() local 14951 set_dest = SET_DEST (set_body); in ix86_dep_by_shift_count_body() 14952 if (!set_dest || !REG_P (set_dest)) in ix86_dep_by_shift_count_body() 14996 && true_regnum (set_dest) == true_regnum (shift_count)) in ix86_dep_by_shift_count_body() 14998 else if (REGNO(set_dest) == REGNO(shift_count)) in ix86_dep_by_shift_count_body()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | i386.cc | 15521 rtx set_dest; in ix86_dep_by_shift_count_body() local 15529 set_dest = SET_DEST (set_body); in ix86_dep_by_shift_count_body() 15530 if (!set_dest || !REG_P (set_dest)) in ix86_dep_by_shift_count_body() 15574 && true_regnum (set_dest) == true_regnum (shift_count)) in ix86_dep_by_shift_count_body() 15576 else if (REGNO(set_dest) == REGNO(shift_count)) in ix86_dep_by_shift_count_body()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| H A D | arm.c | 32214 rtx set_dest = SET_DEST (curr_set); in arm_sets_movw_movt_fusible_p() local 32216 if (GET_MODE (set_dest) != SImode) in arm_sets_movw_movt_fusible_p() 32232 if (GET_CODE (set_dest) == ZERO_EXTRACT) in arm_sets_movw_movt_fusible_p() 32236 && REG_P (XEXP (set_dest, 0)) in arm_sets_movw_movt_fusible_p() 32238 && REGNO (XEXP (set_dest, 0)) == REGNO (SET_DEST (prev_set))) in arm_sets_movw_movt_fusible_p()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
| H A D | arm.cc | 32985 rtx set_dest = SET_DEST (curr_set); in arm_sets_movw_movt_fusible_p() local 32987 if (GET_MODE (set_dest) != SImode) in arm_sets_movw_movt_fusible_p() 33003 if (GET_CODE (set_dest) == ZERO_EXTRACT) in arm_sets_movw_movt_fusible_p() 33007 && REG_P (XEXP (set_dest, 0)) in arm_sets_movw_movt_fusible_p() 33009 && REGNO (XEXP (set_dest, 0)) == REGNO (SET_DEST (prev_set))) in arm_sets_movw_movt_fusible_p()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2021 | 15497 (*avx512f_scattersi<VI48F:mode>): Merge mask operand to set_dest.
|
| H A D | ChangeLog-2000 | 15607 'set_dest' to 'old_reg'. Add comments.
|
| H A D | ChangeLog-2016 | 7888 in the set_dest.
|