Home
last modified time | relevance | path

Searched refs:opcode_mod (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/cranelift/assembler-x64/meta/src/dsl/
H A Dencoding.rs29 opcode_mod: None, in rex()
190 pub opcode_mod: Option<OpcodeMod>, field
302 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()
/wasmtime-44.0.1/cranelift/assembler-x64/meta/src/generate/
H A Dformat.rs156 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()