Home
last modified time | relevance | path

Searched refs:PL (Results 1 – 25 of 95) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrArithmetic.td112 def 8r_EVEX : MulDivOpR<o, RegMRM, m, Xi8, WriteIMul8, []>, PL;
114 def 16r_EVEX : MulDivOpR<o, RegMRM, m, Xi16, WriteIMul16, []>, PL, PD;
116 def 32r_EVEX : MulDivOpR<o, RegMRM, m, Xi32, WriteIMul32, []>, PL;
118 def 64r_EVEX : MulDivOpR<o, RegMRM, m, Xi64, WriteIMul64, []>, PL;
120 def 8m_EVEX : MulDivOpM<o, MemMRM, m, Xi8, WriteIMul8, []>, PL;
122 def 16m_EVEX : MulDivOpM<o, MemMRM, m, Xi16, WriteIMul16, []>, PL, PD;
124 def 32m_EVEX : MulDivOpM<o, MemMRM, m, Xi32, WriteIMul32, []>, PL;
126 def 64m_EVEX : MulDivOpM<o, MemMRM, m, Xi64, WriteIMul64, []>, PL;
174 def 8r_EVEX : MulDivOpR<o, RegMRM, m, Xi8, sched8, []>, PL;
176 def 16r_EVEX : MulDivOpR<o, RegMRM, m, Xi16, sched16, []>, PL, PD;
[all …]
H A DX86InstrCMovSetCC.td159 XD, PL, Sched<[WriteSETCC]>;
166 XD, PL, Sched<[WriteSETCCStore]>;
/freebsd/tools/tools/nanobsd/
H A Dfill_pkg.sh152 PL=$NANO_PKG_DIR/_list
153 true > "$PL"
156 ports_recurse "$PL" "$NANO_PKG_DUMP" "$p"
159 for i in `cat "$PL"` ; do
168 rm -f "$PL"
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h36 PL, // Plus, positive or zero >, ==, or unordered enumerator
55 case MI: return PL; in getOppositeCondition()
56 case PL: return MI; in getOppositeCondition()
153 case ARMCC::PL: return "pl"; in ARMCondCodeToString()
176 .Case("pl", ARMCC::PL) in ARMCondCodeFromString()
/freebsd/contrib/bmake/unit-tests/
H A Dopt-debug-lint.mk74 .if ${value:${:UL}PL} != "LPL}" # FIXME: "LPL}" is unexpected here.
75 . error ${value:${:UL}PL}
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/
H A DSIGNATURE12 not run its Makefile.PL or Build.PL.
23 SHA1 f7634b46dde2cf8c6f31fe46327d15151d654a2c Makefile.PL
H A DINSTALL4 perl Makefile.PL
H A DMANIFEST8 Makefile.PL
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp451 for (auto *PL = DL->getParentLoop(); PL; PL = PL->getParentLoop()) in deleteDeadLoopBlocks() local
453 PL->removeBlockFromLoop(BB); in deleteDeadLoopBlocks()
/freebsd/libexec/getty/
H A Dmain.c316 if (IMP && *IMP && !(PL && PP)) in main()
318 if (IM && *IM && !(PL && PP)) in main()
345 } else if (!(PL && PP)) in main()
347 if (rval == 2 || (PL && PP)) { in main()
H A Dgettytab.h173 #define PL gettyflags[25].value macro
/freebsd/secure/caroot/trusted/
H A DCertum_EC-384_CA.pem20 …Issuer: C = PL, O = Asseco Data Systems S.A., OU = Certum Certification Authority, CN = Certum EC-…
24 …Subject: C = PL, O = Asseco Data Systems S.A., OU = Certum Certification Authority, CN = Certum EC…
H A DCertum_Trusted_Network_CA.pem19 …Issuer: C = PL, O = Unizeto Technologies S.A., OU = Certum Certification Authority, CN = Certum Tr…
23 …Subject: C = PL, O = Unizeto Technologies S.A., OU = Certum Certification Authority, CN = Certum T…
H A DSZAFIR_ROOT_CA2.pem20 Issuer: C = PL, O = Krajowa Izba Rozliczeniowa S.A., CN = SZAFIR ROOT CA2
24 Subject: C = PL, O = Krajowa Izba Rozliczeniowa S.A., CN = SZAFIR ROOT CA2
H A DCertum_Trusted_Network_CA_2.pem20 …Issuer: C = PL, O = Unizeto Technologies S.A., OU = Certum Certification Authority, CN = Certum Tr…
24 …Subject: C = PL, O = Unizeto Technologies S.A., OU = Certum Certification Authority, CN = Certum T…
H A DCertum_Trusted_Root_CA.pem20 …Issuer: C = PL, O = Asseco Data Systems S.A., OU = Certum Certification Authority, CN = Certum Tru…
24 …Subject: C = PL, O = Asseco Data Systems S.A., OU = Certum Certification Authority, CN = Certum Tr…
/freebsd/sys/contrib/device-tree/Bindings/fpga/
H A Dxlnx,zynqmp-pcap-fpga.txt3 Programmable Logic (PL). The configuration uses the firmware interface.
/freebsd/secure/caroot/untrusted/
H A DCertum_Root_CA.pem17 Issuer: C = PL, O = Unizeto Sp. z o.o., CN = Certum CA
21 Subject: C = PL, O = Unizeto Sp. z o.o., CN = Certum CA
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dxlnx,i2s.txt1 Device-Tree bindings for Xilinx I2S PL block
H A Dxlnx,audio-formatter.txt1 Device-Tree bindings for Xilinx PL audio formatter
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp615 void Module::setPICLevel(PICLevel::Level PL) { in setPICLevel() argument
618 addModuleFlag(ModFlagBehavior::Min, "PIC Level", PL); in setPICLevel()
631 void Module::setPIELevel(PIELevel::Level PL) { in setPIELevel() argument
632 addModuleFlag(ModFlagBehavior::Max, "PIE Level", PL); in setPIELevel()
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-a64-olinuxino.dts206 /* VCC-PL is powered by aldo2 but we cannot add it as the RSB */
207 /* interface used to talk to the PMIC in on the PL pins */
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h261 PL = 0x5, // Plus, positive or zero >, ==, or unordered enumerator
290 case PL: return "pl"; in getCondCodeName()
324 case PL: return 0; // N == 0 in getNZCVToSatisfyCondCode()
/freebsd/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.h185 ISO_RRIP_PLINK PL; member
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/
H A Dzynqmp-zcu111-revA.dts45 /* Another 4GB connected to PL */
443 /* refclk5 PL CLK100 */
448 /* refclk6 PL CLK125 */

1234