Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/InstPrinter/
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
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp1488 unsigned &LSB, unsigned &MSB, in isBitfieldExtractOpFromAnd()
1612 SDValue &Opd0, unsigned &LSB, in isSeveralBitsExtractOpFromShr()
1944 uint64_t LSB = Imm; in getUsefulBitsFromBFM() local
1961 uint64_t LSB = UsefulBits.getBitWidth() - Imm; in getUsefulBitsFromBFM() local
2193 int LSB = countTrailingOnes(NotKnownZero); in tryBitfieldInsertOpFromOrAndImm() local
2369 unsigned LSB = countTrailingZeros(Mask1Imm); in tryBitfieldInsertOpFromOr() local
DAArch64InstructionSelector.cpp931 unsigned LSB = I.getOperand(3).getImm(); in select() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/InstPrinter/
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
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DStringExtras.h160 inline uint8_t hexFromNibbles(char MSB, char LSB) { in hexFromNibbles()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp1353 static bool isStringOfOnes(uint64_t Mask, unsigned &LSB, unsigned &Length) { in isStringOfOnes()
1373 unsigned LSB, Length; in isRxSBGMask() local
/external/llvm/lib/Target/AArch64/
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
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp1666 static bool isStringOfOnes(uint64_t Mask, unsigned &LSB, unsigned &Length) { in isStringOfOnes()
1686 unsigned LSB, Length; in isRxSBGMask() local
/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp2354 unsigned LSB = Srl_imm; in tryV6T2BitfieldExtractOp() local
2400 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
DARMISelLowering.cpp4613 SDValue LSB = DAG.getNode(ISD::AND, dl, VT, X, NX); in LowerCTTZ() local
9446 unsigned LSB = countTrailingZeros(Mask); in PerformORCombine() local
9564 unsigned LSB = countTrailingZeros(~InvMask); in PerformBFICombine() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp2314 unsigned LSB = Srl_imm; in tryV6T2BitfieldExtractOp() local
2361 int LSB = Srl_imm - Shl_imm; in tryV6T2BitfieldExtractOp() local
2379 unsigned LSB = countTrailingZeros(And_imm); in tryV6T2BitfieldExtractOp() local
2399 unsigned LSB = 0; in tryV6T2BitfieldExtractOp() local
DARMISelLowering.cpp5370 SDValue LSB = DAG.getNode(ISD::AND, dl, VT, X, NX); in LowerCTTZ() local
10975 unsigned LSB = countTrailingZeros(Mask); in PerformORCombineToBFI() local
11195 unsigned LSB = countTrailingZeros(~InvMask); in PerformBFICombine() local
/external/capstone/arch/AArch64/
DAArch64InstPrinter.c70 int LSB; in AArch64_printInst() local
/external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp366 unsigned LSB; member
1551 static ARMOperand *CreateBitfield(unsigned LSB, unsigned Width, in CreateBitfield()
2638 int64_t LSB = CE->getValue(); in parseBitfield() local
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelDAGToDAG.cpp2068 unsigned LSB = Srl_imm; in SelectV6T2BitfieldExtractOp() local
2089 int LSB = Srl_imm - Shl_imm; in SelectV6T2BitfieldExtractOp() local
DARMISelLowering.cpp6870 unsigned LSB = CountTrailingZeros_32(Mask); in PerformORCombine() local
6894 unsigned LSB = CountTrailingZeros_32(~InvMask); in PerformBFICombine() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp791 unsigned LSB; member
3029 CreateBitfield(unsigned LSB, unsigned Width, SMLoc S, SMLoc E) { in CreateBitfield()
4799 int64_t LSB = CE->getValue(); in parseBitfield() local
6591 unsigned LSB = Inst.getOperand(2).getImm(); in validateInstruction() local
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp557 unsigned LSB; member
2713 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/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp3790 uint64_t LSB = LSBCE->getValue(); in MatchAndEmitInstruction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp4388 uint64_t LSB = LSBCE->getValue(); in MatchAndEmitInstruction() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp19176 SDValue LSB = DAG.getNode(ISD::AND, dl, VT, N0, in LowerCTTZ() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp22390 SDValue LSB = DAG.getNode(ISD::AND, dl, VT, N0, in LowerCTTZ() local