Home
last modified time | relevance | path

Searched refs:bitsets (Results 1 – 25 of 30) sorted by relevance

12

/third_party/mesa3d/src/compiler/isaspec/
Disa.py126 if self.type in self.isa.bitsets:
325 parent = self.isa.bitsets[self.extends]
337 parent = self.isa.bitsets[self.extends]
343 parent = self.isa.bitsets[self.extends]
352 parent = self.isa.bitsets[self.extends]
367 return self.isa.bitsets[self.extends].get_root()
428 self.bitsets = {}
471 self.bitsets[b.name] = b
477 for name, bitsets in list(self.leafs.items()):
478 for bitset in bitsets:
[all …]
Dencode.py125 yield from self.fields(isa.bitsets[bitset.extends])
146 self.append_forced(isa.bitsets[bitset.extends])
175 yield from self.assert_cases(isa.bitsets[bitset.extends])
191 parent_bitset = isa.bitsets[bitset.extends]
243 yield from self.bitset_used_exprs(self.isa.bitsets[bitset.extends])
250 return self.extractor_impl(self.isa.bitsets[bitset.extends], name)
302 return self.resolve_simple_field(isa.bitsets[bitset.extends], name)
310 return self.encode_type(isa.bitsets[bitset.extends])
Ddecode.c308 find_bitset(struct decode_state *state, const struct isa_bitset **bitsets, in find_bitset() argument
312 for (int n = 0; bitsets[n]; n++) { in find_bitset()
313 if (state->options->gpu_id > bitsets[n]->gen.max) in find_bitset()
315 if (state->options->gpu_id < bitsets[n]->gen.min) in find_bitset()
322 BITSET_AND(m.bitset, val.bitset, bitsets[n]->mask.bitset); in find_bitset()
324 BITSET_COPY(not_dontcare.bitset, bitsets[n]->dontcare.bitset); in find_bitset()
329 if (!BITSET_EQUAL(m.bitset, bitsets[n]->match.bitset)) { in find_bitset()
340 bitsets[n]->name); in find_bitset()
344 match = bitsets[n]; in find_bitset()
464 const struct isa_bitset *b = find_bitset(scope->state, field->bitsets, val); in display_bitset_field()
DREADME.rst41 decoding/encoding is the concept of a hierarchial tree of bitsets.
49 The leaves of the tree of instruction bitsets represent every possible
54 m = (val & bitsets[n]->mask) & ~bitsets[n]->dontcare;
56 if (m == bitsets[n]->match) {
204 as different derived bitsets, at the expense of a combinatorical explosion
Ddecode.h102 const struct isa_bitset **bitsets; /* if type==BITSET */ member
/third_party/mesa3d/src/freedreno/registers/
Dgen_header.py298 self.bitsets = {}
360 if "type" in attrs and attrs["type"] in self.bitsets:
361 bitset = self.bitsets[attrs["type"]]
414 self.bitsets[self.current_bitset.name] = self.current_bitset
437 bitsets = []
443 bitsets.append(e)
447 for e in enums + bitsets + regs:
Drules-ng-ng.txt337 bitsets. The <bitset> tag has the same set of attributes as <enum> tag, and
/third_party/mesa3d/docs/drivers/freedreno/
Disaspec.rst41 decoding/encoding is the concept of a hierarchial tree of bitsets.
49 The leaves of the tree of instruction bitsets represent every possible
54 m = (val & bitsets[n]->mask) & ~bitsets[n]->dontcare;
56 if (m == bitsets[n]->match) {
204 as different derived bitsets, at the expense of a combinatorical explosion
/third_party/flutter/skia/third_party/externals/angle2/doc/
DDirtyBits.md37 bitsets. Each 1 bit indicates a specific changed state value. We call these bitsets "*dirty bits*".
51 to scan the bitsets for 1 bits. See [`bitset_utils.h`](../src/common/bitset_utils.h) for more
/third_party/skia/third_party/externals/angle2/doc/
DDirtyBits.md37 bitsets. Each 1 bit indicates a specific changed state value. We call these bitsets "*dirty bits*".
51 to scan the bitsets for 1 bits. See [`bitset_utils.h`](../src/common/bitset_utils.h) for more
DDebugOverlayInVulkanBackend.md98 * **OverlayDraw**: Using the bitsets generated by **OverlayCull**, values that
/third_party/mesa3d/src/freedreno/rnn/
Dheadergen2.c488 if (db->bitsets[i]->isinline) in main()
491 for (j = 0; j < db->bitsets[i]->bitfieldsnum; j++) in main()
492 printbitfield (db->bitsets[i]->bitfields[j], 0); in main()
Drnn.h55 struct rnnbitset **bitsets; member
Drnn.c426 if (!strcmp(db->bitsets[i]->name, name)) { in parsebitset()
427 cur = db->bitsets[i]; in parsebitset()
446 ADDARRAY(db->bitsets, cur); in parsebitset()
1323 prepbitset(db, db->bitsets[i]); in rnn_prepdb()
1341 if (!strcmp(db->bitsets[i]->name, name)) in rnn_findbitset()
1342 return db->bitsets[i]; in rnn_findbitset()
/third_party/rust/crates/aho-corasick/src/packed/teddy/
DREADME.md114 To cut to the chase, Teddy works by using bitsets. In particular, Teddy creates
153 the values from `B` and use them to look up our bitsets in `A`. But of course,
158 our bitsets, we can use two masks, where one mask corresponds to the lower four
169 Notice that the bitsets for each nybble correspond to the union of all
262 This will give you only the bitsets corresponding to the full match of the
/third_party/vk-gl-cts/doc/testspecs/GLES31/
Dfunctional.shaders.sample_variables.txt99 distinct gl_SampleMaskIn bitsets matches the number guaranteed by
/third_party/mesa3d/docs/vulkan/
Dgraphics-state.rst118 that it's compact allows us to use to index bitsets.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenMCCodeEmitter.inc6409 // Feature bitsets.
DPPCGenAsmMatcher.inc4433 // Feature bitsets.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenMCCodeEmitter.inc9149 // Feature bitsets.
DMipsGenAsmMatcher.inc5113 // Feature bitsets.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenMCCodeEmitter.inc16488 // Feature bitsets.
DARMGenAsmMatcher.inc9960 // Feature bitsets.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenMCCodeEmitter.inc15860 // Feature bitsets.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenGlobalISel.inc456 // Feature bitsets.

12