/* SPDX-License-Identifier: MIT */ /* * Define LoongArch target-specific constraint sets. * * Copyright (c) 2021 WANG Xuerui * * Based on tcg/riscv/tcg-target-con-set.h * * Copyright (c) 2021 Linaro */ /* * C_On_Im(...) defines a constraint set with outputs and inputs. * Each operand should be a sequence of constraint letters as defined by * tcg-target-con-str.h; the constraint combination is inclusive or. */ C_O0_I1(r) C_O1_I1(r, r)