/openbsd/gnu/usr.bin/binutils/gdb/vx-share/ |
H A D | vxWorks.h | 148 #define LSB(x) ((x) & 0xff) /* least signif byte of 2-byte integer*/ macro
|
/openbsd/lib/libc/gdtoa/ |
H A D | gdtoaimp.h | 324 #define LSB 1 macro 362 #define LSB 1 macro 389 #define LSB 0x10000 macro
|
/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | StringExtras.h | 196 inline bool tryGetHexFromNibbles(char MSB, char LSB, uint8_t &Hex) { in tryGetHexFromNibbles() 208 inline uint8_t hexFromNibbles(char MSB, char LSB) { in hexFromNibbles()
|
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/ |
H A D | CSKYMCCodeEmitter.cpp | 54 const MCOperand &LSB = MI.getOperand(Idx + 1); in getImmOpValueMSBSize() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64InstPrinter.cpp | 220 int LSB = (BitWidth - ImmR) % BitWidth; in printInst() local 232 int LSB = (BitWidth - ImmR) % BitWidth; in printInst() local 245 int LSB = ImmR; in printInst() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 2077 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
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.h | 1994 const SrcOp &LSB, const SrcOp &Width) { in buildSbfx() 2000 const SrcOp &LSB, const SrcOp &Width) { in buildUbfx()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 3369 unsigned LSB = Srl_imm; in tryV6T2BitfieldExtractOp() local 3416 int LSB = Srl_imm - Shl_imm; in tryV6T2BitfieldExtractOp() local 3434 unsigned LSB = countTrailingZeros(And_imm); in tryV6T2BitfieldExtractOp() local 3454 unsigned LSB = 0; in tryV6T2BitfieldExtractOp() local
|
H A D | ARMISelLowering.cpp | 6449 SDValue LSB = DAG.getNode(ISD::AND, dl, VT, X, NX); in LowerCTTZ() local 14467 unsigned LSB = countTrailingZeros(Mask); in PerformORCombineToBFI() local 14756 unsigned LSB = countTrailingZeros(~InvMask); in PerformBFICombine() local
|
/openbsd/gnu/llvm/compiler-rt/lib/ubsan/ |
H A D | ubsan_handlers.cpp | 167 uptr LSB = LeastSignificantSetBitIndex(RealPointer); in handleAlignmentAssumptionImpl() local
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.cpp | 1723 unsigned LSB, Length; in isRxSBGMask() local
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 904 unsigned LSB; member 3713 CreateBitfield(unsigned LSB, unsigned Width, SMLoc S, SMLoc E) { in CreateBitfield() 5587 int64_t LSB = CE->getValue(); in parseBitfield() local 7920 unsigned LSB = Inst.getOperand(2).getImm(); in validateInstruction() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 2470 auto LSB = Cst1->Value.getZExtValue(); in select() local 2743 unsigned LSB = I.getOperand(3).getImm(); in select() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 6191 uint64_t LSB = LSBCE->getValue(); in MatchAndEmitInstruction() local
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 17929 if (const LSBaseSDNode *LSB = dyn_cast<LSBaseSDNode>(Parent)) in computeMOFlags() local
|