Searched defs:LSB (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/Target/AArch64/InstPrinter/ |
D | AArch64InstPrinter.cpp | 169 int LSB = (BitWidth - ImmR) % BitWidth; in printInst() local 179 int LSB = (BitWidth - ImmR) % BitWidth; in printInst() local 188 int LSB = ImmR; in printInst() local
|
/external/valgrind/none/tests/ppc64/ |
D | round.c | 598 int LSB; in check_single_guarded_arithmetic_op() local 929 int LSB; in check_double_guarded_arithmetic_op() local
|
/external/valgrind/none/tests/ppc32/ |
D | round.c | 598 int LSB; in check_single_guarded_arithmetic_op() local 929 int LSB; in check_double_guarded_arithmetic_op() local
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 1213 static bool isStringOfOnes(uint64_t Mask, unsigned &LSB, unsigned &Length) { in isStringOfOnes() 1233 unsigned LSB, Length; in isRxSBGMask() local
|
/external/libweave/third_party/chromium/base/third_party/dmg_fp/ |
D | dtoa.cc | 363 #define LSB 1 macro 420 #define LSB 1 macro 449 #define LSB 0x10000 macro
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 1422 unsigned &LSB, unsigned &MSB, in isBitfieldExtractOpFromAnd() 1512 SDValue &Opd0, unsigned &LSB, in isSeveralBitsExtractOpFromShr() 2083 unsigned LSB, MSB; in SelectBitfieldInsertOp() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 2345 unsigned LSB = Srl_imm; in SelectV6T2BitfieldExtractOp() local 2388 int LSB = Srl_imm - Shl_imm; in SelectV6T2BitfieldExtractOp() local 2402 unsigned LSB = 0; in SelectV6T2BitfieldExtractOp() local
|
D | ARMISelLowering.cpp | 4350 SDValue LSB = DAG.getNode(ISD::AND, dl, VT, X, NX); in LowerCTTZ() local 9033 unsigned LSB = countTrailingZeros(Mask); in PerformORCombine() local 9152 unsigned LSB = countTrailingZeros(~InvMask); in PerformBFICombine() local
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 537 unsigned LSB; member 2597 CreateBitfield(unsigned LSB, unsigned Width, SMLoc S, SMLoc E) { in CreateBitfield() 4449 int64_t LSB = CE->getValue(); in parseBitfield() local 6200 unsigned LSB = Inst.getOperand(2).getImm(); in validateInstruction() local
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 3825 uint64_t LSB = LSBCE->getValue(); in MatchAndEmitInstruction() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 17888 SDValue LSB = DAG.getNode(ISD::AND, dl, VT, N0, in LowerCTTZ() local
|