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))
|