/external/v8/src/arm64/ |
D | decoder-arm64-inl.h | 102 DCHECK(instr->Bit(28) == 0x1); in DecodePCRelAddressing() 122 if (instr->Bit(25) == 0) { in DecodeBranchSystemException() 130 if (instr->Bit(25) == 0) { in DecodeBranchSystemException() 131 if ((instr->Bit(24) == 0x1) || in DecodeBranchSystemException() 143 if (instr->Bit(25) == 0) { in DecodeBranchSystemException() 144 if (instr->Bit(24) == 0) { in DecodeBranchSystemException() 187 if ((instr->Bit(24) == 0x1) || in DecodeBranchSystemException() 216 if (instr->Bit(24) == 0) { in DecodeLoadStore() 217 if (instr->Bit(28) == 0) { in DecodeLoadStore() 218 if (instr->Bit(29) == 0) { in DecodeLoadStore() [all …]
|
/external/v8/src/arm/ |
D | disasm-arm.cc | 242 shift_names[instr->Bit(6) * 2], in PrintShiftSat() 366 (instr->Bit(24) == 0x0) && in FormatVFPRegister() 368 (instr->Bit(4) == 0x1)) { in FormatVFPRegister() 370 reg = instr->Bits(19, 16) | (instr->Bit(7) << 4); in FormatVFPRegister() 453 if (instr->Bit(21) == 0) { in FormatOption() 479 if (instr->Bit(21) == 0) { in FormatOption() 529 if ((instr->Bits(27, 25) == 0) && (instr->Bit(20) == 0) && in FormatOption() 530 (instr->Bits(7, 6) == 3) && (instr->Bit(4) == 1)) { in FormatOption() 531 if (instr->Bit(5) == 1) { in FormatOption() 623 if (instr->Bit(22) == 0) { in FormatOption() [all …]
|
D | constants-arm.h | 484 inline int Bit(int nr) const { in Bit() function 503 static inline int Bit(Instr instr, int nr) { in Bit() function 553 inline int NValue() const { return Bit(7); } in NValue() 554 inline int MValue() const { return Bit(5); } in MValue() 555 inline int DValue() const { return Bit(22); } in DValue() 557 inline int PValue() const { return Bit(24); } in PValue() 558 inline int UValue() const { return Bit(23); } in UValue() 559 inline int Opc1Value() const { return (Bit(23) << 2) | Bits(21, 20); } in Opc1Value() 562 inline int SzValue() const { return Bit(8); } in SzValue() 563 inline int VLValue() const { return Bit(20); } in VLValue() [all …]
|
D | simulator-arm.cc | 1400 if (instr->Bit(4) == 0) { in GetShiftRm() 2097 if (instr->Bit(24) == 0) { in DecodeType01() 2105 if (instr->Bit(23) == 0) { in DecodeType01() 2106 if (instr->Bit(21) == 0) { in DecodeType01() 2120 if (instr->Bit(22) == 0) { in DecodeType01() 2151 if (instr->Bit(22) == 1) { in DecodeType01() 2173 if (instr->Bit(20) == 1) { in DecodeType01() 2245 if (instr->Bit(22) == 0) { in DecodeType01() 2333 if (((instr->Bits(7, 4) & 0xd) == 0xd) && (instr->Bit(20) == 0)) { in DecodeType01() 2745 if (instr->Bit(4) == 0) { in DecodeType3() [all …]
|
D | constants-arm.cc | 23 high16 |= (0xff * Bit(18)) << 6; // xxbbbbbb,bbxxxxxx. in DoubleImmedVmov() 24 high16 |= (Bit(18) ^ 1) << 14; // xBxxxxxx,xxxxxxxx. in DoubleImmedVmov() 25 high16 |= Bit(19) << 15; // axxxxxxx,xxxxxxxx. in DoubleImmedVmov()
|
/external/capstone/arch/X86/ |
D | X86GenRegisterInfo.inc | 642 // GR8 Bit set. 652 // GR8_NOREX Bit set. 662 // GR8_ABCD_H Bit set. 672 // GR8_ABCD_L Bit set. 682 // GR16 Bit set. 692 // GR16_NOREX Bit set. 702 // VK1 Bit set. 712 // VK16 Bit set. 722 // VK2 Bit set. 732 // VK4 Bit set. [all …]
|
/external/capstone/arch/ARM/ |
D | ARMGenRegisterInfo.inc | 1183 // SPR Bit set. 1193 // GPR Bit set. 1203 // GPRwithAPSR Bit set. 1213 // SPR_8 Bit set. 1223 // GPRnopc Bit set. 1233 // rGPR Bit set. 1243 // hGPR Bit set. 1253 // tGPR Bit set. 1263 // GPRnopc_and_hGPR Bit set. 1273 // hGPR_and_rGPR Bit set. [all …]
|
/external/capstone/arch/Mips/ |
D | MipsGenRegisterInfo.inc | 1001 // OddSP Bit set. 1011 // CCR Bit set. 1021 // COP2 Bit set. 1031 // COP3 Bit set. 1041 // DSPR Bit set. 1051 // FGR32 Bit set. 1061 // FGRCC Bit set. 1071 // FGRH32 Bit set. 1081 // GPR32 Bit set. 1091 // HWRegs Bit set. [all …]
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenRegisterInfo.inc | 320 // GRX32Bit Bit set. 330 // FP32Bit Bit set. 340 // GR32Bit Bit set. 350 // GRH32Bit Bit set. 360 // ADDR32Bit Bit set. 370 // CCRegs Bit set. 380 // FP64Bit Bit set. 390 // GR64Bit Bit set. 400 // ADDR64Bit Bit set. 410 // FP128Bit Bit set. [all …]
|
/external/capstone/arch/PowerPC/ |
D | PPCGenRegisterInfo.inc | 688 // GPRC Bit set. 698 // GPRC_NOR0 Bit set. 708 // GPRC_and_GPRC_NOR0 Bit set. 718 // CRBITRC Bit set. 728 // F4RC Bit set. 738 // CRRC Bit set. 748 // CARRYRC Bit set. 758 // CCRC Bit set. 768 // CTRRC Bit set. 778 // VRSAVERC Bit set. [all …]
|
/external/capstone/arch/AArch64/ |
D | AArch64GenRegisterInfo.inc | 1069 // FPR8 Bit set. 1079 // FPR16 Bit set. 1089 // GPR32all Bit set. 1099 // FPR32 Bit set. 1109 // GPR32 Bit set. 1119 // GPR32sp Bit set. 1129 // GPR32common Bit set. 1139 // CCR Bit set. 1149 // GPR32sponly Bit set. 1159 // GPR64all Bit set. [all …]
|
/external/v8/src/ppc/ |
D | simulator-ppc.cc | 1618 if (instr->Bit(0) == 1) { // LK flag set in ExecuteBranchConditional() 1692 if (instr->Bit(0)) { // RC bit set in ExecuteExt2_10bit() 1706 if (instr->Bit(0)) { // RC bit set in ExecuteExt2_10bit() 1774 if (instr->Bit(0)) { // RC bit set in ExecuteExt2_10bit() 1788 if (instr->Bit(0)) { // RC bit set in ExecuteExt2_10bit() 1801 if (instr->Bit(0)) { // RC bit set in ExecuteExt2_10bit() 1814 if (instr->Bit(0)) { // RC bit set in ExecuteExt2_10bit() 1827 if (instr->Bit(0)) { // RC bit set in ExecuteExt2_10bit() 1839 if (instr->Bit(0)) { // RC bit set in ExecuteExt2_10bit() 1958 int sh = (instr->Bits(15, 11) | (instr->Bit(1) << 5)); in ExecuteExt2_10bit() [all …]
|
D | disasm-ppc.cc | 206 if (instr->Bit(10) == 1) { in FormatOption() 212 if (instr->Bit(0) == 1) { in FormatOption() 237 if (instr->Bit(0) == 1) { in FormatOption() 244 if (instr->Bit(1) == 1) { in FormatOption() 281 value = (sh | (instr->Bit(1) << 5)); in FormatOption() 297 value = (instr->Bits(10, 6) | (instr->Bit(5) << 5)); in FormatOption() 305 value = (instr->Bits(10, 6) | (instr->Bit(5) << 5)); in FormatOption() 484 if (instr->Bit(0) == 1) { in DecodeExt1() 656 if (instr->Bit(21)) { in DecodeExt2() 712 if (instr->Bit(21)) { in DecodeExt2() [all …]
|
/external/capstone/arch/Sparc/ |
D | SparcGenRegisterInfo.inc | 376 // FCCRegs Bit set. 386 // FPRegs Bit set. 396 // IntRegs Bit set. 406 // DFPRegs Bit set. 416 // I64Regs Bit set. 426 // DFPRegs_with_sub_even Bit set. 436 // QFPRegs Bit set. 446 // QFPRegs_with_sub_even Bit set.
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | func_integer.inl | 361 for(int Bit = Offset; Bit < Offset + Bits; ++Bit) local 362 Mask |= (1 << Bit); 490 genIUType Bit; local 491 for(Bit = genIUType(0); !(Value & (1 << Bit)); ++Bit){} 492 return Bit; 577 __m128i Bit = _mm_set_epi32(-1, -1, -1, -1); 584 Bit = _mm_add_epi32(Bit, _mm_and_si128(Shilt, i)); 587 return Bit; 603 genIUType Bit = genIUType(-1); local 604 for(genIUType tmp = Value; tmp > 0; tmp >>= 1, ++Bit){} [all …]
|
/external/llvm/include/llvm/TableGen/ |
D | Record.h | 366 virtual Init *getBit(unsigned Bit) const = 0; 441 Init *getBit(unsigned Bit) const override { in getBit() argument 468 Init *getBit(unsigned Bit) const override { in getBit() argument 469 assert(Bit < 1 && "Bit index out of range!"); in getBit() 528 Init *getBit(unsigned Bit) const override { in getBit() argument 529 assert(Bit < NumBits && "Bit index out of range!"); in getBit() 530 return getTrailingObjects<Init *>()[Bit]; in getBit() 567 Init *getBit(unsigned Bit) const override { in getBit() argument 568 return BitInit::get((Value & (1ULL << Bit)) != 0); in getBit() 605 Init *getBit(unsigned Bit) const override { in getBit() argument [all …]
|
/external/clang/test/Parser/ |
D | MicrosoftExtensionsInlineAsm.c | 5 void __forceinline InterlockedBitTestAndSet (long *Base, long Bit) in InterlockedBitTestAndSet() argument 8 mov eax, Bit in InterlockedBitTestAndSet()
|
/external/libmtp/logs/ |
D | mtp-detect-ziilabs-egg.txt | 85 de9a: Audio Bit Rate UINT32 data type range: MIN 8000, MAX 320000, STEP 1 READ ONLY 94 de95: Audio Bit Depth UINT32 data type enumeration: 8, 16, READ ONLY 109 de9a: Audio Bit Rate UINT32 data type range: MIN 5000, MAX 505000, STEP 1 READ ONLY 118 de95: Audio Bit Depth UINT32 data type enumeration: 8, 16, READ ONLY 133 de9a: Audio Bit Rate UINT32 data type range: MIN 64000, MAX 1536000, STEP 1 READ ONLY 142 de95: Audio Bit Depth UINT32 data type enumeration: 8, 16, READ ONLY 164 de95: Audio Bit Depth UINT32 data type enumeration: 8, 16, READ ONLY 231 de9a: Audio Bit Rate UINT32 data type range: MIN 8000, MAX 1536000, STEP 1 READ ONLY 234 de91: Total Bit Rate UINT32 data type range: MIN 0, MAX 9000000, STEP 1 READ ONLY 236 de9c: Video Bit Rate UINT32 data type range: MIN 0, MAX 8000000, STEP 1 READ ONLY [all …]
|
D | mtp-detect-coby-mp7054g.txt | 112 de9a: Audio Bit Rate UINT32 data type range: MIN 1, MAX 384000, STEP 1 READ ONLY 135 de9a: Audio Bit Rate UINT32 data type range: MIN 1, MAX 384000, STEP 1 READ ONLY 157 de91: Total Bit Rate UINT32 data type range: MIN 1, MAX 1234000, STEP 1 READ ONLY 160 de9a: Audio Bit Rate UINT32 data type range: MIN 1, MAX 384000, STEP 1 READ ONLY 168 de9c: Video Bit Rate UINT32 data type range: MIN 1, MAX 850000, STEP 1 READ ONLY 184 de91: Total Bit Rate UINT32 data type range: MIN 1, MAX 1234000, STEP 1 READ ONLY 187 de9a: Audio Bit Rate UINT32 data type range: MIN 1, MAX 384000, STEP 1 READ ONLY 195 de9c: Video Bit Rate UINT32 data type range: MIN 1, MAX 850000, STEP 1 READ ONLY 278 de91: Total Bit Rate UINT32 data type range: MIN 1, MAX 1234000, STEP 1 READ ONLY 281 de9a: Audio Bit Rate UINT32 data type range: MIN 1, MAX 384000, STEP 1 READ ONLY [all …]
|
D | mtp-detect-nokia-n9.txt | 197 de92: Bit Rate Type UINT16 data type enumeration: 0, 1, 2, 3, GET/SET 201 de9a: Audio Bit Rate UINT32 data type range: MIN 0, MAX -1, STEP 1 GET/SET 221 de92: Bit Rate Type UINT16 data type enumeration: 0, 1, 2, 3, GET/SET 225 de9a: Audio Bit Rate UINT32 data type range: MIN 0, MAX -1, STEP 1 GET/SET 245 de92: Bit Rate Type UINT16 data type enumeration: 0, 1, 2, 3, GET/SET 249 de9a: Audio Bit Rate UINT32 data type range: MIN 0, MAX -1, STEP 1 GET/SET 269 de92: Bit Rate Type UINT16 data type enumeration: 0, 1, 2, 3, GET/SET 273 de9a: Audio Bit Rate UINT32 data type range: MIN 0, MAX -1, STEP 1 GET/SET 293 de92: Bit Rate Type UINT16 data type enumeration: 0, 1, 2, 3, GET/SET 297 de9a: Audio Bit Rate UINT32 data type range: MIN 0, MAX -1, STEP 1 GET/SET [all …]
|
D | mtp-detect-archos-48.txt | 148 de9a: Audio Bit Rate UINT32 data type range: MIN 1000, MAX 327680, STEP 1 READ ONLY 175 de9a: Audio Bit Rate UINT32 data type range: MIN 5000, MAX 320000, STEP 1 READ ONLY 203 de9a: Audio Bit Rate UINT32 data type range: MIN 64000, MAX 3072000, STEP 1 READ ONLY 230 de9a: Audio Bit Rate UINT32 data type range: MIN 8000, MAX 320000, STEP 1 READ ONLY 258 de9a: Audio Bit Rate UINT32 data type range: MIN 8000, MAX 3072000, STEP 1 READ ONLY 260 de9c: Video Bit Rate UINT32 data type range: MIN 10240, MAX 8192000, STEP 1 READ ONLY 263 de91: Total Bit Rate UINT32 data type range: MIN 10240, MAX 11264000, STEP 1 READ ONLY 290 de9a: Audio Bit Rate UINT32 data type range: MIN 8000, MAX 3072000, STEP 1 READ ONLY 292 de9c: Video Bit Rate UINT32 data type range: MIN 10240, MAX 10240000, STEP 1 READ ONLY 295 de91: Total Bit Rate UINT32 data type range: MIN 10240, MAX 13312000, STEP 1 READ ONLY [all …]
|
/external/llvm/docs/CommandGuide/ |
D | llvm-bcanalyzer.rst | 207 The total number of 32-bit integers encoded using the Variable Bit Rate 212 The total number of 64-bit integers encoded using the Variable Bit Rate encoding 218 the Variable Bit Rate encoding scheme. 223 integers had they not been compressed with the Variable Bit Rage encoding 228 The total number of bytes saved by using the Variable Bit Rate encoding scheme. 288 integers that use the Variable Bit Rate encoding scheme. 294 Bit Rate encoding scheme. 298 The total number of bytes saved in this function by using the Variable Bit
|
/external/llvm/lib/Transforms/IPO/ |
D | LowerTypeTests.cpp | 179 unsigned Bit = 0; in allocate() local 181 if (BitAllocs[I] < BitAllocs[Bit]) in allocate() 182 Bit = I; in allocate() 184 AllocByteOffset = BitAllocs[Bit]; in allocate() 188 BitAllocs[Bit] = ReqSize; in allocate() 193 AllocMask = 1 << Bit; in allocate() 392 for (auto Bit : BSI.Bits) in createBitSetTest() local 393 Bits |= uint64_t(1) << Bit; in createBitSetTest() 479 Value *Bit = createBitSetTest(ThenB, BSI, BAI, BitOffset); in lowerBitSetCall() local 487 P->addIncoming(Bit, ThenB.GetInsertBlock()); in lowerBitSetCall()
|
/external/swiftshader/third_party/LLVM/docs/CommandGuide/ |
D | llvm-bcanalyzer.pod | 208 The total number of 32-bit integers encoded using the Variable Bit Rate 213 The total number of 64-bit integers encoded using the Variable Bit Rate encoding 219 the Variable Bit Rate encoding scheme. 224 integers had they not been compressed with the Variable Bit Rage encoding 229 The total number of bytes saved by using the Variable Bit Rate encoding scheme. 292 integers that use the Variable Bit Rate encoding scheme. 298 Bit Rate encoding scheme. 302 The total number of bytes saved in this function by using the Variable Bit
|
/external/capstone/arch/XCore/ |
D | XCoreGenRegisterInfo.inc | 90 // RRegs Bit set. 100 // GRRegs Bit set.
|