/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/syslinux/gpxe/src/drivers/infiniband/ |
D | qib_genbits.pl | 35 $structures->{$structure}->{$1}->{LSB} = $2; 55 my $fields = [ map { { name => $_, lsb => $structure->{$_}->{LSB}, 58 sort { hex ( $structure->{$a}->{LSB} ) <=> 59 hex ( $structure->{$b}->{LSB} ) }
|
/external/llvm/test/CodeGen/AArch64/ |
D | vcvt-oversize.ll | 6 ; CHECK-DAG: fadd v[[LSB:[0-9]+]].4s, v1.4s, v1.4s 8 ; CHECK-DAG: fcvtzu v[[LSB2:[0-9]+]].4s, v[[LSB]].4s 10 ; 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/ltp/testcases/open_posix_testsuite/Documentation/ |
D | HOWTO_ResultCodes | 7 These result codes are a subset of the LSB result codes and, for 8 consistency with LSB, are given the same number.
|
/external/autotest/client/tests/lsb_dtk/ |
D | control | 1 NAME = "LSB-DTK" 8 Test for LSB-DTK
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 1353 static bool isStringOfOnes(uint64_t Mask, unsigned &LSB, unsigned &Length) { in isStringOfOnes() argument 1357 LSB = First; in isStringOfOnes() 1373 unsigned LSB, Length; in isRxSBGMask() local 1374 if (isStringOfOnes(Mask, LSB, Length)) { in isRxSBGMask() 1375 Start = 63 - (LSB + Length - 1); in isRxSBGMask() 1376 End = 63 - LSB; in isRxSBGMask() 1382 if (isStringOfOnes(Mask ^ allOnes(BitSize), LSB, Length)) { in isRxSBGMask() 1383 assert(LSB > 0 && "Bottom bit must be set"); in isRxSBGMask() 1384 assert(LSB + Length < BitSize && "Top bit must be set"); in isRxSBGMask() 1385 Start = 63 - (LSB - 1); in isRxSBGMask() [all …]
|
/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 | 170 int LSB = (BitWidth - ImmR) % BitWidth; in printInst() local 174 << ", #" << LSB << ", #" << Width; in printInst() 180 int LSB = (BitWidth - ImmR) % BitWidth; in printInst() local 184 << getRegisterName(Op2.getReg()) << ", #" << LSB << ", #" << Width; in printInst() 189 int LSB = ImmR; in printInst() local 194 << ", #" << 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_tests.txt | 368 # 192 bytes plaintext, iv is chosen so that initial counter LSB is 0xFF 377 # 288 bytes plaintext, iv is chosen so that initial counter LSB is 0xFF
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 2354 unsigned LSB = Srl_imm; in tryV6T2BitfieldExtractOp() local 2358 if ((LSB + Width + 1) == N->getValueType(0).getSizeInBits()) { in tryV6T2BitfieldExtractOp() 2363 CurDAG->getTargetConstant(LSB, dl, MVT::i32), in tryV6T2BitfieldExtractOp() 2372 CurDAG->getTargetConstant(ARM_AM::getSORegOpc(ShOpcVal, LSB), dl, in tryV6T2BitfieldExtractOp() 2381 CurDAG->getTargetConstant(LSB, dl, MVT::i32), in tryV6T2BitfieldExtractOp() 2400 int LSB = Srl_imm - Shl_imm; in tryV6T2BitfieldExtractOp() local 2401 if (LSB < 0) in tryV6T2BitfieldExtractOp() 2405 CurDAG->getTargetConstant(LSB, dl, MVT::i32), in tryV6T2BitfieldExtractOp() 2417 unsigned LSB = countTrailingZeros(And_imm); in tryV6T2BitfieldExtractOp() local 2419 if (isInt32Immediate(N->getOperand(1), Srl_imm) && Srl_imm == LSB) { in tryV6T2BitfieldExtractOp() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 366 unsigned LSB; member 1016 unsigned lsb = Bitfield.LSB; in addBitfieldOperands() 1551 static ARMOperand *CreateBitfield(unsigned LSB, unsigned Width, in CreateBitfield() argument 1554 Op->Bitfield.LSB = LSB; in CreateBitfield() 1755 OS << "<bitfield " << "lsb: " << Bitfield.LSB in print() 2638 int64_t LSB = CE->getValue(); in parseBitfield() local 2640 if (LSB < 0 || LSB > 31) { in parseBitfield() 2671 if (Width < 1 || Width > 32 - LSB) { in parseBitfield() 2677 Operands.push_back(ARMOperand::CreateBitfield(LSB, Width, S, E)); in parseBitfield()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 1420 unsigned &LSB, unsigned &MSB, in isBitfieldExtractOpFromAnd() argument 1494 LSB = SrlImm; in isBitfieldExtractOpFromAnd() 1543 SDValue &Opd0, unsigned &LSB, in isSeveralBitsExtractOpFromShr() argument 1580 LSB = SrlImm; in isSeveralBitsExtractOpFromShr() 2094 int LSB = countTrailingOnes(NotKnownZero); in tryBitfieldInsertOpFromOrAndImm() local 2098 unsigned ImmR = (BitWidth - LSB) % BitWidth; in tryBitfieldInsertOpFromOrAndImm() 2105 bool IsBFI = LSB != 0; in tryBitfieldInsertOpFromOrAndImm() 2106 uint64_t BFIImm = OrImm >> LSB; in tryBitfieldInsertOpFromOrAndImm() 2270 unsigned LSB = countTrailingZeros(Mask1Imm); in tryBitfieldInsertOpFromOr() local 2278 ShiftOpc, DL, VT, Src, CurDAG->getTargetConstant(LSB, DL, VT), in tryBitfieldInsertOpFromOr() [all …]
|
/external/ltp/testcases/commands/ade/file/ |
D | file_test.sh | 346 TEST_ARCH=LSB
|
/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…
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 2068 unsigned LSB = Srl_imm; in SelectV6T2BitfieldExtractOp() local 2071 CurDAG->getTargetConstant(LSB, MVT::i32), in SelectV6T2BitfieldExtractOp() 2089 int LSB = Srl_imm - Shl_imm; in SelectV6T2BitfieldExtractOp() local 2090 if (LSB < 0) in SelectV6T2BitfieldExtractOp() 2094 CurDAG->getTargetConstant(LSB, MVT::i32), in SelectV6T2BitfieldExtractOp()
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 557 unsigned LSB; member 1877 unsigned lsb = Bitfield.LSB; in addBitfieldOperands() 2713 CreateBitfield(unsigned LSB, unsigned Width, SMLoc S, SMLoc E) { in CreateBitfield() argument 2715 Op->Bitfield.LSB = LSB; in CreateBitfield() 2973 OS << "<bitfield " << "lsb: " << Bitfield.LSB in print() 4588 int64_t LSB = CE->getValue(); in parseBitfield() local 4590 if (LSB < 0 || LSB > 31) { in parseBitfield() 4623 if (Width < 1 || Width > 32 - LSB) { in parseBitfield() 4628 Operands.push_back(ARMOperand::CreateBitfield(LSB, Width, S, EndLoc)); in parseBitfield() 6339 unsigned LSB = Inst.getOperand(2).getImm(); in validateInstruction() local [all …]
|
/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 | 3790 uint64_t LSB = LSBCE->getValue(); in MatchAndEmitInstruction() local 3800 if (LSB >= RegWidth) in MatchAndEmitInstruction() 3809 ImmR = (32 - LSB) & 0x1f; in MatchAndEmitInstruction() 3811 ImmR = (64 - LSB) & 0x3f; in MatchAndEmitInstruction()
|
/external/ltp/tools/pounder21/doc/ |
D | SCHEDULER | 89 despite the efforts of LSB, FHS, etc. It is always safest to build your
|
/external/ltp/doc/ |
D | ltp-howto.txt | 102 No, we are leaving that to the Linux Standards Base (LSB).
|
/external/llvm/docs/ |
D | ExceptionHandling.rst | 37 <http://refspecs.linuxfoundation.org/LSB_3.0.0/LSB-Core-generic/LSB-Core-generic/ehframechpt.html>`…
|