Home
last modified time | relevance | path

Searched refs:Bit (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/external/v8/src/arm64/
Ddecoder-arm64-inl.h102 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/
Ddisasm-arm.cc242 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 …]
Dconstants-arm.h484 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 …]
Dsimulator-arm.cc1400 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 …]
Dconstants-arm.cc23 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/v8/src/ppc/
Dsimulator-ppc.cc1618 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 …]
Ddisasm-ppc.cc206 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/vulkan-validation-layers/libs/glm/detail/
Dfunc_integer.inl361 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/clang/test/Parser/
DMicrosoftExtensionsInlineAsm.c5 void __forceinline InterlockedBitTestAndSet (long *Base, long Bit) in InterlockedBitTestAndSet() argument
8 mov eax, Bit in InterlockedBitTestAndSet()
/external/llvm/include/llvm/TableGen/
DRecord.h366 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/libmtp/logs/
Dmtp-detect-ziilabs-egg.txt85 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 …]
Dmtp-detect-coby-mp7054g.txt112 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 …]
Dmtp-detect-nokia-n9.txt197 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 …]
Dmtp-detect-archos-48.txt148 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 …]
Dmtp-detect-sony-walkman-nwz-e354.txt158 …de9a: Audio Bit Rate UINT32 data type enumeration: 128000, 176400, 192000, 256000, 352800, 384000,…
159 …de91: Total Bit Rate UINT32 data type enumeration: 128000, 176400, 192000, 256000, 352800, 384000,…
186 de9a: Audio Bit Rate UINT32 data type range: MIN 32000, MAX 320000, STEP 1 GET/SET
187 de91: Total Bit Rate UINT32 data type range: MIN 32000, MAX 320000, STEP 1 GET/SET
210 de9a: Audio Bit Rate UINT32 data type range: MIN 5000, MAX 5512000, STEP 1 GET/SET
212 de9c: Video Bit Rate UINT32 data type range: MIN 1, MAX 5000000, STEP 1 GET/SET
275 de9a: Audio Bit Rate UINT32 data type range: MIN 5000, MAX 512000, STEP 1 GET/SET
277 de91: Total Bit Rate UINT32 data type range: MIN 5000, MAX 512000, STEP 1 GET/SET
304 de9a: Audio Bit Rate UINT32 data type range: MIN 16000, MAX 320000, STEP 1 GET/SET
306 de91: Total Bit Rate UINT32 data type range: MIN 0, MAX 320000, STEP 1 GET/SET
[all …]
Dmtp-detect-blackberry-9650.txt101 de9a: Audio Bit Rate UINT32 data type range: MIN 1, MAX 1536000, STEP 1 READ ONLY
112 de9c: Video Bit Rate UINT32 data type range: MIN 1, MAX 2000000, STEP 1 READ ONLY
131 de9a: Audio Bit Rate UINT32 data type range: MIN 1, MAX 1536000, STEP 1 READ ONLY
156 de9a: Audio Bit Rate UINT32 data type range: MIN 1, MAX 1536000, STEP 1 READ ONLY
181 de9a: Audio Bit Rate UINT32 data type range: MIN 1, MAX 1536000, STEP 1 READ ONLY
206 de9a: Audio Bit Rate UINT32 data type range: MIN 1, MAX 1536000, STEP 1 READ ONLY
231 de9a: Audio Bit Rate UINT32 data type range: MIN 1, MAX 1536000, STEP 1 READ ONLY
256 de9a: Audio Bit Rate UINT32 data type range: MIN 1, MAX 1536000, STEP 1 READ ONLY
281 de9a: Audio Bit Rate UINT32 data type range: MIN 1, MAX 1536000, STEP 1 READ ONLY
405 dcd3: Image Bit Depth UINT32 data type range: MIN 0, MAX 32, STEP 1 READ ONLY
[all …]
Dmtp-detect-sony-walkman-nwz-s765.txt153 …de9a: Audio Bit Rate UINT32 data type enumeration: 128000, 176400, 192000, 256000, 352800, 384000,…
154 …de91: Total Bit Rate UINT32 data type enumeration: 128000, 176400, 192000, 256000, 352800, 384000,…
181 de9a: Audio Bit Rate UINT32 data type range: MIN 32000, MAX 320000, STEP 1 GET/SET
182 de91: Total Bit Rate UINT32 data type range: MIN 32000, MAX 320000, STEP 1 GET/SET
205 de9a: Audio Bit Rate UINT32 data type range: MIN 5000, MAX 5512000, STEP 1 GET/SET
207 de9c: Video Bit Rate UINT32 data type range: MIN 1, MAX 5000000, STEP 1 GET/SET
270 de9a: Audio Bit Rate UINT32 data type range: MIN 5000, MAX 512000, STEP 1 GET/SET
272 de91: Total Bit Rate UINT32 data type range: MIN 5000, MAX 512000, STEP 1 GET/SET
301 de9a: Audio Bit Rate UINT32 data type range: MIN 16000, MAX 576000, STEP 1 GET/SET
303 de91: Total Bit Rate UINT32 data type range: MIN 0, MAX 10576000, STEP 1 GET/SET
[all …]
Dmtp-detect-cowon-iaudio-9.txt134 de9a: Audio Bit Rate UINT32 data type range: MIN 8000, MAX 320000, STEP 1 READ ONLY
137 de92: Bit Rate Type UINT16 data type enumeration: 0, 1, 2, 3, GET/SET
161 de9a: Audio Bit Rate UINT32 data type range: MIN 5000, MAX 320000, STEP 1 READ ONLY
164 de92: Bit Rate Type UINT16 data type enumeration: 0, 1, 2, 3, GET/SET
188 de9a: Audio Bit Rate UINT32 data type range: MIN 1, MAX 320000, STEP 1 READ ONLY
191 de92: Bit Rate Type UINT16 data type enumeration: 0, 1, 2, 3, GET/SET
215 de9a: Audio Bit Rate UINT32 data type range: MIN 1, MAX 320000, STEP 1 READ ONLY
218 de92: Bit Rate Type UINT16 data type enumeration: 0, 1, 2, 3, GET/SET
246 de9a: Audio Bit Rate UINT32 data type range: MIN 1, MAX 320000, STEP 1 READ ONLY
249 de92: Bit Rate Type UINT16 data type enumeration: 0, 1, 2, 3, GET/SET
[all …]
Dmtp-detect-cowon-iaudio-10.txt138 de9a: Audio Bit Rate UINT32 data type range: MIN 8000, MAX 320000, STEP 1 READ ONLY
141 de92: Bit Rate Type UINT16 data type enumeration: 0, 1, 2, 3, GET/SET
165 de9a: Audio Bit Rate UINT32 data type range: MIN 5000, MAX 320000, STEP 1 READ ONLY
168 de92: Bit Rate Type UINT16 data type enumeration: 0, 1, 2, 3, GET/SET
192 de9a: Audio Bit Rate UINT32 data type range: MIN 1, MAX 320000, STEP 1 READ ONLY
195 de92: Bit Rate Type UINT16 data type enumeration: 0, 1, 2, 3, GET/SET
219 de9a: Audio Bit Rate UINT32 data type range: MIN 1, MAX 320000, STEP 1 READ ONLY
222 de92: Bit Rate Type UINT16 data type enumeration: 0, 1, 2, 3, GET/SET
250 de9a: Audio Bit Rate UINT32 data type range: MIN 1, MAX 320000, STEP 1 READ ONLY
253 de92: Bit Rate Type UINT16 data type enumeration: 0, 1, 2, 3, GET/SET
[all …]
Dmtp-detect-cowon-iaudio-s9.txt134 de9a: Audio Bit Rate UINT32 data type range: MIN 8000, MAX 320000, STEP 1 READ ONLY
137 de92: Bit Rate Type UINT16 data type enumeration: 0, 1, 2, 3, GET/SET
161 de9a: Audio Bit Rate UINT32 data type range: MIN 5000, MAX 320000, STEP 1 READ ONLY
164 de92: Bit Rate Type UINT16 data type enumeration: 0, 1, 2, 3, GET/SET
188 de9a: Audio Bit Rate UINT32 data type range: MIN 1, MAX 320000, STEP 1 READ ONLY
191 de92: Bit Rate Type UINT16 data type enumeration: 0, 1, 2, 3, GET/SET
215 de9a: Audio Bit Rate UINT32 data type range: MIN 1, MAX 320000, STEP 1 READ ONLY
218 de92: Bit Rate Type UINT16 data type enumeration: 0, 1, 2, 3, GET/SET
246 de9a: Audio Bit Rate UINT32 data type range: MIN 1, MAX 320000, STEP 1 READ ONLY
249 de92: Bit Rate Type UINT16 data type enumeration: 0, 1, 2, 3, GET/SET
[all …]
/external/llvm/docs/CommandGuide/
Dllvm-bcanalyzer.rst207 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/
DLowerTypeTests.cpp179 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/
Dllvm-bcanalyzer.pod208 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/clang/docs/
DControlFlowIntegrityDesign.rst49 .. csv-table:: Bit Vectors for A, B, C
56 Bit vectors are represented in the object file as byte arrays. By loading
58 test bits from the bit set with a relatively short instruction sequence. Bit
112 Stripping Leading/Trailing Zeros in Bit Vectors
121 .. csv-table:: Bit Vectors for A, B, C
128 Short Inline Bit Vectors
195 those sub-hierarchies need to be (see "Stripping Leading/Trailing Zeros in Bit
270 Eliminating Bit Vector Checks for All-Ones Bit Vectors
366 we can normally apply the `Alignment`_ and `Eliminating Bit Vector Checks
367 for All-Ones Bit Vectors`_ optimizations thus simplifying the check at each
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/
DRecord.h604 unsigned Bit) const = 0;
672 Init *getBit(unsigned Bit) const { in getBit() argument
673 assert(Bit < Bits.size() && "Bit index out of range!"); in getBit()
674 return Bits[Bit]; in getBit()
727 unsigned Bit) const { in resolveBitReference() argument
771 unsigned Bit) const { in resolveBitReference() argument
863 unsigned Bit) const { in resolveBitReference() argument
901 unsigned Bit) const;
1080 unsigned Bit) const;
1103 unsigned Bit; variable
[all …]

12345678910>>...14