Searched refs:little (Results 151 - 175 of 245) sorted by relevance

12345678910

/openbsd-current/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp643 support::endian::read32<support::little>(Bytes.data()));
745 llvm::support::endianness InstructionEndianness = llvm::support::little;
769 llvm::support::little),
1029 Obj.isLittleEndian() ? support::little : support::big;
2045 // flag, in which case instructions are little-endian regardless of data
2059 ARMPrettyPrinterInst.setInstructionEndianness(llvm::support::little);
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp406 const auto Res = support::endian::read<T, support::endianness::little>(Bytes.data());
413 uint64_t Lo = support::endian::read<uint64_t, support::endianness::little>(
416 uint64_t Hi = support::endian::read<uint32_t, support::endianness::little>(
/openbsd-current/gnu/usr.bin/perl/cpan/Memoize/
H A DMemoize.pm376 the way it behaves a little. To supply options, invoke C<memoize>
850 works just fine. For some storage methods, you need a little glue.
900 slightly different C<caller()> and will perform a little more slowly
/openbsd-current/regress/bin/ksh/
H A Dth774 return "got too little output";
/openbsd-current/gnu/llvm/llvm/lib/MC/
H A DELFObjectWriter.cpp155 W(OS, IsLittleEndian ? support::little : support::big), Mode(Mode) {}
409 W.OS << char(W.Endian == support::little ? ELF::ELFDATA2LSB
H A DMCCodeView.cpp641 support::endian::Writer LEWriter(OS, support::little);
H A DWasmObjectWriter.cpp1439 support::endian::Writer MainWriter(*OS, support::little);
1444 support::endian::Writer DwoWriter(*DwoOS, support::little);
/openbsd-current/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar/
H A DFile.pm74 Archive::Tar::Files provides a neat little object layer for in-memory
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DArchiveWriter.cpp191 isBSDLike(Kind) ? support::little : support::big);
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCCodeEmitter.cpp686 support::endian::write<uint32_t>(OS, Binary, support::little);
/openbsd-current/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProf.h992 return sys::IsLittleEndianHost ? support::little : support::big;
1085 // Returns the format version in little endian. The header retains the version
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp63 Endianness = support::endianness::little;
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp110 return Obj.isLittleEndian() ? support::little : support::big;
/openbsd-current/gnu/llvm/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp60 bool IsLittleEndian = ELFT::TargetEndianness == support::little;
/openbsd-current/gnu/llvm/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp979 GetStubInfo, Obj.isLittleEndian() ? support::little : support::big,
/openbsd-current/gnu/usr.bin/cc/cc_tools/
H A DMakefile34 TARGET_INC+= sh/little.h
/openbsd-current/gnu/usr.bin/perl/cpan/Filter-Util-Call/
H A DCall.pm327 most of them are of little practical use.
/openbsd-current/gnu/gcc/gcc/config/h8300/
H A Dlib1funcs.asm313 ;; little ones which prepare the args and massage the sign.
/openbsd-current/gnu/share/
H A Dconfig.sub738 ppcle | powerpclittle | ppc-le | powerpc-little)
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-sh.c72 little (int ignore ATTRIBUTE_UNUSED) function
75 as_bad (_("directive .little encountered when option -little required"));
100 {"little", little, 0},
2858 {"little", no_argument, NULL, OPTION_LITTLE},
2990 -little generate little endian code\n\
/openbsd-current/gnu/usr.bin/gcc/gcc/config/h8300/
H A Dlib1funcs.asm313 ;; little ones which prepare the args and massage the sign.
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-sh.c72 little (int ignore ATTRIBUTE_UNUSED) function
75 as_bad (_("directive .little encountered when option -little required"));
100 {"little", little, 0},
3070 {"little", no_argument, NULL, OPTION_LITTLE},
3226 --little generate little endian code\n\
/openbsd-current/gnu/usr.bin/gcc/gcc/config/arm/
H A Dlib1funcs.asm762 /* The LR case has to be handled a little differently... */
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/bin/
H A Denc2xs1152 If you want to know as little about Perl as possible but need to
/openbsd-current/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/lib/Hash/Util/
H A DFieldHash.pm283 it can be a little faster under some circumstances (and a
491 function C<Scalar::Util::refaddr> could be used with very little

Completed in 232 milliseconds

12345678910