mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-24 21:21:56 +00:00
GP-4046: review fix
This commit is contained in:
parent
066ce5f71b
commit
27381f9283
@ -645,10 +645,10 @@ feature of <span class="emphasis"><em>clr</em></span> from <span class="emphasis
|
||||
that the two fields, specifying the two register inputs
|
||||
to <span class="emphasis"><em>xor</em></span>, are equal. The easiest way to specify
|
||||
this special case is with the general constraint,
|
||||
“<span class="emphasis"><em>r2</em></span> = <span class="emphasis"><em>r1</em></span>”, as in the second
|
||||
“<span class="emphasis"><em>r1</em></span> = <span class="emphasis"><em>r2</em></span>”, as in the second
|
||||
line of the example. The SLEIGH compiler will implement this by
|
||||
enumerating all the cases where <span class="emphasis"><em>r2</em></span>
|
||||
equals <span class="emphasis"><em>r1</em></span>, creating as many states as there are
|
||||
enumerating all the cases where <span class="emphasis"><em>r1</em></span>
|
||||
equals <span class="emphasis"><em>r2</em></span>, creating as many states as there are
|
||||
registers. But the specification itself, at least, remains compact.
|
||||
</p>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user