DynamoRIO / dynamorio

Dynamic Instrumentation Tool Platform
Other
2.57k stars 550 forks source link

i#3544 RV64 vector part3: Add vector instruction codec test #6859

Open chenhy0106 opened 3 days ago

chenhy0106 commented 3 days ago

This is a follow-up patch of adding RISC-V vector (RVV) extension support to the core, part1 in PR https://github.com/DynamoRIO/dynamorio/pull/6810 (https://github.com/DynamoRIO/dynamorio/commit/f1ce1bca75ed24782f459543ecce57febd44311c), part2 in PR https://github.com/DynamoRIO/dynamorio/pull/6848 (https://github.com/DynamoRIO/dynamorio/commit/59d0360f3d68433c31d95c0b82082eaac275cd5c).

This patch adds ir-test of RISC-V vector extension.

Issue: #3544