Cranelift AArch64: Various small fixes
* Use FMOV to move 64-bit FP registers and SIMD vectors. * Add support for additional vector load types. * Fix the printing of Inst::LoadAddr. Copyright (c) 2020, Arm Limited.
This commit is contained in:
@@ -4219,8 +4219,8 @@ fn test_aarch64_binemit() {
|
||||
rd: writable_vreg(8),
|
||||
rn: vreg(4),
|
||||
},
|
||||
"881CA40E",
|
||||
"mov v8.8b, v4.8b",
|
||||
"8840601E",
|
||||
"fmov d8, d4",
|
||||
));
|
||||
|
||||
insns.push((
|
||||
|
||||
Reference in New Issue
Block a user