Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/ppc/
H A Dtcg-target.h68 #define have_isa_3_00 (cpuinfo & CPUINFO_V3_0) macro
79 #define TCG_TARGET_HAS_rem_i32 have_isa_3_00
92 #define TCG_TARGET_HAS_ctz_i32 have_isa_3_00
110 #define TCG_TARGET_HAS_rem_i64 have_isa_3_00
128 #define TCG_TARGET_HAS_ctz_i64 have_isa_3_00
163 #define TCG_TARGET_HAS_neg_vec have_isa_3_00
H A Dtcg-target.c.inc86 #define USE_REG_TB (TCG_TARGET_REG_BITS == 64 && !have_isa_3_00)
1219 if (have_isa_3_00) {
1249 if (have_isa_3_00) {
1283 if (have_isa_3_00) {
1321 } else if (have_isa_3_00) {
1351 } else if (have_isa_3_00) {
1657 tcg_out_mem_long(s, have_isa_3_00 ? LXSD : 0, LXSDX,
1670 tcg_out_mem_long(s, have_isa_3_00 ? LXV : 0,
1712 tcg_out_mem_long(s, have_isa_3_00 ? STXSD : 0,
1726 tcg_out_mem_long(s, have_isa_3_00 ? STXV : 0,
[all …]