mirror of
https://github.com/yath/ghidra-xtensa.git
synced 2025-07-30 00:47:18 +02:00
Fix XSR constructor pattern
This commit is contained in:
@ -1295,6 +1295,6 @@ macro extract_bit(val, bit, result) {
|
||||
}
|
||||
|
||||
# XSR - Exchange Special Register, pg. 566.
|
||||
:xsr at, u8_8.15 is op2 = 0b1110 & op1 = 0b0001 & u8_8.15 & at & op0 = 0 {
|
||||
:xsr at, u8_8.15 is op2 = 0b0110 & op1 = 0b0001 & u8_8.15 & at & op0 = 0 {
|
||||
at = xsr(u8_8.15:1, at);
|
||||
}
|
||||
|
Reference in New Issue
Block a user