about summary refs log tree commit diff stats
path: root/src/rv64detect.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [WOW64] Refactored host extention detection and added preliminary support ↵Yang Liu2025-06-161-126/+0
| | | | for WowBox64 (#2752)
* [DYNACACHE] Refactored cpu extension, will be used in dynacache signature checksptitSeb2025-06-141-20/+20
|
* [RV64] Improved vendor extension detection to avoid conflicts (for #2645)Yang Liu2025-05-201-37/+51
|
* [CORE] Simplified xhead* detection and standardized extension display (#2261)Yang Liu2025-01-141-50/+9
|
* [RV64_DYNAREC] Added preliminary xtheadvector support (#1892)Yang Liu2024-10-021-2/+8
| | | | | * [RV64_DYNAREC] Added preliminary xtheadvector support * [RV64_DYNAREC] Fixed more unaligned issue
* [RV64_DYNAREC] Added vlen detection (#1694)Yang Liu2024-07-181-1/+11
|
* [RV64_DYNAREC] Added preliminary RVV infra and PXOR opcode for demonstration ↵Yang Liu2024-07-041-1/+2
| | | | | | | | | | | | | (#1632) * [RV64_DYNAREC] Added preliminary RVV infra and PXOR opcode for demonstration * keep sse_cache_s uint8_t as suggested * use xor to do the wrap * revert * better fallback
* [RV64_DYNAREC] Detect vector extension (#1619)Yang Liu2024-06-271-0/+5
|
* [RV64] Made Zba and Xthead* detection mutually exclusive (#1514)Yang Liu2024-05-211-54/+55
|
* Try to fix memory instructions detectionYang Liu2023-09-111-5/+6
|
* [RV64_DYNAREC] Added thead vendor extension detectionYang Liu2023-09-111-1/+60
|
* [RV64_DYNAREC] Improved a bit the rv64 extension detection codeptitSeb2023-05-021-3/+3
|
* [RV64_DYNAREC] Add detection of Zba, Zbb, Zbc and Zbs CPU extensionsptitSeb2023-05-011-0/+70