Lines Matching refs:Operand
6 use crate::cdsl::operands::Operand;
42 pub operands_in: Vec<Operand>,
44 pub operands_out: Vec<Operand>,
126 operands_in: Option<Vec<Operand>>,
127 operands_out: Option<Vec<Operand>>,
162 pub fn operands_in(mut self, operands: Vec<Operand>) -> Self { in operands_in()
168 pub fn operands_out(mut self, operands: Vec<Operand>) -> Self { in operands_out()
284 fn verify_format(inst_name: &str, operands_in: &[Operand], format: &InstructionFormat) { in verify_format() argument
360 operands_in: &[Operand], in verify_polymorphic() argument
361 operands_out: &[Operand], in verify_polymorphic() argument
442 operands_in: &[Operand], in is_ctrl_typevar_candidate() argument
443 operands_out: &[Operand], in is_ctrl_typevar_candidate() argument