DynamoRIO / dynamorio

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

i#2626 AArch64: Add missing MSR variants #6841

Closed jackgallagher-arm closed 3 weeks ago

jackgallagher-arm commented 3 weeks ago

Extends INSTR_CREATE_msr to be able to encode the immediate variant of the MSR instruction:

    MSR <pstatefield>, #<imm>

Adds codec support for some missing pstatefields, and adds missing IR and disassembly tests for MSR.

Issue: #2626