Home
last modified time | relevance | path

Searched refs:Sm (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrVFP.td434 (outs SPR:$Sd), (ins SPR:$Sn, SPR:$Sm),
435 IIC_fpALU32, "vadd", ".f32\t$Sd, $Sn, $Sm",
436 [(set SPR:$Sd, (fadd SPR:$Sn, SPR:$Sm))]>,
445 (outs HPR:$Sd), (ins HPR:$Sn, HPR:$Sm),
446 IIC_fpALU16, "vadd", ".f16\t$Sd, $Sn, $Sm",
447 [(set (f16 HPR:$Sd), (fadd (f16 HPR:$Sn), (f16 HPR:$Sm)))]>,
459 (outs SPR:$Sd), (ins SPR:$Sn, SPR:$Sm),
460 IIC_fpALU32, "vsub", ".f32\t$Sd, $Sn, $Sm",
461 [(set SPR:$Sd, (fsub SPR:$Sn, SPR:$Sm))]>,
470 (outs HPR:$Sd), (ins HPR:$Sn, HPR:$Sm),
[all …]
H A DARMInstrFormats.td1913 bits<5> Sm;
1916 let Inst{3-0} = Sm{4-1};
1917 let Inst{5} = Sm{0};
1938 bits<5> Sm;
1943 let Inst{3-0} = Sm{4-1};
1944 let Inst{5} = Sm{0};
1974 bits<5> Sm;
1977 let Inst{3-0} = Sm{4-1};
1978 let Inst{5} = Sm{0};
2001 bits<5> Sm;
[all …]
/freebsd/crypto/heimdal/lib/wind/
H A DDerivedNormalizationProps.txt642 2ADC ; Full_Composition_Exclusion # Sm FORKING
808 219A..219B ; NFD_QC; N # Sm [2] LEFTWARDS ARROW WITH STROKE..RIGHTWARDS ARROW WITH STROKE
809 21AE ; NFD_QC; N # Sm LEFT RIGHT ARROW WITH STROKE
811 21CE..21CF ; NFD_QC; N # Sm [2] LEFT RIGHT DOUBLE ARROW WITH STROKE..RIGHTWARDS DOUBLE ARROW W…
812 2204 ; NFD_QC; N # Sm THERE DOES NOT EXIST
813 2209 ; NFD_QC; N # Sm NOT AN ELEMENT OF
814 220C ; NFD_QC; N # Sm DOES NOT CONTAIN AS MEMBER
815 2224 ; NFD_QC; N # Sm DOES NOT DIVIDE
816 2226 ; NFD_QC; N # Sm NOT PARALLEL TO
817 2241 ; NFD_QC; N # Sm NOT TILDE
[all …]
H A DUnicodeData.txt44 002B;PLUS SIGN;Sm;0;ES;;;;;N;;;;;
61 003C;LESS-THAN SIGN;Sm;0;ON;;;;;Y;;;;;
62 003D;EQUALS SIGN;Sm;0;ON;;;;;N;;;;;
63 003E;GREATER-THAN SIGN;Sm;0;ON;;;;;Y;;;;;
125 007C;VERTICAL LINE;Sm;0;ON;;;;;N;VERTICAL BAR;;;;
127 007E;TILDE;Sm;0;ON;;;;;N;;;;;
173 00AC;NOT SIGN;Sm;0;ON;;;;;N;;;;;
178 00B1;PLUS-MINUS SIGN;Sm;0;ET;;;;;N;PLUS-OR-MINUS SIGN;;;;
216 00D7;MULTIPLICATION SIGN;Sm;0;ON;;;;;N;;;;;
248 00F7;DIVISION SIGN;Sm;0;ON;;;;;N;;;;;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.h158 inline raw_ostream &operator<<(raw_ostream &OS, const ScheduleMetrics &Sm) {
161 << " ) is: " << Sm.getMetric() << " [ " << Sm.getBubbles() << "/"
162 << Sm.getLength() << " ]\n";
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVVMReflect.cpp60 explicit NVVMReflect(unsigned int Sm) : FunctionPass(ID), SmVersion(Sm) { in NVVMReflect() argument
/freebsd/contrib/openpam/
H A DLICENSE3 Copyright (c) 2004-2023 Dag-Erling Smørgrav
H A DCREDITS11 Dag-Erling Smørgrav <des@des.no>
/freebsd/contrib/bmake/mk/
H A Dnewlog.sh179 $STAT -t "${2:-$opt_f}" -f %Sm $1
/freebsd/crypto/openssl/test/recipes/04-test_pem_reading_data/
H A Ddsa-threecolumn.pem118 /Sm
/freebsd/contrib/ldns/
H A DREADME72 o Dag-Erling Smørgrav
H A DChangelog288 * Miscellaneous prototype fixes. Thanks Dag-Erling Smørgrav.
/freebsd/crypto/openssh/
H A DCREDITS36 Dag-Erling Smørgrav <des at freebsd.org> - Challenge-Response PAM code.
/freebsd/tools/tools/sysdoc/
H A Dtunables.mdoc1691 .Sm off
1694 .Sm on
1807 .Sm off
1810 .Sm on
/freebsd/contrib/ntp/ntpd/
H A Dntp.conf.def2198 .Sm off
2200 .Sm on
2295 .Sm off
2297 .Sm on
2344 .Sm off
2346 .Sm on
3066 .Sm off
3068 .Sm on
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp954 SDValue Sn, Sm; in buildHvxVectorReg()
967 Sm = DAG.getConstant(Rm, dl, MVT::i32); in buildHvxVectorReg()
968 HalfV1 = DAG.getNode(HexagonISD::VROR, dl, VecTy, {M, Sm}); in buildHvxVectorReg()
978 Sm = DAG.getConstant(Rm, dl, MVT::i32); in buildHvxVectorReg()
980 HalfV1 = DAG.getNode(HexagonISD::VROR, dl, VecTy, {M, Sm}); in buildHvxVectorReg()
955 SDValue Sn, Sm; buildHvxVectorReg() local
/freebsd/contrib/expat/
H A Dconfigure.ac26 dnl Copyright (c) 2024 Dag-Erling Smørgrav <des@des.dev>
H A DChanges83 Dag-Erling Smørgrav
/freebsd/contrib/mandoc/
H A DNEWS777 * mdoc(7): Fix an assertion failure on .Bl .Sm not followed by .It.
875 * Fix an assertion triggered by .Sm or .Db with multiple arguments.
947 * In the mdoc(7) parser, handling of .Sm with missing or invalid
1190 * fix "Sm" and "Bd" handling
/freebsd/contrib/tcpdump/
H A DCREDITS75 Dag-Erling Smørgrav <des at FreeBSD dot org>
/freebsd/sys/contrib/openzfs/
H A DAUTHORS164 Dag-Erling Smørgrav <des@FreeBSD.org>
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp8381 const unsigned Sm = MRI->getEncodingValue(Inst.getOperand(2).getReg()); in validateInstruction() local
8383 if (Sm1 != Sm + 1) in validateInstruction()
8390 const unsigned Sm = MRI->getEncodingValue(Inst.getOperand(0).getReg()); in validateInstruction() local
8392 if (Sm1 != Sm + 1) in validateInstruction()
/freebsd/contrib/unbound/doc/
H A DChangelog5786 - Fix incomplete prototypes reported by Dag-Erling Smørgrav.
6147 Smørgrav.
6349 globs (patch from Dag-Erling Smørgrav).
/freebsd/contrib/tzcode/
H A DNEWS
/freebsd/contrib/byacc/
H A DCHANGES145 definition (report by Dag-Erling Smørgrav).

12