DynamoRIO / dynamorio

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

i#2626 AArch64: Add missing INSTR_CREATE_orr macros #6843

Closed jackgallagher-arm closed 6 days ago

jackgallagher-arm commented 2 weeks ago

While working on another patch I noticed we were missing macros to create the GPR ORR instructions so this patch adds them along with IR unit tests.

Issue: #2626