]> git.proxmox.com Git - mirror_qemu.git/blame - tcg/ppc/tcg-target-con-set.h
Merge tag 'pull-target-arm-20240111' of https://git.linaro.org/people/pmaydell/qemu...
[mirror_qemu.git] / tcg / ppc / tcg-target-con-set.h
CommitLineData
6893016b
RH
1/* SPDX-License-Identifier: MIT */
2/*
3 * Define PowerPC target-specific constraint sets.
4 * Copyright (c) 2021 Linaro
5 */
6
7/*
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.
11 */
12C_O0_I1(r)
13C_O0_I2(r, r)
14C_O0_I2(r, ri)
6893016b 15C_O0_I2(v, r)
b41b43a4 16C_O0_I3(r, r, r)
526cd4ec 17C_O0_I3(o, m, r)
6893016b 18C_O0_I4(r, r, ri, ri)
b41b43a4 19C_O0_I4(r, r, r, r)
6893016b
RH
20C_O1_I1(r, r)
21C_O1_I1(v, r)
22C_O1_I1(v, v)
23C_O1_I1(v, vr)
24C_O1_I2(r, 0, rZ)
6893016b
RH
25C_O1_I2(r, rI, ri)
26C_O1_I2(r, rI, rT)
27C_O1_I2(r, r, r)
28C_O1_I2(r, r, ri)
29C_O1_I2(r, r, rI)
30C_O1_I2(r, r, rT)
31C_O1_I2(r, r, rU)
32C_O1_I2(r, r, rZW)
33C_O1_I2(v, v, v)
34C_O1_I3(v, v, v, v)
35C_O1_I4(r, r, ri, rZ, rZ)
36C_O1_I4(r, r, r, ri, ri)
b41b43a4 37C_O2_I1(r, r, r)
ca5bed07 38C_N1O1_I1(o, m, r)
b41b43a4 39C_O2_I2(r, r, r, r)
6893016b
RH
40C_O2_I4(r, r, rI, rZM, r, r)
41C_O2_I4(r, r, r, r, rI, rZM)