tcg-target.h (47d3878422ed0216cb1d5d69c3b929f10a008cd4) tcg-target.h (7b8801071951c55dc506c1fca8b40ba292a28d6e)
1/*
2 * Tiny Code Generator for QEMU
3 *
4 * Copyright (c) 2018 SiFive, Inc
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

--- 154 unchanged lines hidden (view full) ---

163#define TCG_TARGET_HAS_muluh_i64 1
164#define TCG_TARGET_HAS_mulsh_i64 1
165
166#define TCG_TARGET_DEFAULT_MO (0)
167
168#define TCG_TARGET_NEED_LDST_LABELS
169#define TCG_TARGET_NEED_POOL_LABELS
170
1/*
2 * Tiny Code Generator for QEMU
3 *
4 * Copyright (c) 2018 SiFive, Inc
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

--- 154 unchanged lines hidden (view full) ---

163#define TCG_TARGET_HAS_muluh_i64 1
164#define TCG_TARGET_HAS_mulsh_i64 1
165
166#define TCG_TARGET_DEFAULT_MO (0)
167
168#define TCG_TARGET_NEED_LDST_LABELS
169#define TCG_TARGET_NEED_POOL_LABELS
170
171#define TCG_TARGET_HAS_MEMORY_BSWAP 0
172
173#endif
171#endif