Home
last modified time | relevance | path

Searched refs:W16 (Results 1 – 25 of 854) sorted by last modified time

12345678910>>...35

/dports/net-im/icmpchat/icmpchat-0.6/
H A Dsha256.c166 uint32_t *W, *W2, *W7, *W15, *W16; in SHA256Guts() local
179 W16 = &buf[0]; in SHA256Guts()
185 *(W++) = sigma1(*W2) + *(W7++) + sigma0(*W15) + *(W16++); in SHA256Guts()
/dports/math/gap/gap-4.11.0/pkg/loops-3.4.1/data/cc/
H A Dcc_cocycles_3.tbl308 2V{c 2V{f 2V{h 2V{k 2V{= 2V{^ 2W14 2W15 2W16 2W2W 2W3~ 2W45 2W4a 2W4d 2W4g 2W4\
/dports/japanese/nkf/stage/usr/local/share/licenses/ja-nkf-2.1.4,1/
H A DZLIB1195 {"utf16-input", "W16"},
/dports/japanese/font-kanji26/ja-font-kanji26-1.0_3/
H A Dkanji26.ae62 M1,T.)"AHM'^^/;0SL,E,9J^,W16=_&UES@&51D1<9<)Q%DM&)<?(\3JLR_0:
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/mime/jsmime/test/unit/data/
H A Dmime-torture490 eHZ+9nxwcmlgbXJsdnD7eX3s7e7y8vr4+3p6/W16+vbt5u/s7fl4eX19ff9tbfv2/HB+fPx0
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/test/data/
H A Dmime-torture490 eHZ+9nxwcmlgbXJsdnD7eX3s7e7y8vr4+3p6/W16+vbt5u/s7fl4eX19ff9tbfv2/HB+fPx0
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog2707873 remove old W16 code
2709649 #88541# - Remove W16 code
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td84 def W16 : AArch64Reg<16, "w16">, DwarfRegNum<[16]>;
119 def X16 : AArch64Reg<16, "x16", [W16]>, DwarfRegAlias<W16>;
H A DAArch64SpeculationHardening.cpp657 MisspeculatingTaintReg32Bit = AArch64::W16; in runOnMachineFunction()
H A DAArch64AsmPrinter.cpp392 .addReg(AArch64::W16) in emitHwasanMemaccessSymbols()
441 .addReg(AArch64::W16) in emitHwasanMemaccessSymbols()
467 .addReg(AArch64::W16) in emitHwasanMemaccessSymbols()
484 .addReg(AArch64::W16) in emitHwasanMemaccessSymbols()
H A DAArch64InstrInfo.cpp6590 return (!LRU.available(AArch64::W16) || !LRU.available(AArch64::W17) || in getOutliningCandidateInfo()
6938 bool W16AvailableInBlock = LRU.available(AArch64::W16); in isMBBSafeToOutlineFrom()
6952 if (W16AvailableInBlock && !LRU.available(AArch64::W16)) in isMBBSafeToOutlineFrom()
H A DAArch64RegisterInfo.cpp336 markSuperRegs(Reserved, AArch64::W16); in getReservedRegs()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A Davx2-vbroadcast.ll88 define <8 x i16> @W16(i16* %ptr) nounwind uwtable readnone ssp {
89 ; X32-LABEL: W16:
95 ; X64-LABEL: W16:
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h47 case AArch64::X16: return AArch64::W16; in getWRegFromXReg()
87 case AArch64::W16: return AArch64::X16; in getXRegFromWReg()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp575 AArch64::W15, AArch64::W16, AArch64::W17, AArch64::W18, AArch64::W19,
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.cpp85 {codeview::RegisterId::ARM64_W16, AArch64::W16}, in initLLVMToCVRegMapping()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/X86/
H A Davx2-vbroadcast.ll88 define <8 x i16> @W16(i16* %ptr) nounwind uwtable readnone ssp {
89 ; X32-LABEL: W16:
95 ; X64-LABEL: W16:
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp392 .addReg(AArch64::W16) in emitHwasanMemaccessSymbols()
441 .addReg(AArch64::W16) in emitHwasanMemaccessSymbols()
467 .addReg(AArch64::W16) in emitHwasanMemaccessSymbols()
484 .addReg(AArch64::W16) in emitHwasanMemaccessSymbols()
H A DAArch64RegisterInfo.td84 def W16 : AArch64Reg<16, "w16">, DwarfRegNum<[16]>;
119 def X16 : AArch64Reg<16, "x16", [W16]>, DwarfRegAlias<W16>;
H A DAArch64SpeculationHardening.cpp657 MisspeculatingTaintReg32Bit = AArch64::W16; in runOnMachineFunction()
H A DAArch64InstrInfo.cpp6590 return (!LRU.available(AArch64::W16) || !LRU.available(AArch64::W17) || in getOutliningCandidateInfo()
6938 bool W16AvailableInBlock = LRU.available(AArch64::W16); in isMBBSafeToOutlineFrom()
6952 if (W16AvailableInBlock && !LRU.available(AArch64::W16)) in isMBBSafeToOutlineFrom()
H A DAArch64LowerHomogeneousPrologEpilog.cpp382 if (NextMI->readsRegister(AArch64::W16, TRI)) in shouldUseFrameHelper()
387 if (SuccMBB->isLiveIn(AArch64::W16) || SuccMBB->isLiveIn(AArch64::X16)) in shouldUseFrameHelper()
H A DAArch64RegisterInfo.cpp336 markSuperRegs(Reserved, AArch64::W16); in getReservedRegs()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp575 AArch64::W15, AArch64::W16, AArch64::W17, AArch64::W18, AArch64::W19,
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h47 case AArch64::X16: return AArch64::W16; in getWRegFromXReg()
87 case AArch64::W16: return AArch64::X16; in getXRegFromWReg()

12345678910>>...35