| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* [RV64_DYNAREC] Added 0F 38 06 PHSUBD opcode
* [RV64_DYNAREC] Added 0F 38 07 PHSUBSW opcode
* [RV64_DYNAREC] Added 0F 38 05 PHSUBW opcode
* [RV64_DYNAREC] Added 0F C4 PINSRW opcode
* [RV64_DYNAREC] Added 0F 38 04 PMADDUBSW opcode
* [RV64_DYNAREC] Added 0F EE PMAXSW opcode
* [RV64_DYNAREC] Optimized SSE packed min/max
* [RV64_DYNAREC] Added 0F DE PMAXUB opcode
* [RV64_DYNAREC] Added 0F EA PMINSW opcode
* [RV64_DYNAREC] Added 0F DA PMINUB opcode
* [RV64_DYNAREC] Optimized 0F D9 PSUBUSW opcode
* [RV64_DYNAREC] Added 0F D7 PMOVMSKB opcode
* [RV64_DYNAREC] Optimized (66) 0F D7 PMOVMSKB opcode
* [RV64_DYNAREC] Switched to the simpler implementation for PMOVMSKB
|