Remove xmm_r_r inst data structure and cases after related refactoring
Removes unneeded data structure that was holding instructions for xmm based move instructions. These instructions can should be categorized as rm not just r. This change is intended to simplify organization and cases when lowering.
This commit is contained in:
committed by
Benjamin Bouvier
parent
f2f7706265
commit
2d364f75bd
@@ -302,7 +302,7 @@ impl SseOpcode {
|
||||
}
|
||||
}
|
||||
|
||||
/// Returns src register operand size for an instruction
|
||||
/// Returns the src operand size for an instruction
|
||||
pub(crate) fn src_size(&self) -> u8 {
|
||||
match self {
|
||||
SseOpcode::Movd => 4,
|
||||
|
||||
Reference in New Issue
Block a user