pub fn rust_convert_isle_to_assembler(op: &Operand) -> String
Expand description
Returns the conversion function, if any, when converting the ISLE type for
this parameter to the assembler type for this parameter. Effectively
converts self.rust_param_raw()
to the assembler type.