tcg-target.h (278238505d28d292927bff7683f39fb4fbca7fd1) tcg-target.h (7b8801071951c55dc506c1fca8b40ba292a28d6e)
1/*
2 * Tiny Code Generator for QEMU
3 *
4 * Copyright (c) 2008-2009 Arnaud Patard <arnaud.patard@rtp-net.org>
5 * Copyright (c) 2009 Aurelien Jarno <aurelien@aurel32.net>
6 * Based on i386/tcg-target.c - Copyright (c) 2008 Fabrice Bellard
7 *
8 * Permission is hereby granted, free of charge, to any person obtaining a copy

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

200
201#if TCG_TARGET_REG_BITS == 64
202#define TCG_TARGET_HAS_neg_i64 0 /* sub rd, zero, rt */
203#define TCG_TARGET_HAS_ext8u_i64 0 /* andi rt, rs, 0xff */
204#define TCG_TARGET_HAS_ext16u_i64 0 /* andi rt, rs, 0xffff */
205#endif
206
207#define TCG_TARGET_DEFAULT_MO 0
1/*
2 * Tiny Code Generator for QEMU
3 *
4 * Copyright (c) 2008-2009 Arnaud Patard <arnaud.patard@rtp-net.org>
5 * Copyright (c) 2009 Aurelien Jarno <aurelien@aurel32.net>
6 * Based on i386/tcg-target.c - Copyright (c) 2008 Fabrice Bellard
7 *
8 * Permission is hereby granted, free of charge, to any person obtaining a copy

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

200
201#if TCG_TARGET_REG_BITS == 64
202#define TCG_TARGET_HAS_neg_i64 0 /* sub rd, zero, rt */
203#define TCG_TARGET_HAS_ext8u_i64 0 /* andi rt, rs, 0xff */
204#define TCG_TARGET_HAS_ext16u_i64 0 /* andi rt, rs, 0xffff */
205#endif
206
207#define TCG_TARGET_DEFAULT_MO 0
208#define TCG_TARGET_HAS_MEMORY_BSWAP 0
209
210#define TCG_TARGET_NEED_LDST_LABELS
211
212#endif
208#define TCG_TARGET_NEED_LDST_LABELS
209
210#endif