mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
Shuffle list slightly.
This commit is contained in:
parent
b03b408984
commit
5368f789f6
@ -516,13 +516,13 @@ constexpr bool supports(Operation operation, Repetition repetition) {
|
||||
|
||||
case Operation::INS:
|
||||
case Operation::OUTS:
|
||||
case Operation::LODS:
|
||||
return repetition == Repetition::RepE;
|
||||
|
||||
case Operation::STOS:
|
||||
case Operation::MOVS:
|
||||
case Operation::CMPS:
|
||||
case Operation::LODS:
|
||||
case Operation::MOVS:
|
||||
case Operation::SCAS:
|
||||
case Operation::STOS:
|
||||
return true;
|
||||
|
||||
case Operation::IDIV:
|
||||
|
Loading…
Reference in New Issue
Block a user