| /external/arm-optimized-routines/string/arm/ | 
| D | strcmp.S | 43 #define LSB 0xff000000  macro57 #define LSB 0x000000ff  macro
 
 | 
| /external/llvm/lib/Target/AArch64/InstPrinter/ | 
| D | AArch64InstPrinter.cpp | 170       int LSB = (BitWidth - ImmR) % BitWidth;  in printInst()  local180       int LSB = (BitWidth - ImmR) % BitWidth;  in printInst()  local
 189     int LSB = ImmR;  in printInst()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ | 
| D | AArch64InstPrinter.cpp | 179       int LSB = (BitWidth - ImmR) % BitWidth;  in printInst()  local189       int LSB = (BitWidth - ImmR) % BitWidth;  in printInst()  local
 198     int LSB = ImmR;  in printInst()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ | 
| D | AArch64ISelDAGToDAG.cpp | 1572                                        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
 
 | 
| D | AArch64InstructionSelector.cpp | 1745     unsigned LSB = I.getOperand(3).getImm();  in select()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ | 
| D | StringExtras.h | 160 inline uint8_t hexFromNibbles(char MSB, char LSB) {  in hexFromNibbles()
 | 
| /external/linux-kselftest/tools/testing/selftests/bpf/progs/ | 
| D | test_sk_lookup.c | 28 #define LSB(value, index)				\  macro
 | 
| /external/llvm/lib/Target/SystemZ/ | 
| D | SystemZInstrInfo.cpp | 1353 static bool isStringOfOnes(uint64_t Mask, unsigned &LSB, unsigned &Length) {  in isStringOfOnes()1373   unsigned LSB, Length;  in isRxSBGMask()  local
 
 | 
| /external/llvm/lib/Target/AArch64/ | 
| D | AArch64ISelDAGToDAG.cpp | 1420                                        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
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ | 
| D | SystemZInstrInfo.cpp | 1566 static bool isStringOfOnes(uint64_t Mask, unsigned &LSB, unsigned &Length) {  in isStringOfOnes()1586   unsigned LSB, Length;  in isRxSBGMask()  local
 
 | 
| /external/llvm/lib/Target/ARM/ | 
| D | ARMISelDAGToDAG.cpp | 2354         unsigned LSB = Srl_imm;  in tryV6T2BitfieldExtractOp()  local2400       int LSB = Srl_imm - Shl_imm;  in tryV6T2BitfieldExtractOp()  local
 2417     unsigned LSB = countTrailingZeros(And_imm);  in tryV6T2BitfieldExtractOp()  local
 2436     unsigned LSB = 0;  in tryV6T2BitfieldExtractOp()  local
 
 | 
| D | ARMISelLowering.cpp | 4613     SDValue LSB = DAG.getNode(ISD::AND, dl, VT, X, NX);  in LowerCTTZ()  local9446     unsigned LSB = countTrailingZeros(Mask);  in PerformORCombine()  local
 9564     unsigned LSB = countTrailingZeros(~InvMask);  in PerformBFICombine()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ | 
| D | ARMISelDAGToDAG.cpp | 2849         unsigned LSB = Srl_imm;  in tryV6T2BitfieldExtractOp()  local2896       int LSB = Srl_imm - Shl_imm;  in tryV6T2BitfieldExtractOp()  local
 2914     unsigned LSB = countTrailingZeros(And_imm);  in tryV6T2BitfieldExtractOp()  local
 2934     unsigned LSB = 0;  in tryV6T2BitfieldExtractOp()  local
 
 | 
| D | ARMISelLowering.cpp | 5954     SDValue LSB = DAG.getNode(ISD::AND, dl, VT, X, NX);  in LowerCTTZ()  local12393     unsigned LSB = countTrailingZeros(Mask);  in PerformORCombineToBFI()  local
 12688     unsigned LSB = countTrailingZeros(~InvMask);  in PerformBFICombine()  local
 
 | 
| /external/capstone/arch/AArch64/ | 
| D | AArch64InstPrinter.c | 90 	int LSB;  in AArch64_printInst()  local
 | 
| /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ | 
| D | tessellator.cpp | 291             INT32 LSB             = 1 << extraBits; // last bit being kept  in floatToIDotF()  local
 | 
| /external/mesa3d/src/gallium/auxiliary/tessellator/ | 
| D | tessellator.cpp | 305             INT32 LSB             = 1 << extraBits; // last bit being kept  in floatToIDotF()  local
 | 
| /external/swiftshader/src/Device/ | 
| D | BC_Decoder.cpp | 695 	int LSB;  member
 | 
| /external/llvm/lib/Target/ARM/AsmParser/ | 
| D | ARMAsmParser.cpp | 557     unsigned LSB;  member2713   CreateBitfield(unsigned LSB, unsigned Width, SMLoc S, SMLoc E) {  in CreateBitfield()
 4588   int64_t LSB = CE->getValue();  in parseBitfield()  local
 6339     unsigned LSB = Inst.getOperand(2).getImm();  in validateInstruction()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/ | 
| D | ARMAsmParser.cpp | 828     unsigned LSB;  member3524   CreateBitfield(unsigned LSB, unsigned Width, SMLoc S, SMLoc E) {  in CreateBitfield()
 5382   int64_t LSB = CE->getValue();  in parseBitfield()  local
 7574     unsigned LSB = Inst.getOperand(2).getImm();  in validateInstruction()  local
 
 | 
| /external/crosvm/hypervisor/src/ | 
| D | x86_64.rs | 587     LSB = 1,  enumerator
 | 
| /external/llvm/lib/Target/AArch64/AsmParser/ | 
| D | AArch64AsmParser.cpp | 3790         uint64_t LSB = LSBCE->getValue();  in MatchAndEmitInstruction()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/ | 
| D | AArch64AsmParser.cpp | 4547         uint64_t LSB = LSBCE->getValue();  in MatchAndEmitInstruction()  local
 | 
| /external/llvm/lib/Target/X86/ | 
| D | X86ISelLowering.cpp | 19176     SDValue LSB = DAG.getNode(ISD::AND, dl, VT, N0,  in LowerCTTZ()  local
 |