1 /* SPDX-License-Identifier: MIT */
3 * Define Sparc target-specific constraint sets.
4 * Copyright (c) 2021 Linaro
8 * C_On_Im(...) defines a constraint set with <n> outputs and <m> inputs.
9 * Each operand should be a sequence of constraint letters as defined by
10 * tcg-target-con-str.h; the constraint combination is inclusive or.
28 C_O1_I4(r
, rZ
, rJ
, rI
, 0)
29 C_O1_I4(R
, RZ
, RJ
, RI
, 0)
31 C_O2_I4(R
, R
, RZ
, RZ
, RJ
, RI
)
32 C_O2_I4(r
, r
, rZ
, rZ
, rJ
, rJ
)