x64: Fix the formatting for andn (#5789)
* Print AluRmRVex instructions with the destination last * Update andn tests
This commit is contained in:
@@ -762,9 +762,9 @@ impl PrettyPrint for Inst {
|
||||
format!(
|
||||
"{} {}, {}, {}",
|
||||
ljustify2(op.to_string(), String::new()),
|
||||
dst,
|
||||
src1,
|
||||
src2,
|
||||
src1,
|
||||
dst,
|
||||
)
|
||||
}
|
||||
Inst::UnaryRmR { src, dst, op, size } => {
|
||||
|
||||
Reference in New Issue
Block a user