Home
last modified time | relevance | path

Searched refs:LSB (Results 1 – 25 of 54) sorted by relevance

123

/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/
H A Dclass-endianness.yaml3 # RUN: yaml2obj -D BITS=64 -D ENCODE=LSB %s | llvm-readobj --file-headers - | \
7 # RUN: yaml2obj -D BITS=32 -D ENCODE=LSB %s | llvm-readobj --file-headers - | \
24 # RUN: not yaml2obj --docnum=1 -D BITS=16 -D ENCODE=LSB %s 2>&1 | FileCheck --check-prefix=BAD %s
H A Darm-exidx-section.yaml6 # RUN: yaml2obj --docnum=1 -DENCODE=LSB -DCLASS=64 %s -o %t.le64
8 # RUN: yaml2obj --docnum=1 -DENCODE=LSB -DCLASS=32 %s -o %t.le32
34 Data: ELFDATA2[[ENCODE=LSB]]
H A Dcall-graph-profile-section.yaml5 # RUN: yaml2obj --docnum=1 -D BITS=64 -D ENCODE=LSB %s -o %t.le64
9 # RUN: yaml2obj --docnum=1 -D BITS=32 -D ENCODE=LSB %s -o %t.le32
H A Dstack-sizes.yaml66 # RUN: yaml2obj --docnum=2 -D BITS=64 -D ENCODE=LSB %s -o %t2.le64
70 # RUN: yaml2obj --docnum=2 -D BITS=32 -D ENCODE=LSB %s -o %t2.le32
H A Drelr-section.yaml4 # RUN: yaml2obj --docnum=1 -D ENCODE=LSB %s -o %t.le64
48 # RUN: yaml2obj --docnum=2 -D ENCODE=LSB %s -o %t.le32
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dform-bitfield-extract-from-and.mir18 ; LSB = 5
19 ; Width = LSB + trailing_ones(255) - 1 =
47 ; LSB = 5
48 ; Width = LSB + trailing_ones(1) - 1 =
156 ; LSB must be in [0, reg_size)
184 ; LSB must be in [0, reg_size)
H A Dform-bitfield-extract-from-sextinreg.mir87 ; LSB must be in 0-31.
113 ; LSB must be in 0-31.
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dreloc-addends.test3 # RUN: yaml2obj --docnum=1 -DENCODE=LSB -DTYPE=SHT_RELA %s -o %t.le64.rela
30 # RUN: yaml2obj --docnum=1 -DENCODE=LSB -DTYPE=SHT_REL %s -o %t.le64.rel
79 # RUN: yaml2obj --docnum=2 -DENCODE=LSB -DTYPE=SHT_RELA %s -o %t.le32.rela
104 # RUN: yaml2obj --docnum=2 -DENCODE=LSB -DTYPE=SHT_REL %s -o %t.le32.rel
H A Dnote-llvmompoffload.test3 # RUN: yaml2obj %s -o %t.64le -DBITS=64 -DENCODING=LSB
9 # RUN: yaml2obj %s -o %t.32le -DBITS=32 -DENCODING=LSB
H A Dfile-header-format.test25 Data: ELFDATA2[[DATA=LSB]]
/llvm-project-15.0.7/libc/AOR_v20.02/string/arm/
H A Dstrcmp.S39 #define LSB 0xff000000 macro
53 #define LSB 0x000000ff macro
379 and data2, data2, #LSB
417 and tmp1, data1, #LSB
433 tst syndrome, #LSB
/llvm-project-15.0.7/llvm/test/tools/llvm-dwp/X86/
H A Dcompress.test2 # RUN: yaml2obj -DCLASS=32 -DENDIAN=LSB -DINFO_CHDR=010000005600000001000000 %s -o %t.o
10 # RUN: yaml2obj -DCLASS=64 -DENDIAN=LSB -DINFO_CHDR=01000000fd7f00005600000000000000010000000000000…
/llvm-project-15.0.7/llvm/test/tools/obj2yaml/ELF/
H A Drelr-section.yaml7 # RUN: yaml2obj --docnum=1 -D BITS=32 -D ENCODE=LSB %s -o %t.32le
11 # RUN: yaml2obj --docnum=1 -D BITS=64 -D ENCODE=LSB %s -o %t.64le
H A Darm-exidx-section.yaml7 # RUN: yaml2obj --docnum=1 -DENCODE=LSB %s -o %t.le.so
33 Data: ELFDATA2[[ENCODE=LSB]]
H A Dcall-graph-profile-section.yaml5 # RUN: yaml2obj -D BITS=64 -D ENCODE=LSB %s -o %t.le64
9 # RUN: yaml2obj -D BITS=32 -D ENCODE=LSB %s -o %t.le32
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DStringExtras.h196 inline bool tryGetHexFromNibbles(char MSB, char LSB, uint8_t &Hex) { in tryGetHexFromNibbles() argument
198 unsigned U2 = hexDigitValue(LSB); in tryGetHexFromNibbles()
208 inline uint8_t hexFromNibbles(char MSB, char LSB) { in hexFromNibbles() argument
210 bool GotHex = tryGetHexFromNibbles(MSB, LSB, Hex); in hexFromNibbles()
/llvm-project-15.0.7/llvm/test/Analysis/ValueTracking/
H A Dfunc-ptr-lsb.ll11 ; which store ARM/Thumb state in the LSB
/llvm-project-15.0.7/llvm/test/tools/obj2yaml/ELF/DWARF/
H A Ddebug-aranges.yaml6 # RUN: yaml2obj --docnum=1 -DBITS=32 -DENDIAN=LSB %s | obj2yaml | \
16 # RUN: yaml2obj --docnum=1 -DBITS=64 -DENDIAN=LSB %s | obj2yaml | \
197 # RUN: yaml2obj --docnum=1 %s -DADDR=0 -DLENGTH=0 -DBITS=64 -DENDIAN=LSB | obj2yaml | \
/llvm-project-15.0.7/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYMCCodeEmitter.cpp54 const MCOperand &LSB = MI.getOperand(Idx + 1); in getImmOpValueMSBSize() local
55 assert(MSB.isImm() && LSB.isImm() && "Unexpected MO type."); in getImmOpValueMSBSize()
57 return MSB.getImm() - LSB.getImm(); in getImmOpValueMSBSize()
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dclass-stubs.m5 // The class is declared with objc_class_stub, so LSB of the class pointer
18 // The class is declared with objc_class_stub, so LSB of the class pointer
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dscatter-schedule.ll7 ; The right order is "from LSB to MSB", otherwise the semantic is broken.
H A Dload-slice.ll13 ; LSB 0 1 2 3 | 4 5 6 7 MSB
84 ; LSB 0 1 2 3 | 4 5 | 6 7 MSB
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1717 static bool isStringOfOnes(uint64_t Mask, unsigned &LSB, unsigned &Length) { in isStringOfOnes() argument
1721 LSB = First; in isStringOfOnes()
1737 unsigned LSB, Length; in isRxSBGMask() local
1738 if (isStringOfOnes(Mask, LSB, Length)) { in isRxSBGMask()
1739 Start = 63 - (LSB + Length - 1); in isRxSBGMask()
1740 End = 63 - LSB; in isRxSBGMask()
1746 if (isStringOfOnes(Mask ^ allOnes(BitSize), LSB, Length)) { in isRxSBGMask()
1747 assert(LSB > 0 && "Bottom bit must be set"); in isRxSBGMask()
1748 assert(LSB + Length < BitSize && "Top bit must be set"); in isRxSBGMask()
1749 Start = 63 - (LSB - 1); in isRxSBGMask()
[all …]
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/ELF/AArch64/
H A Dplt.test38 Data: ELFDATA2[[ENDIAN=LSB]]
/llvm-project-15.0.7/bolt/lib/Passes/
H A DIdenticalCodeFolding.cpp343 uint8_t LSB = Value & 0xff; in hashInteger() local
344 HashString.push_back(LSB); in hashInteger()

123