mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
tcg/ppc: Implement cmpsel_vec
Do not allow cmpsel_vec to be expanded early, so that we can make the correct decision wrt the sense of the comparison. Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
782cffa4ce
commit
d0dabf9ec5
3 changed files with 54 additions and 9 deletions
|
@ -33,6 +33,7 @@ C_O1_I2(r, r, rU)
|
|||
C_O1_I2(r, r, rZW)
|
||||
C_O1_I2(v, v, v)
|
||||
C_O1_I3(v, v, v, v)
|
||||
C_O1_I4(v, v, v, v, v)
|
||||
C_O1_I4(r, r, rC, rZ, rZ)
|
||||
C_O1_I4(r, r, r, ri, ri)
|
||||
C_O2_I1(r, r, r)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue