Home
last modified time | relevance | path

Searched refs:argstr (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrFormatsC.td13 class RVInst16<dag outs, dag ins, string opcodestr, string argstr,
15 : RVInstCommon<outs, ins, opcodestr, argstr, pattern, format> {
26 string opcodestr, string argstr>
27 : RVInst16<outs, ins, opcodestr, argstr, [], InstFormatCR> {
41 string opcodestr, string argstr>
42 : RVInst16<outs, ins, opcodestr, argstr, [], InstFormatCI> {
56 string opcodestr, string argstr>
57 : RVInst16<outs, ins, opcodestr, argstr, [], InstFormatCSS> {
68 string opcodestr, string argstr>
69 : RVInst16<outs, ins, opcodestr, argstr, [], InstFormatCIW> {
[all …]
H A DRISCVInstrFormatsV.td57 class RVInstSetiVLi<dag outs, dag ins, string opcodestr, string argstr>
58 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatI> {
74 class RVInstSetVLi<dag outs, dag ins, string opcodestr, string argstr>
75 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatI> {
90 class RVInstSetVL<dag outs, dag ins, string opcodestr, string argstr>
91 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> {
108 string opcodestr, string argstr>
109 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> {
128 string opcodestr, string argstr>
129 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> {
[all …]
H A DRISCVInstrFormats.td161 class RVInstCommon<dag outs, dag ins, string opcodestr, string argstr,
167 let AsmString = opcodestr # !if(!empty(argstr), "", "\t" # argstr);
228 class RVInst<dag outs, dag ins, string opcodestr, string argstr,
230 : RVInstCommon<outs, ins, opcodestr, argstr, pattern, format> {
241 class Pseudo<dag outs, dag ins, list<dag> pattern, string opcodestr = "", string argstr = "">
242 : RVInst<outs, ins, opcodestr, argstr, pattern, InstFormatPseudo> {
289 dag ins, string opcodestr, string argstr>
290 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> {
303 dag ins, string opcodestr, string argstr>
304 : RVInstRBase<funct3, opcode, outs, ins, opcodestr, argstr> {
[all …]
H A DRISCVInstrInfoZimop.td15 dag outs, dag ins, string opcodestr, string argstr>
16 : RVInstIBase<funct3, opcode, outs, ins, opcodestr, argstr> {
26 dag outs, dag ins, string opcodestr, string argstr>
27 : RVInstRBase<funct3, opcode, outs, ins, opcodestr, argstr> {
H A DRISCVInstrInfoXCV.td15 string opcodestr, string argstr>
16 : RVInstIBase<funct3, OPC_CUSTOM_2, outs, ins, opcodestr, argstr> {
282 dag ins, string opcodestr, string argstr>
283 : RVInstRBase<funct3, opcode, outs, ins, opcodestr, argstr> {
291 dag outs, dag ins, string opcodestr, string argstr>
292 : RVInstIBase<funct3, opcode, outs, ins, opcodestr, argstr> {
491 string opcodestr, string argstr>
492 : RVInstB<funct3, OPC_CUSTOM_0, outs, ins, opcodestr, argstr> {
588 string opcodestr, string argstr>
589 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatOthe
[all...]
H A DRISCVInstrInfoXwch.td14 string opcodestr, string argstr>
15 : RVInst16<outs, ins, opcodestr, argstr, [], InstFormatOther> {
H A DRISCVInstrInfoZfa.td
H A DRISCVInstrInfoXSf.td59 string opcodestr, string argstr>
60 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> {
81 string opcodestr, string argstr>
82 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> {
H A DRISCVInstrInfoXTHead.td42 string opcodestr, string argstr>
43 : RVInstVV<funct6, opv, outs, ins, opcodestr, argstr> {
50 string opcodestr, string argstr>
51 : RVInstVX<funct6, opv, outs, ins, opcodestr, argstr> {
H A DRISCVInstrInfoZvk.td33 string argstr>
34 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> {
/freebsd/stand/lua/
H A Dcore.lua42 local function composeLoaderCmd(cmd_name, argstr)
43 if argstr ~= nil then
44 cmd_name = cmd_name .. " " .. argstr
387 function core.autoboot(argstr)
393 loader.perform(composeLoaderCmd("autoboot", argstr))
396 function core.boot(argstr)
402 loader.perform(composeLoaderCmd("boot", argstr))
/freebsd/contrib/netbsd-tests/lib/libutil/
H A Dt_parsedate.c63 char argstr[128]; in parsecheck() local
71 snprintf(argstr, sizeof(argstr), "%s%s%s, %s%.*jd, %s%.*d", in parsecheck()
86 "parsedate(%s) returned -1\n", argstr); in parsecheck()
91 argstr, year, (int)tm.tm_year); in parsecheck()
95 argstr, month, (int)tm.tm_mon); in parsecheck()
99 argstr, day, (int)tm.tm_mday); in parsecheck()
103 argstr, hour, (int)tm.tm_hour); in parsecheck()
107 argstr, minute, (int)tm.tm_min); in parsecheck()
111 argstr, second, (int)tm.tm_sec); in parsecheck()
/freebsd/usr.bin/nl/
H A Dnl.c361 parse_numbering(const char *argstr, int section) in parse_numbering() argument
366 switch (argstr[0]) { in parse_numbering()
385 &argstr[1], REG_NEWLINE|REG_NOSUB)) != 0) { in parse_numbering()
392 &argstr[1]); in parse_numbering()
398 numbering_properties[section].name, argstr); in parse_numbering()
/freebsd/lib/libc/tests/stdio/
H A Dprintbasic_test.c67 _testfmt(const char *result, const char *argstr, const char *fmt,...) in _testfmt() argument
80 fmt, argstr, s, result); in _testfmt()
89 wfmt, argstr, ws, wresult); in _testfmt()
H A Dprintfloat_test.c59 _testfmt(const char *result, const char *argstr, const char *fmt,...) in _testfmt() argument
72 fmt, argstr, s, result); in _testfmt()
81 wfmt, argstr, ws, wresult); in _testfmt()
/freebsd/bin/sh/
H A Dexpand.c85 static const char *argstr(const char *, struct nodelist **restrict, int,
233 argstr(arg->narg.text, &argbackq, flag, &exparg); in expandarg()
265 argstr(const char *p, struct nodelist **restrict argbackq, int flag, in argstr() function
419 p = argstr(p, argbackq, 0, NULL); in expari()
550 p = argstr(p, argbackq, EXP_CASE | EXP_TILDE, NULL); in subevalvar_trim()
622 end = argstr(p, argbackq, EXP_TILDE, NULL); in subevalvar_misc()
757 return argstr(p, argbackq, in evalvar()
1444 argstr(pattern->narg.text, &argbackq, EXP_TILDE | EXP_CASE, NULL); in casematch()
H A DTOUR215 EXPAND.C: As the routine argstr generates words by parameter
/freebsd/contrib/kyua/engine/
H A Datf_result.cpp199 const std::string argstr = rest.substr(delim + 1, delim2 - delim - 1); in parse_with_reason_and_arg() local
200 arg = parse_int(argstr); in parse_with_reason_and_arg()
204 argstr % status); in parse_with_reason_and_arg()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSMEInstrFormats.td504 string mnemonic, string argstr>
505 : I<outs, ins, mnemonic, argstr, "", []>, Sched<[]> {
681 string mnemonic, string argstr>
682 : I<(outs), ins, mnemonic, argstr, "", []>, Sched<[]> {
874 string mnemonic, string argstr>
875 : I<outs, ins, mnemonic, argstr, "", []>, Sched<[]> {
1064 string mnemonic, string argstr>
1065 : I<outs, ins, mnemonic, argstr, "", []>, Sched<[]> {