Lines Matching refs:to_string
40 OperandKind::Reg(r) | OperandKind::FixedReg(r) => r.reg_class().unwrap().to_string(), in rust_param_raw()
59 let reg = r.reg_class().unwrap().to_string().to_lowercase(); in rust_convert_isle_to_assembler()
72 let reg_lower = reg.to_string().to_lowercase(); in rust_convert_isle_to_assembler()
86 let reg = rm.reg_class().unwrap().to_string().to_lowercase(); in rust_convert_isle_to_assembler()
160 let ty = loc.reg_class().unwrap().to_string(); in generate_macro_inst_fn()
257 OperandKind::Reg(r) | OperandKind::FixedReg(r) => r.reg_class().unwrap().to_string(), in isle_param_raw()
262 "SyntheticAmode".to_string() in isle_param_raw()
380 IsleConstructor::RetMemorySideEffect => "SyntheticAmode".to_string(), in isle_param_for_ctor()
381 IsleConstructor::NoReturnSideEffect => "".to_string(), in isle_param_for_ctor()
382 IsleConstructor::RetGpr | IsleConstructor::ConsumesFlagsReturnsGpr => "Gpr".to_string(), in isle_param_for_ctor()
383 IsleConstructor::RetXmm => "Xmm".to_string(), in isle_param_for_ctor()
384 IsleConstructor::RetValueRegs => "ValueRegs".to_string(), in isle_param_for_ctor()
528 (Some("TrapCode".to_string()), Some("trap".to_string())) in generate_isle_inst_decls()
589 .map(|o| o.location.to_string()) in generate_isle_inst_decls()
640 let alt_feature = alternate.feature.to_string(); in generate_isle_inst_decls()