Searched refs:gen_mask (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/common/
H A Dbits-gen.c100 gen_mask (int bitsize, function
300 gen_mask ( 8, ms, "MASK8", 8);
301 gen_mask (16, ms, "MASK16", 16);
302 gen_mask (32, ms, "MASK32", 32);
303 gen_mask (64, ms, "MASK64", 64);
304 gen_mask (bitsize, ms, "MASK", 64);
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/common/
H A Dbits-gen.c100 gen_mask (int bitsize, function
301 gen_mask ( 8, ms, "MASK8", 8);
302 gen_mask (16, ms, "MASK16", 16);
303 gen_mask (32, ms, "MASK32", 32);
304 gen_mask (64, ms, "MASK64", 64);
305 gen_mask (bitsize, ms, "MASK", 64);
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Daarch64-opc.h341 gen_mask (int width)
367 value &= gen_mask (field->width);
385 value = (code >> field->lsb) & gen_mask (field->width);
338 gen_mask (int width) function
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Daarch64-opc.h386 gen_mask (int width)
412 value &= gen_mask (field->width);
430 value = (code >> field->lsb) & gen_mask (field->width);
383 gen_mask (int width) function
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Daarch64-opc.h385 gen_mask (int width)
411 value &= gen_mask (field->width);
429 value = (code >> field->lsb) & gen_mask (field->width);
382 gen_mask (int width) function
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Daarch64-opc.h451 gen_mask (int width)
477 value &= gen_mask (field->width);
495 value = (code >> field->lsb) & gen_mask (field->width);
448 gen_mask (int width) function
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_display.c309 u8 gen_mask; member in struct:nouveau_drm_prop_enum_list
341 while (l->gen_mask) { \
342 if (l->gen_mask & (1 << (gen))) \
349 while (p && l->gen_mask) { \
350 if (l->gen_mask & (1 << (gen))) { \
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Dintel_device_info.h155 u16 gen_mask; member in struct:intel_device_info
H A Dintel_uncore.c1933 u16 gen_mask; member in struct:reg_whitelist
1938 .gen_mask = INTEL_GEN_MASK(4, 12),
1963 if (INTEL_INFO(i915)->gen_mask & entry->gen_mask &&
H A Di915_pci.c43 #define GEN(x) .gen = (x), .gen_mask = BIT((x) - 1)
H A Di915_drv.h1424 (!!(INTEL_INFO(dev_priv)->gen_mask & INTEL_GEN_MASK((s), (e))))
H A Di915_drv.c1498 BUG_ON(device_info->gen > BITS_PER_TYPE(device_info->gen_mask));
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/selftests/
H A Dintel_uncore.c178 if (r->platforms & INTEL_INFO(gt->i915)->gen_mask)
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_vfsops.c332 uint64_t gen_mask; local
391 gen_mask = -1ULL >> (64 - 8 * i);
393 dprintf("getting %llu [%u mask %llx]\n", object, fid_gen, gen_mask);
400 zp_gen = zp_gen & gen_mask;
2541 uint64_t gen_mask; local
2622 gen_mask = -1ULL >> (64 - 8 * i);
2624 dprintf("getting %llu [%u mask %llx]\n", object, fid_gen, gen_mask);
2631 zp_gen = zp_gen & gen_mask;
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dselftest_workarounds.c888 unsigned long gen_mask; member in struct:regmask
899 if (INTEL_INFO(i915)->gen_mask & tbl->gen_mask &&

Completed in 259 milliseconds