Home
last modified time | relevance | path

Searched defs:LSB (Results 1 – 25 of 57) sorted by relevance

123

/aosp_15_r20/bionic/libc/arch-arm/generic/bionic/
H A Dstrcmp.S44 #define LSB 0xff000000 macro
51 #define LSB 0x000000ff macro
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/str/
H A Dcount.rs115 const LSB: usize = usize::repeat_u8(0x01); in contains_non_continuation_byte() constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/str/
H A Dcount.rs116 const LSB: usize = usize::repeat_u8(0x01); in contains_non_continuation_byte() constant
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/str/
H A Dcount.rs115 const LSB: usize = usize::repeat_u8(0x01); in contains_non_continuation_byte() constant
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/str/
H A Dcount.rs116 const LSB: usize = usize::repeat_u8(0x01); in contains_non_continuation_byte() constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/str/
H A Dcount.rs116 const LSB: usize = usize::repeat_u8(0x01); in contains_non_continuation_byte() constant
/aosp_15_r20/external/arm-optimized-routines/string/arm/
H A Dstrcmp.S43 #define LSB 0xff000000 macro
57 #define LSB 0x000000ff macro
/aosp_15_r20/bionic/libc/arch-arm/cortex-a15/bionic/
H A Dstrcmp.S36 #define LSB 0xff000000 macro
50 #define LSB 0x000000ff macro
/aosp_15_r20/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dgdtoaimp.h324 #define LSB 1 macro
362 #define LSB 1 macro
389 #define LSB 0x10000 macro
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DStringExtras.h196 inline bool tryGetHexFromNibbles(char MSB, char LSB, uint8_t &Hex) { in tryGetHexFromNibbles()
208 inline uint8_t hexFromNibbles(char MSB, char LSB) { in hexFromNibbles()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DStringExtras.h209 inline bool tryGetHexFromNibbles(char MSB, char LSB, uint8_t &Hex) { in tryGetHexFromNibbles()
221 inline uint8_t hexFromNibbles(char MSB, char LSB) { in hexFromNibbles()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DStringExtras.h209 inline bool tryGetHexFromNibbles(char MSB, char LSB, uint8_t &Hex) { in tryGetHexFromNibbles()
221 inline uint8_t hexFromNibbles(char MSB, char LSB) { in hexFromNibbles()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DStringExtras.h209 inline bool tryGetHexFromNibbles(char MSB, char LSB, uint8_t &Hex) { in tryGetHexFromNibbles()
221 inline uint8_t hexFromNibbles(char MSB, char LSB) { in hexFromNibbles()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DStringExtras.h209 inline bool tryGetHexFromNibbles(char MSB, char LSB, uint8_t &Hex) { in tryGetHexFromNibbles()
221 inline uint8_t hexFromNibbles(char MSB, char LSB) { in hexFromNibbles()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1572 unsigned &LSB, unsigned &MSB, in isBitfieldExtractOpFromAnd()
1696 SDValue &Opd0, unsigned &LSB, in isSeveralBitsExtractOpFromShr()
2057 uint64_t LSB = Imm; in getUsefulBitsFromBFM() local
2074 uint64_t LSB = UsefulBits.getBitWidth() - Imm; in getUsefulBitsFromBFM() local
2304 int LSB = countTrailingOnes(NotKnownZero); in tryBitfieldInsertOpFromOrAndImm() local
2479 unsigned LSB = countTrailingZeros(Mask1Imm); in tryBitfieldInsertOpFromOr() local
/aosp_15_r20/external/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.cpp170 int LSB = (BitWidth - ImmR) % BitWidth; in printInst() local
180 int LSB = (BitWidth - ImmR) % BitWidth; in printInst() local
189 int LSB = ImmR; in printInst() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp179 int LSB = (BitWidth - ImmR) % BitWidth; in printInst() local
189 int LSB = (BitWidth - ImmR) % BitWidth; in printInst() local
198 int LSB = ImmR; in printInst() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp2077 unsigned &LSB, unsigned &MSB, in isBitfieldExtractOpFromAnd()
2202 SDValue &Opd0, unsigned &LSB, in isSeveralBitsExtractOpFromShr()
2557 uint64_t LSB = Imm; in getUsefulBitsFromBFM() local
2574 uint64_t LSB = UsefulBits.getBitWidth() - Imm; in getUsefulBitsFromBFM() local
2951 int LSB = countTrailingOnes(NotKnownZero); in tryBitfieldInsertOpFromOrAndImm() local
3307 unsigned LSB = countTrailingZeros(Mask1Imm); in tryBitfieldInsertOpFromOr() local
/aosp_15_r20/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1420 unsigned &LSB, unsigned &MSB, in isBitfieldExtractOpFromAnd()
1543 SDValue &Opd0, unsigned &LSB, in isSeveralBitsExtractOpFromShr()
2094 int LSB = countTrailingOnes(NotKnownZero); in tryBitfieldInsertOpFromOrAndImm() local
2270 unsigned LSB = countTrailingZeros(Mask1Imm); in tryBitfieldInsertOpFromOr() local
/aosp_15_r20/prebuilts/go/linux-x86/src/compress/lzw/
Dreader.go33 LSB Order = iota const
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp220 int LSB = (BitWidth - ImmR) % BitWidth; in printInst() local
232 int LSB = (BitWidth - ImmR) % BitWidth; in printInst() local
245 int LSB = ImmR; in printInst() local
/aosp_15_r20/external/llvm-libc/test/src/__support/CPP/
H A Dbit_test.cpp41 constexpr auto LSB = T(1); in TYPED_TEST() local
/aosp_15_r20/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1353 static bool isStringOfOnes(uint64_t Mask, unsigned &LSB, unsigned &Length) { in isStringOfOnes()
1373 unsigned LSB, Length; in isRxSBGMask() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYMCCodeEmitter.cpp54 const MCOperand &LSB = MI.getOperand(Idx + 1); in getImmOpValueMSBSize() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h1994 const SrcOp &LSB, const SrcOp &Width) { in buildSbfx()
2000 const SrcOp &LSB, const SrcOp &Width) { in buildUbfx()

123