|
@@ -24,17 +24,6 @@
|
|
#include "tcg/tcg-mo.h"
|
|
#include "tcg/tcg-mo.h"
|
|
#include "tcg-internal.h"
|
|
#include "tcg-internal.h"
|
|
|
|
|
|
-
|
|
|
|
-/* Reduce the number of ifdefs below. This assumes that all uses of
|
|
|
|
- TCGV_HIGH and TCGV_LOW are properly protected by a conditional that
|
|
|
|
- the compiler can eliminate. */
|
|
|
|
-#if TCG_TARGET_REG_BITS == 64
|
|
|
|
-extern TCGv_i32 TCGV_LOW_link_error(TCGv_i64);
|
|
|
|
-extern TCGv_i32 TCGV_HIGH_link_error(TCGv_i64);
|
|
|
|
-#define TCGV_LOW TCGV_LOW_link_error
|
|
|
|
-#define TCGV_HIGH TCGV_HIGH_link_error
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
/*
|
|
/*
|
|
* Vector optional opcode tracking.
|
|
* Vector optional opcode tracking.
|
|
* Except for the basic logical operations (and, or, xor), and
|
|
* Except for the basic logical operations (and, or, xor), and
|