Home
last modified time | relevance | path

Searched refs:PROCESSOR_2817_Z196 (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390-opts.h36 PROCESSOR_2817_Z196, enumerator
H A Ds390.opt89 Enum(processor_type) String(z196) Value(PROCESSOR_2817_Z196)
92 Enum(processor_type) String(arch9) Value(PROCESSOR_2817_Z196)
H A Ds390.h207 #define TARGET_AVOID_CMP_AND_BRANCH (s390_tune == PROCESSOR_2817_Z196)
H A Ds390.c335 { "z196", "z196", PROCESSOR_2817_Z196, &z196_cost, 9 },
4816 if (addr.indx && s390_tune >= PROCESSOR_2817_Z196) in preferred_la_operand_p()
8319 case PROCESSOR_2817_Z196: in s390_issue_rate()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390-opts.h36 PROCESSOR_2817_Z196, enumerator
H A Ds390.opt89 Enum(processor_type) String(z196) Value(PROCESSOR_2817_Z196)
92 Enum(processor_type) String(arch9) Value(PROCESSOR_2817_Z196)
H A Ds390.h225 #define TARGET_AVOID_CMP_AND_BRANCH (s390_tune == PROCESSOR_2817_Z196)
H A Ds390.cc335 { "z196", "z196", PROCESSOR_2817_Z196, &z196_cost, 9 },
4897 if (addr.indx && s390_tune >= PROCESSOR_2817_Z196) in preferred_la_operand_p()
8535 case PROCESSOR_2817_Z196: in s390_issue_rate()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201011446 * config/s390/s390.h (enum processor_type): Add PROCESSOR_2817_Z196.