Home
last modified time | relevance | path

Searched refs:LSB (Results 1 – 25 of 49) sorted by relevance

12

/external/toybox/toys/lsb/
DREADME4 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/
Dqib_genbits.pl35 $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/
Dvcvt-oversize.ll6 ; 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/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_ResultCodes7 These result codes are a subset of the LSB result codes and, for
8 consistency with LSB, are given the same number.
/external/valgrind/none/tests/ppc64/
Dround.c598 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/
Dround.c598 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/autotest/client/tests/lsb_dtk/
Dcontrol1 NAME = "LSB-DTK"
8 Test for LSB-DTK
/external/toybox/toys/other/
DREADME3 These are commands not present in Posix or LSB.
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp1353 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/ltp/testcases/commands/file/
Dfile_test.sh38 *Data:*"little endian"*) TEST_ARCH=LSB;;
/external/boringssl/src/crypto/fipsmodule/modes/
Dgcm_tests.txt144 # This nonce results in 0xfff in counter LSB.
/external/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.cpp170 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/
Dload-slice.ll13 ; 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_extra/test/
Daes_128_gcm_tests.txt509 # 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
Dcipher_tests.txt420 # 192 bytes plaintext, iv is chosen so that initial counter LSB is 0xFF
429 # 288 bytes plaintext, iv is chosen so that initial counter LSB is 0xFF
/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp2354 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/
DARMAsmParser.cpp366 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/
DAArch64ISelDAGToDAG.cpp1420 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/mesa3d/src/gallium/drivers/nouveau/nvc0/mme/
Dcom9097.mme505 * parm[0] = LSB of end value
507 * parm[2] = LSB of start value
/external/regex-re2/benchlog/
Dbenchlog.r7060 # 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/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dsimdintrin.h1176 const UINT LSB = (UINT)((int)(a << 31) >> 31); in pdep_u32()
1179 result |= LSB & lowest; in pdep_u32()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelDAGToDAG.cpp2068 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/
DARMAsmParser.cpp557 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/
Drfc1951.txt307 elements in the correct MSB-to-LSB order and Huffman codes in
309 relative LSB position).
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp3790 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()

12