mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
PPC: Remove pointless optimization in BC_UNM.
This commit is contained in:
parent
14cd10e322
commit
3418512862
@ -1915,12 +1915,9 @@ static void build_ins(BuildCtx *ctx, BCOp op, int defop)
|
|||||||
case BC_UNM:
|
case BC_UNM:
|
||||||
| // RA = dst*8, RD = src*8
|
| // RA = dst*8, RD = src*8
|
||||||
| evlddx TMP0, BASE, RD
|
| evlddx TMP0, BASE, RD
|
||||||
| lus TMP1, 0x8000
|
|
||||||
| li TMP2, 0
|
|
||||||
| checknum TMP0
|
| checknum TMP0
|
||||||
| evmergelo TMP1, TMP1, TMP2
|
|
||||||
| checkfail ->vmeta_unm
|
| checkfail ->vmeta_unm
|
||||||
| evxor TMP0, TMP0, TMP1
|
| efdneg TMP0, TMP0
|
||||||
| ins_next1
|
| ins_next1
|
||||||
| evstddx TMP0, BASE, RA
|
| evstddx TMP0, BASE, RA
|
||||||
| ins_next2
|
| ins_next2
|
||||||
|
Loading…
Reference in New Issue
Block a user