Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
12 lines
259 B
C
12 lines
259 B
C
/* SPDX-License-Identifier: MIT */
|
|
/*
|
|
* Define TCI target-specific operand constraints.
|
|
* Copyright (c) 2021 Linaro
|
|
*/
|
|
|
|
/*
|
|
* Define constraint letters for register sets:
|
|
* REGS(letter, register_mask)
|
|
*/
|
|
REGS('r', MAKE_64BIT_MASK(0, TCG_TARGET_NB_REGS))
|