Home
last modified time | relevance | path

Searched refs:opv (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrFormatsV.td107 class RVInstVV<bits<6> funct6, RISCVVFormat opv, dag outs, dag ins,
119 let Inst{14-12} = opv.Value;
127 class RVInstVX<bits<6> funct6, RISCVVFormat opv, dag outs, dag ins,
139 let Inst{14-12} = opv.Value;
147 class RVInstV2<bits<6> funct6, bits<5> vs2, RISCVVFormat opv, dag outs, dag ins,
158 let Inst{14-12} = opv.Value;
186 class RVInstV<bits<6> funct6, bits<5> vs1, RISCVVFormat opv, dag outs,
197 let Inst{14-12} = opv.Value;
H A DRISCVInstrInfoXRivos.td13 class CustomRivosVXI<bits<6> funct6, RISCVVFormat opv, dag outs, dag ins,
25 let Inst{14-12} = opv.Value;
34 class CustomRivosXVI<bits<6> funct6, RISCVVFormat opv, dag outs, dag ins,
46 let Inst{14-12} = opv.Value;
H A DRISCVInstrInfoV.td466 class VALUVV<bits<6> funct6, RISCVVFormat opv, string opcodestr>
467 : RVInstVV<funct6, opv, (outs VR:$vd),
472 class VALUmVV<bits<6> funct6, RISCVVFormat opv, string opcodestr>
473 : RVInstVV<funct6, opv, (outs VR:$vd),
478 class VALUrVV<bits<6> funct6, RISCVVFormat opv, string opcodestr,
480 : RVInstVV<funct6, opv, (outs VR:$vd_wb),
488 class VALUVVNoVm<bits<6> funct6, RISCVVFormat opv, string opcodestr>
489 : RVInstVV<funct6, opv, (outs VR:$vd),
496 class VALUVX<bits<6> funct6, RISCVVFormat opv, string opcodestr>
497 : RVInstVX<funct6, opv, (outs VR:$vd),
[all …]
H A DRISCVInstrInfoXTHead.td65 class THInstVdotVV<bits<6> funct6, RISCVVFormat opv, dag outs, dag ins,
67 : RVInstVV<funct6, opv, outs, ins, opcodestr, argstr> {
73 class THInstVdotVX<bits<6> funct6, RISCVVFormat opv, dag outs, dag ins,
75 : RVInstVX<funct6, opv, outs, ins, opcodestr, argstr> {
83 class THVdotALUrVV<bits<6> funct6, RISCVVFormat opv, string opcodestr,
85 : THInstVdotVV<funct6, opv, (outs VR:$vd_wb),
93 class THVdotALUrVX<bits<6> funct6, RISCVVFormat opv, string opcodestr,
95 : THInstVdotVX<funct6, opv, (outs VR:$vd_wb),
H A DRISCVInstrInfoZvk.td62 class PALUVVNoVm<bits<6> funct6, RISCVVFormat opv, string opcodestr>
63 : VALUVVNoVm<funct6, opv, opcodestr> {
68 class PALUVVNoVmTernary<bits<6> funct6, RISCVVFormat opv, string opcodestr>
69 : RVInstVV<funct6, opv, (outs VR:$vd_wb),
97 class PALUVs2NoVmBinary<bits<6> funct6, bits<5> vs1, RISCVVFormat opv,
99 : RVInstV<funct6, vs1, opv, (outs VR:$vd_wb), (ins VR:$vd, VR:$vs2),
107 RISCVVFormat opv, string opcodestr> {
109 def NAME # _VV : PALUVs2NoVmBinary<funct6_vv, vs1, opv, opcodestr # ".vv">,
112 def NAME # _VS : PALUVs2NoVmBinary<funct6_vs, vs1, opv, opcodestr # ".vs">,
H A DRISCVInstrInfoXSf.td182 class CustomSiFiveVMACC<bits<6> funct6, RISCVVFormat opv, string opcodestr>
183 : RVInstVCCustom2<funct6{5-2}, opv.Value, (outs VR:$rd), (ins VR:$rs1, VR:$rs2),
194 class CustomSiFiveVFNRCLIP<bits<6> funct6, RISCVVFormat opv, string opcodestr>
195 : VALUVF<funct6, opv, opcodestr>,
/freebsd/contrib/tcsh/
H A Dsh.exec.c148 Char *dp, **pv, **opv, **av, *sav; in doexec() local
252 opv = justabs; in doexec()
254 opv = v->vec; in doexec()
265 pv = opv; in doexec()
315 if (adrof(STRautorehash) && !rehashed && havhash && opv != justabs) { in doexec()
813 Char **opv, **pv; in iscommand() local
821 opv = justabs; in iscommand()
823 opv = v->vec; in iscommand()
829 pv = opv; in iscommand()
858 if (adrof(STRautorehash) && !rehashed && havhash && opv != justabs) { in iscommand()
/freebsd/tools/build/
H A Dcheckstyle9.pl2026 my $opv = $op . substr($curr_vars, $off, 1);
2046 } elsif ($opv eq ':B' && $ctx =~ /Wx[WE]/ &&
2052 } elsif ($op eq '->' || $opv eq ':B') {
2066 } elsif ($opv eq '*_') {
2073 $opv eq '*U' || $opv eq '-U' ||
2074 $opv eq '&U' || $opv eq '&&U') {
2103 } elsif ($opv eq ':C' || $opv eq ':L') {
2134 if (($opv eq ':O' && $ca =~ /\?$/) ||