Searched refs:inst_name (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_cfg_section.c | 27 const char *inst_name, in adf_cfg_set_core_number_for_instance() argument 61 if (adf_cfg_get_param_value(accel_dev, sec_name, inst_name, core_val)) in adf_cfg_set_core_number_for_instance()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoVSDPatterns.td | 358 string inst_name, 365 (!cast<Instruction>(inst_name#"_VV_"#fvti.LMul.MX) 370 (!cast<Instruction>(inst_name#"_V"#fvti.ScalarSuffix#"_"#fvti.LMul.MX) 383 multiclass VPatExtendSDNode_V<list<SDNode> ops, string inst_name, string suffix, 392 (!cast<Instruction>(inst_name#"_"#suffix#"_"#vti.LMul.MX)
|
H A D | RISCVInstrInfoVVLPatterns.td | 1212 string inst_name, 1222 (!cast<Instruction>(inst_name#"_VV_"#fvti.LMul.MX#"_MASK") 1232 (!cast<Instruction>(inst_name#"_V"#fvti.ScalarSuffix#"_"#fvti.LMul.MX#"_MASK") 1250 multiclass VPatExtendVL_V<SDNode vop, string inst_name, string suffix, 1259 (!cast<Instruction>(inst_name#"_"#suffix#"_"#vti.LMul.MX#"_MASK")
|