Home
last modified time | relevance | path

Searched refs:have_isa_2_07 (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tcg/ppc/
H A Dtcg-target.h67 #define have_isa_2_07 (cpuinfo & CPUINFO_V2_07) macro
144 (TCG_TARGET_REG_BITS == 64 && have_isa_2_07)
158 #define TCG_TARGET_HAS_orc_vec have_isa_2_07
159 #define TCG_TARGET_HAS_nand_vec have_isa_2_07
161 #define TCG_TARGET_HAS_eqv_vec have_isa_2_07
H A Dtcg-target.c.inc866 } else if (have_isa_2_07) {
875 if (have_isa_2_07) {
1634 if (have_isa_2_07 && have_vsx) {
1687 if (have_isa_2_07 && have_vsx) {
3553 return have_isa_2_07;
3564 return vece <= MO_32 || have_isa_2_07;
3575 return vece <= MO_32 || have_isa_2_07 ? -1 : 0;
3584 return have_isa_2_07 ? 1 : -1;
3929 tcg_debug_assert(vece <= MO_32 || have_isa_2_07);
3997 tcg_debug_assert(!have_isa_2_07);