tcg-target.h (b52388129bf0097954515c097e83e6112de1b579) tcg-target.h (7b8801071951c55dc506c1fca8b40ba292a28d6e)
1/*
2 * Tiny Code Generator for QEMU
3 *
4 * Copyright (c) 2009, 2011 Stefan Weil
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

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

171#define HAVE_TCG_QEMU_TB_EXEC
172#define TCG_TARGET_NEED_POOL_LABELS
173
174/* We could notice __i386__ or __s390x__ and reduce the barriers depending
175 on the host. But if you want performance, you use the normal backend.
176 We prefer consistency across hosts on this. */
177#define TCG_TARGET_DEFAULT_MO (0)
178
1/*
2 * Tiny Code Generator for QEMU
3 *
4 * Copyright (c) 2009, 2011 Stefan Weil
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

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

171#define HAVE_TCG_QEMU_TB_EXEC
172#define TCG_TARGET_NEED_POOL_LABELS
173
174/* We could notice __i386__ or __s390x__ and reduce the barriers depending
175 on the host. But if you want performance, you use the normal backend.
176 We prefer consistency across hosts on this. */
177#define TCG_TARGET_DEFAULT_MO (0)
178
179#define TCG_TARGET_HAS_MEMORY_BSWAP 1
180
181#endif /* TCG_TARGET_H */
179#endif /* TCG_TARGET_H */