Searched refs:opcode_mod (Results 1 – 2 of 2) sorted by relevance
29 opcode_mod: None, in rex()190 pub opcode_mod: Option<OpcodeMod>, field302 opcode_mod: Some(OpcodeMod::rb), in rb()312 opcode_mod: Some(OpcodeMod::rw), in rw()322 opcode_mod: Some(OpcodeMod::rd), in rd()332 opcode_mod: Some(OpcodeMod::ro), in ro()353 if let Some(opcode_mod) = &self.opcode_mod { in validate()361 .all(|o| o.location.bits() == opcode_mod.bits().into()), in validate()403 if let Some(opcode_mod) = &self.opcode_mod { in fmt()
156 assert!(rex.opcode_mod.is_some()); in generate_rex_prefix()172 assert!(rex.opcode_mod.is_some()); in generate_rex_prefix()518 if self.opcode_mod.is_some() { in generate_opcodes()