/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
H A D | subst.md | 31 "s390_match_ccmode(insn, CCSmode)" 45 "s390_match_ccmode(insn, CCSmode)"
|
H A D | s390.md | 948 "s390_match_ccmode(insn, CCSmode) && TARGET_ZARCH" 962 "s390_match_ccmode(insn, CCSmode) && TARGET_EXTIMM" 976 "s390_match_ccmode (peep2_next_insn (1), CCSmode) && TARGET_EXTIMM 991 "s390_match_ccmode(insn, CCSmode) && TARGET_EXTIMM" 1004 "s390_match_ccmode(insn, CCSmode) && TARGET_ZARCH && !TARGET_EXTIMM" 1015 "s390_match_ccmode(insn, CCSmode) && !TARGET_EXTIMM" 1029 "s390_match_ccmode(insn, CCSmode)" 1042 "s390_match_ccmode(insn, CCSmode) && !TARGET_ZARCH" 1052 "s390_match_ccmode(insn, CCSmode)" 1107 "s390_match_ccmode(insn, CCSmode)" [all …]
|
H A D | s390.c | 1338 || m2 == CCSmode || m2 == CCSRmode || m2 == CCURmode) in s390_cc_modes_compatible() 1405 if (req_mode != CCSmode && req_mode != CCUmode && req_mode != CCTmode in s390_match_ccmode_set() 1585 return CCSmode; in s390_select_ccmode()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
H A D | subst.md | 31 "s390_match_ccmode(insn, CCSmode)" 45 "s390_match_ccmode(insn, CCSmode)"
|
H A D | s390.md | 981 "s390_match_ccmode(insn, CCSmode) && TARGET_ZARCH" 995 "s390_match_ccmode(insn, CCSmode) && TARGET_EXTIMM" 1009 "s390_match_ccmode (peep2_next_insn (1), CCSmode) && TARGET_EXTIMM 1024 "s390_match_ccmode(insn, CCSmode) && TARGET_EXTIMM" 1037 "s390_match_ccmode(insn, CCSmode) && TARGET_ZARCH && !TARGET_EXTIMM" 1048 "s390_match_ccmode(insn, CCSmode) && !TARGET_EXTIMM" 1062 "s390_match_ccmode(insn, CCSmode)" 1075 "s390_match_ccmode(insn, CCSmode) && !TARGET_ZARCH" 1085 "s390_match_ccmode(insn, CCSmode)" 1140 "s390_match_ccmode(insn, CCSmode)" [all …]
|
H A D | s390.cc | 1400 || m2 == CCSmode || m2 == CCSRmode || m2 == CCURmode) in s390_cc_modes_compatible() 1467 if (req_mode != CCSmode && req_mode != CCUmode && req_mode != CCTmode in s390_match_ccmode_set() 1647 return CCSmode; in s390_select_ccmode()
|
/netbsd-src/external/gpl3/gcc.old/usr.bin/gcc/arch/x86_64/ |
H A D | insn-modes.h | 93 #define CCSmode E_CCSmode macro 95 #define CCSmode ((void) 0, E_CCSmode)
|
/netbsd-src/external/gpl3/gcc.old/usr.bin/gcc/arch/i386/ |
H A D | insn-modes.h | 93 #define CCSmode E_CCSmode macro 95 #define CCSmode ((void) 0, E_CCSmode)
|
/netbsd-src/external/gpl3/gcc/usr.bin/gcc/arch/x86_64/ |
H A D | insn-modes.h | 93 #define CCSmode E_CCSmode macro 95 #define CCSmode ((void) 0, E_CCSmode)
|
/netbsd-src/external/gpl3/gcc/usr.bin/gcc/arch/i386/ |
H A D | insn-modes.h | 93 #define CCSmode E_CCSmode macro 95 #define CCSmode ((void) 0, E_CCSmode)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386-expand.c | 10050 mode = CCSmode; in ix86_expand_sse_comi_round() 10067 mode = CCSmode; in ix86_expand_sse_comi_round() 10180 || mode == CCSmode || mode == CCZmode); in ix86_expand_sse_comi_round()
|
H A D | i386.c | 21090 mode = CCSmode, code = EQ; in ix86_md_asm_adjust()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386-expand.cc | 11318 mode = CCSmode; in ix86_expand_sse_comi_round() 11335 mode = CCSmode; in ix86_expand_sse_comi_round() 11448 || mode == CCSmode || mode == CCZmode); in ix86_expand_sse_comi_round()
|
H A D | i386.cc | 22363 mode = CCSmode, code = EQ; in ix86_md_asm_adjust()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2008 | 9996 CCCmode, CCOmode and CCSmode destination modes.
|
H A D | ChangeLog-2001 | 9729 cmpint_di): Use CCSmode instead of CCUmode.
|
H A D | ChangeLog-2004 | 10051 ("cmpmem_short", "*cmpmem_short"): Use CCUmode instead of CCSmode.
|