arm64: add support for I8X16 ICmp

Copyright (c) 2020, Arm Limited.
This commit is contained in:
Joey Gouly
2020-06-02 16:58:09 +01:00
parent 1acbad089a
commit 90a421193f
7 changed files with 274 additions and 24 deletions

View File

@@ -319,6 +319,7 @@ pub fn show_vreg_vector(reg: Reg, mb_rru: Option<&RealRegUniverse>, ty: Type) ->
let mut s = reg.show_rru(mb_rru);
match ty {
I8X16 => s.push_str(".16b"),
F32X2 => s.push_str(".2s"),
_ => unimplemented!(),
}