tcg-target.h (ef4f031fab7b070816454949a1b6b6c7aa3cf503) | tcg-target.h (7b8801071951c55dc506c1fca8b40ba292a28d6e) |
---|---|
1/* 2 * Tiny Code Generator for QEMU 3 * 4 * Copyright (c) 2008 Fabrice Bellard 5 * 6 * Permission is hereby granted, free of charge, to any person obtaining a copy 7 * of this software and associated documentation files (the "Software"), to deal 8 * in the Software without restriction, including without limitation the rights --- 165 unchanged lines hidden (view full) --- 174#define TCG_TARGET_HAS_shv_vec 1 175#define TCG_TARGET_HAS_mul_vec 1 176#define TCG_TARGET_HAS_sat_vec 1 177#define TCG_TARGET_HAS_minmax_vec 1 178#define TCG_TARGET_HAS_bitsel_vec have_vsx 179#define TCG_TARGET_HAS_cmpsel_vec 0 180 181#define TCG_TARGET_DEFAULT_MO (0) | 1/* 2 * Tiny Code Generator for QEMU 3 * 4 * Copyright (c) 2008 Fabrice Bellard 5 * 6 * Permission is hereby granted, free of charge, to any person obtaining a copy 7 * of this software and associated documentation files (the "Software"), to deal 8 * in the Software without restriction, including without limitation the rights --- 165 unchanged lines hidden (view full) --- 174#define TCG_TARGET_HAS_shv_vec 1 175#define TCG_TARGET_HAS_mul_vec 1 176#define TCG_TARGET_HAS_sat_vec 1 177#define TCG_TARGET_HAS_minmax_vec 1 178#define TCG_TARGET_HAS_bitsel_vec have_vsx 179#define TCG_TARGET_HAS_cmpsel_vec 0 180 181#define TCG_TARGET_DEFAULT_MO (0) |
182#define TCG_TARGET_HAS_MEMORY_BSWAP 1 | |
183#define TCG_TARGET_NEED_LDST_LABELS 184#define TCG_TARGET_NEED_POOL_LABELS 185 186#endif | 182#define TCG_TARGET_NEED_LDST_LABELS 183#define TCG_TARGET_NEED_POOL_LABELS 184 185#endif |