tcg-target.h (2908650333ec463031632baa6ab2c9609732056d) | 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 --- 140 unchanged lines hidden (view full) --- 149#define TCG_TARGET_HAS_mulu2_i64 0 150#define TCG_TARGET_HAS_muls2_i64 0 151#define TCG_TARGET_HAS_muluh_i64 use_vis3_instructions 152#define TCG_TARGET_HAS_mulsh_i64 0 153 154#define TCG_AREG0 TCG_REG_I0 155 156#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 --- 140 unchanged lines hidden (view full) --- 149#define TCG_TARGET_HAS_mulu2_i64 0 150#define TCG_TARGET_HAS_muls2_i64 0 151#define TCG_TARGET_HAS_muluh_i64 use_vis3_instructions 152#define TCG_TARGET_HAS_mulsh_i64 0 153 154#define TCG_AREG0 TCG_REG_I0 155 156#define TCG_TARGET_DEFAULT_MO (0) |
157#define TCG_TARGET_HAS_MEMORY_BSWAP 1 | |
158#define TCG_TARGET_NEED_LDST_LABELS 159#define TCG_TARGET_NEED_POOL_LABELS 160 161#endif | 157#define TCG_TARGET_NEED_LDST_LABELS 158#define TCG_TARGET_NEED_POOL_LABELS 159 160#endif |