diff options
author | WANG Xuerui <git@xen0n.name> | 2021-12-21 13:40:54 +0800 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2021-12-21 13:17:06 -0800 |
commit | 9ee775cf29dfdf6cffa9b4280bda9aa0e535d99d (patch) | |
tree | cd37bccb18e82041e6c7ad331fc4858562f5c1c8 /tcg/loongarch64/tcg-target-con-set.h | |
parent | 94505c02f4fa8ef6469b692477b9b75d5f3c1f51 (diff) |
tcg/loongarch64: Implement setcond ops
Signed-off-by: WANG Xuerui <git@xen0n.name>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20211221054105.178795-21-git@xen0n.name>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/loongarch64/tcg-target-con-set.h')
-rw-r--r-- | tcg/loongarch64/tcg-target-con-set.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tcg/loongarch64/tcg-target-con-set.h b/tcg/loongarch64/tcg-target-con-set.h index 367689c2e2..a2ec61237e 100644 --- a/tcg/loongarch64/tcg-target-con-set.h +++ b/tcg/loongarch64/tcg-target-con-set.h @@ -22,6 +22,7 @@ C_O1_I2(r, r, ri) C_O1_I2(r, r, rI) C_O1_I2(r, r, rU) C_O1_I2(r, r, rW) +C_O1_I2(r, r, rZ) C_O1_I2(r, 0, rZ) C_O1_I2(r, rZ, rN) C_O1_I2(r, rZ, rZ) |