tcg-target.h (b764941955d5ff13dd2760b59ce37d98941fc46b) | tcg-target.h (7b8801071951c55dc506c1fca8b40ba292a28d6e) |
---|---|
1/* 2 * Initial TCG Implementation for aarch64 3 * 4 * Copyright (c) 2013 Huawei Technologies Duesseldorf GmbH 5 * Written by Claudio Fontana 6 * 7 * This work is licensed under the terms of the GNU GPL, version 2 or 8 * (at your option) any later version. --- 140 unchanged lines hidden (view full) --- 149#define TCG_TARGET_HAS_shv_vec 1 150#define TCG_TARGET_HAS_mul_vec 1 151#define TCG_TARGET_HAS_sat_vec 1 152#define TCG_TARGET_HAS_minmax_vec 1 153#define TCG_TARGET_HAS_bitsel_vec 1 154#define TCG_TARGET_HAS_cmpsel_vec 0 155 156#define TCG_TARGET_DEFAULT_MO (0) | 1/* 2 * Initial TCG Implementation for aarch64 3 * 4 * Copyright (c) 2013 Huawei Technologies Duesseldorf GmbH 5 * Written by Claudio Fontana 6 * 7 * This work is licensed under the terms of the GNU GPL, version 2 or 8 * (at your option) any later version. --- 140 unchanged lines hidden (view full) --- 149#define TCG_TARGET_HAS_shv_vec 1 150#define TCG_TARGET_HAS_mul_vec 1 151#define TCG_TARGET_HAS_sat_vec 1 152#define TCG_TARGET_HAS_minmax_vec 1 153#define TCG_TARGET_HAS_bitsel_vec 1 154#define TCG_TARGET_HAS_cmpsel_vec 0 155 156#define TCG_TARGET_DEFAULT_MO (0) |
157#define TCG_TARGET_HAS_MEMORY_BSWAP 0 | |
158#define TCG_TARGET_NEED_LDST_LABELS 159#define TCG_TARGET_NEED_POOL_LABELS 160 161#endif /* AARCH64_TCG_TARGET_H */ | 157#define TCG_TARGET_NEED_LDST_LABELS 158#define TCG_TARGET_NEED_POOL_LABELS 159 160#endif /* AARCH64_TCG_TARGET_H */ |