x64: Lower vany_true, vall_true, vhigh_bits, iconcat, and isplit in ISLE (#4787)
Lower vany_true, vall_true, vhigh_bits, iconcat, and isplit in ISLE.
This commit is contained in:
@@ -478,12 +478,6 @@ impl Inst {
|
||||
Inst::Ud2 { trap_code }
|
||||
}
|
||||
|
||||
pub(crate) fn setcc(cc: CC, dst: Writable<Reg>) -> Inst {
|
||||
debug_assert!(dst.to_reg().class() == RegClass::Int);
|
||||
let dst = WritableGpr::from_writable_reg(dst).unwrap();
|
||||
Inst::Setcc { cc, dst }
|
||||
}
|
||||
|
||||
pub(crate) fn cmove(size: OperandSize, cc: CC, src: RegMem, dst: Writable<Reg>) -> Inst {
|
||||
debug_assert!(size.is_one_of(&[
|
||||
OperandSize::Size16,
|
||||
|
||||
Reference in New Issue
Block a user