Home
last modified time | relevance | path

Searched defs:MSB (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/crypto/poly1305/
Dpoly1305-mips.S4 # define MSB 0 macro
7 # define MSB 7 macro
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/crypto/poly1305/
Dpoly1305-mips.S4 # define MSB 0 macro
7 # define MSB 7 macro
/third_party/optimized-routines/string/arm/
Dstrcmp.S37 #define MSB 0x000000ff macro
51 #define MSB 0xff000000 macro
/third_party/pulseaudio/src/pulsecore/
Daupdate.c32 #define MSB (1U << (sizeof(unsigned)*8U-1)) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringExtras.h160 inline uint8_t hexFromNibbles(char MSB, char LSB) { in hexFromNibbles()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp1572 unsigned &LSB, unsigned &MSB, in isBitfieldExtractOpFromAnd()
1697 unsigned &MSB) { in isSeveralBitsExtractOpFromShr()
1974 uint64_t Imm, uint64_t MSB, in getUsefulBitsFromBitfieldMoveOpd()
2004 uint64_t MSB = in getUsefulBitsFromUBFM() local
2042 uint64_t MSB = in getUsefulBitsFromBFM() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DIntegerDivision.cpp163 ConstantInt *MSB; in generateUnsignedDivisionCode() local
/third_party/skia/third_party/externals/swiftshader/src/Device/
DBC_Decoder.cpp694 int MSB; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp2918 unsigned MSB = 31 - countLeadingZeros(And_imm); in tryV6T2BitfieldExtractOp() local
/third_party/python/Python/
Dcompile.c7527 #define MSB 0x80 macro
/third_party/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md9348 ### MSB ### subsection
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp15153 unsigned MSB = BitWidth - Imm.countLeadingZeros() - 1; in ReduceLoadOpStoreWidth() local