/external/toybox/toys/lsb/ |
D | README | 4 http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/cmdbehav.html 7 http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic.html
|
/external/llvm/test/CodeGen/AArch64/ |
D | vcvt-oversize.ll | 5 ; CHECK-DAG: fadd v[[LSB:[0-9]+]].4s, v0.4s, v0.4s 7 ; CHECK-DAG: fcvtzu v[[LSB2:[0-9]+]].4s, v[[LSB]].4s 9 ; CHECK-DAG: xtn v[[TMP:[0-9]+]].4h, v[[LSB]].4s
|
/external/valgrind/none/tests/ppc64/ |
D | round.c | 598 int LSB; in check_single_guarded_arithmetic_op() local 701 LSB = Z.layout.frac & 1; in check_single_guarded_arithmetic_op() 717 if (debug) printf("tie: LSB = %d\n", LSB); in check_single_guarded_arithmetic_op() 718 expected = (LSB == 0 ? lo : hi); in check_single_guarded_arithmetic_op() 929 int LSB; in check_double_guarded_arithmetic_op() local 1052 LSB = Z.layout.frac_lo & 1; in check_double_guarded_arithmetic_op() 1068 if (debug) printf("tie: LSB = %d\n", LSB); in check_double_guarded_arithmetic_op() 1069 expected = (LSB == 0 ? lo : hi); in check_double_guarded_arithmetic_op()
|
/external/valgrind/none/tests/ppc32/ |
D | round.c | 598 int LSB; in check_single_guarded_arithmetic_op() local 701 LSB = Z.layout.frac & 1; in check_single_guarded_arithmetic_op() 717 if (debug) printf("tie: LSB = %d\n", LSB); in check_single_guarded_arithmetic_op() 718 expected = (LSB == 0 ? lo : hi); in check_single_guarded_arithmetic_op() 929 int LSB; in check_double_guarded_arithmetic_op() local 1052 LSB = Z.layout.frac_lo & 1; in check_double_guarded_arithmetic_op() 1068 if (debug) printf("tie: LSB = %d\n", LSB); in check_double_guarded_arithmetic_op() 1069 expected = (LSB == 0 ? lo : hi); in check_double_guarded_arithmetic_op()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 1213 static bool isStringOfOnes(uint64_t Mask, unsigned &LSB, unsigned &Length) { in isStringOfOnes() argument 1217 LSB = First; in isStringOfOnes() 1233 unsigned LSB, Length; in isRxSBGMask() local 1234 if (isStringOfOnes(Mask, LSB, Length)) { in isRxSBGMask() 1235 Start = 63 - (LSB + Length - 1); in isRxSBGMask() 1236 End = 63 - LSB; in isRxSBGMask() 1242 if (isStringOfOnes(Mask ^ allOnes(BitSize), LSB, Length)) { in isRxSBGMask() 1243 assert(LSB > 0 && "Bottom bit must be set"); in isRxSBGMask() 1244 assert(LSB + Length < BitSize && "Top bit must be set"); in isRxSBGMask() 1245 Start = 63 - (LSB - 1); in isRxSBGMask() [all …]
|
/external/autotest/client/tests/lsb_dtk/ |
D | control | 1 NAME = "LSB-DTK" 8 Test for LSB-DTK
|
/external/toybox/toys/other/ |
D | README | 3 These are commands not present in Posix or LSB.
|
/external/llvm/lib/Target/AArch64/InstPrinter/ |
D | AArch64InstPrinter.cpp | 169 int LSB = (BitWidth - ImmR) % BitWidth; in printInst() local 173 << ", #" << LSB << ", #" << Width; in printInst() 179 int LSB = (BitWidth - ImmR) % BitWidth; in printInst() local 183 << getRegisterName(Op2.getReg()) << ", #" << LSB << ", #" << Width; in printInst() 188 int LSB = ImmR; in printInst() local 193 << ", #" << LSB << ", #" << Width; in printInst()
|
/external/llvm/test/CodeGen/X86/ |
D | load-slice.ll | 13 ; LSB 0 1 2 3 | 4 5 6 7 MSB 87 ; LSB 0 1 2 3 | 4 5 | 6 7 MSB
|
/external/boringssl/src/crypto/cipher/test/ |
D | aes_128_gcm_tests.txt | 509 # 192 bytes plaintext, iv is chosen so that initial counter LSB is 0xFF 517 # 288 bytes plaintext, iv is chosen so that initial counter LSB is 0xFF
|
D | cipher_test.txt | 352 # 192 bytes plaintext, iv is chosen so that initial counter LSB is 0xFF 361 # 288 bytes plaintext, iv is chosen so that initial counter LSB is 0xFF
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 2345 unsigned LSB = Srl_imm; in SelectV6T2BitfieldExtractOp() local 2349 if ((LSB + Width + 1) == N->getValueType(0).getSizeInBits()) { in SelectV6T2BitfieldExtractOp() 2354 CurDAG->getTargetConstant(LSB, dl, MVT::i32), in SelectV6T2BitfieldExtractOp() 2362 CurDAG->getTargetConstant(ARM_AM::getSORegOpc(ShOpcVal, LSB), dl, in SelectV6T2BitfieldExtractOp() 2370 CurDAG->getTargetConstant(LSB, dl, MVT::i32), in SelectV6T2BitfieldExtractOp() 2388 int LSB = Srl_imm - Shl_imm; in SelectV6T2BitfieldExtractOp() local 2389 if (LSB < 0) in SelectV6T2BitfieldExtractOp() 2393 CurDAG->getTargetConstant(LSB, dl, MVT::i32), in SelectV6T2BitfieldExtractOp() 2402 unsigned LSB = 0; in SelectV6T2BitfieldExtractOp() local 2403 if (!isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::SRL, LSB) && in SelectV6T2BitfieldExtractOp() [all …]
|
D | ARMISelLowering.cpp | 4350 SDValue LSB = DAG.getNode(ISD::AND, dl, VT, X, NX); in LowerCTTZ() local 4358 SDValue Bits = DAG.getNode(ISD::SUB, dl, VT, LSB, One); in LowerCTTZ() 4369 SDValue CTLZ = DAG.getNode(ISD::CTLZ, dl, VT, LSB); in LowerCTTZ() 4385 Bits = DAG.getNode(ISD::ADD, dl, VT, LSB, FF); in LowerCTTZ() 4389 Bits = DAG.getNode(ISD::SUB, dl, VT, LSB, One); in LowerCTTZ() 9033 unsigned LSB = countTrailingZeros(Mask); in PerformORCombine() local 9034 if (ShAmtC != LSB) in PerformORCombine() 9152 unsigned LSB = countTrailingZeros(~InvMask); in PerformBFICombine() local 9153 unsigned Width = (32 - countLeadingZeros(~InvMask)) - LSB; in PerformBFICombine()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 1422 unsigned &LSB, unsigned &MSB, in isBitfieldExtractOpFromAnd() argument 1496 LSB = Srl_imm; in isBitfieldExtractOpFromAnd() 1512 SDValue &Opd0, unsigned &LSB, in isSeveralBitsExtractOpFromShr() argument 1549 LSB = Srl_imm; in isSeveralBitsExtractOpFromShr() 2083 unsigned LSB, MSB; in SelectBitfieldInsertOp() local 2093 if (!isBitfieldInsertOpFromOr(N, Opc, Opd0, Opd1, LSB, MSB, NUsefulBits, in SelectBitfieldInsertOp() 2100 CurDAG->getTargetConstant(LSB, dl, VT), in SelectBitfieldInsertOp()
|
/external/regex-re2/benchlog/ |
D | benchlog.r70 | 60 # obj/test/regexp_benchmark: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), for GNU/Linux 2.6… 266 # obj/test/regexp_benchmark: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), for GNU/Linux 2.6… 276 # obj/test/regexp_benchmark: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), for GNU/Linux 2.6… 754 # obj/test/regexp_benchmark: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), for GNU/Linux 2.6… 996 # obj/test/regexp_benchmark: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), for GNU/Linux 2.6… 1006 # obj/test/regexp_benchmark: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), for GNU/Linux 2.6…
|
D | benchlog.c2 | 1049 # obj/test/regexp_benchmark: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linke… 1212 # obj/test/regexp_benchmark: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linke… 1669 # obj/test/regexp_benchmark: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linke… 1742 # obj/test/regexp_benchmark: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linke…
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 537 unsigned LSB; member 1801 unsigned lsb = Bitfield.LSB; in addBitfieldOperands() 2597 CreateBitfield(unsigned LSB, unsigned Width, SMLoc S, SMLoc E) { in CreateBitfield() argument 2599 Op->Bitfield.LSB = LSB; in CreateBitfield() 2854 OS << "<bitfield " << "lsb: " << Bitfield.LSB in print() 4449 int64_t LSB = CE->getValue(); in parseBitfield() local 4451 if (LSB < 0 || LSB > 31) { in parseBitfield() 4484 if (Width < 1 || Width > 32 - LSB) { in parseBitfield() 4489 Operands.push_back(ARMOperand::CreateBitfield(LSB, Width, S, EndLoc)); in parseBitfield() 6200 unsigned LSB = Inst.getOperand(2).getImm(); in validateInstruction() local [all …]
|
/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 3214 if (!(word1(&rv) & LSB))
|
/external/zlib/src/doc/ |
D | rfc1951.txt | 307 elements in the correct MSB-to-LSB order and Huffman codes in 309 relative LSB position).
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 3825 uint64_t LSB = LSBCE->getValue(); in MatchAndEmitInstruction() local 3835 if (LSB >= RegWidth) in MatchAndEmitInstruction() 3844 ImmR = (32 - LSB) & 0x1f; in MatchAndEmitInstruction() 3846 ImmR = (64 - LSB) & 0x3f; in MatchAndEmitInstruction()
|
/external/llvm/docs/ |
D | ExceptionHandling.rst | 37 <http://refspecs.linuxfoundation.org/LSB_3.0.0/LSB-Core-generic/LSB-Core-generic/ehframechpt.html>`…
|
D | CodeGenerator.rst | 2492 (MSB) (LSB) 2494 Three LSB bits store instruction class which is one of: 2559 (MSB) (LSB)
|
/external/libogg/doc/ |
D | rfc3533.txt | 497 with more than one byte length are encoded LSB (least significant
|
/external/selinux/policycoreutils/ |
D | ChangeLog | 701 * Merged restorecond init script LSB compliance patch from Steve Grubb.
|
/external/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 8239 "GB-LSB", 18414 "LSB",
|