1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Define LoongArch target-specific constraint sets.
4  *
5  * Copyright (c) 2021 WANG Xuerui <git@xen0n.name>
6  *
7  * Based on tcg/riscv/tcg-target-con-set.h
8  *
9  * Copyright (c) 2021 Linaro
10  */
11 
12 /*
13  * C_On_Im(...) defines a constraint set with <n> outputs and <m> inputs.
14  * Each operand should be a sequence of constraint letters as defined by
15  * tcg-target-con-str.h; the constraint combination is inclusive or.
16  */
17 C_O0_I1(r)
18 C_O1_I1(r, r)
19