Add support for palignr for X86_64 vcode backend
This commit is contained in:
@@ -1970,6 +1970,7 @@ pub(crate) fn emit(
|
||||
SseOpcode::Cmpss => (LegacyPrefixes::_F3, 0x0FC2, 2),
|
||||
SseOpcode::Cmpsd => (LegacyPrefixes::_F2, 0x0FC2, 2),
|
||||
SseOpcode::Insertps => (LegacyPrefixes::_66, 0x0F3A21, 3),
|
||||
SseOpcode::Palignr => (LegacyPrefixes::_66, 0x0F3A0F, 3),
|
||||
SseOpcode::Pinsrb => (LegacyPrefixes::_66, 0x0F3A20, 3),
|
||||
SseOpcode::Pinsrw => (LegacyPrefixes::_66, 0x0FC4, 2),
|
||||
SseOpcode::Pinsrd => (LegacyPrefixes::_66, 0x0F3A22, 3),
|
||||
|
||||
Reference in New Issue
Block a user