mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
tcg: spelling fixes
Acked-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Message-Id: <20230823065335.1919380-4-mjt@tls.msk.ru> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
b08caa6d50
commit
4daad8d9d6
3 changed files with 9 additions and 7 deletions
|
@ -69,7 +69,7 @@ static const char * const tcg_target_reg_names[TCG_TARGET_NB_REGS] = {
|
|||
|
||||
static const int tcg_target_reg_alloc_order[] = {
|
||||
/* Call saved registers */
|
||||
/* TCG_REG_S0 reservered for TCG_AREG0 */
|
||||
/* TCG_REG_S0 reserved for TCG_AREG0 */
|
||||
TCG_REG_S1,
|
||||
TCG_REG_S2,
|
||||
TCG_REG_S3,
|
||||
|
@ -260,7 +260,7 @@ typedef enum {
|
|||
/* Zba: Bit manipulation extension, address generation */
|
||||
OPC_ADD_UW = 0x0800003b,
|
||||
|
||||
/* Zbb: Bit manipulation extension, basic bit manipulaton */
|
||||
/* Zbb: Bit manipulation extension, basic bit manipulation */
|
||||
OPC_ANDN = 0x40007033,
|
||||
OPC_CLZ = 0x60001013,
|
||||
OPC_CLZW = 0x6000101b,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue