mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
tcg/sparc64: Rename from tcg/sparc
Emphasize that we only support full 64-bit code generation. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
3a5f6805c7
commit
6d0b52ed88
6 changed files with 2 additions and 4 deletions
32
tcg/sparc64/tcg-target-con-set.h
Normal file
32
tcg/sparc64/tcg-target-con-set.h
Normal file
|
@ -0,0 +1,32 @@
|
|||
/* SPDX-License-Identifier: MIT */
|
||||
/*
|
||||
* Define Sparc target-specific constraint sets.
|
||||
* Copyright (c) 2021 Linaro
|
||||
*/
|
||||
|
||||
/*
|
||||
* C_On_Im(...) defines a constraint set with <n> outputs and <m> inputs.
|
||||
* Each operand should be a sequence of constraint letters as defined by
|
||||
* tcg-target-con-str.h; the constraint combination is inclusive or.
|
||||
*/
|
||||
C_O0_I1(r)
|
||||
C_O0_I2(rZ, r)
|
||||
C_O0_I2(RZ, r)
|
||||
C_O0_I2(rZ, rJ)
|
||||
C_O0_I2(RZ, RJ)
|
||||
C_O0_I2(sZ, A)
|
||||
C_O0_I2(SZ, A)
|
||||
C_O1_I1(r, A)
|
||||
C_O1_I1(R, A)
|
||||
C_O1_I1(r, r)
|
||||
C_O1_I1(r, R)
|
||||
C_O1_I1(R, r)
|
||||
C_O1_I1(R, R)
|
||||
C_O1_I2(R, R, R)
|
||||
C_O1_I2(r, rZ, rJ)
|
||||
C_O1_I2(R, RZ, RJ)
|
||||
C_O1_I4(r, rZ, rJ, rI, 0)
|
||||
C_O1_I4(R, RZ, RJ, RI, 0)
|
||||
C_O2_I2(r, r, rZ, rJ)
|
||||
C_O2_I4(R, R, RZ, RZ, RJ, RI)
|
||||
C_O2_I4(r, r, rZ, rZ, rJ, rJ)
|
Loading…
Add table
Add a link
Reference in a new issue