tcg/aarch64: Provide TCG_TARGET_{s}extract_valid
Trivially mirrors TCG_TARGET_HAS_{s}extract_*.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
4bce752c1a
commit
42ace08607
1 changed files with 3 additions and 0 deletions
|
|
@ -116,4 +116,7 @@
|
|||
#define TCG_TARGET_HAS_cmpsel_vec 0
|
||||
#define TCG_TARGET_HAS_tst_vec 1
|
||||
|
||||
#define TCG_TARGET_extract_valid(type, ofs, len) 1
|
||||
#define TCG_TARGET_sextract_valid(type, ofs, len) 1
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue