Searched refs:is_64 (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/libpciaccess/dist/scanpci/
H A Dscanpci.c157 dev->regions[i].is_64 ? 16 : 8,
161 ((dev->regions[i].is_64) ? "MEM64" : "MEM"));
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_double_ops.c644 bool is_64 = alu->dest.dest.ssa.bit_size == 64; local in function:should_lower_double_instr
648 is_64 |= (nir_src_bit_size(alu->src[i].src) == 64);
651 if (!is_64)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_double_ops.c615 bool is_64 = instr->dest.dest.ssa.bit_size == 64; local in function:lower_doubles_instr
619 is_64 |= (nir_src_bit_size(instr->src[i].src) == 64);
622 if (!is_64)
/xsrc/external/mit/libpciaccess/dist/include/
H A Dpciaccess.h307 unsigned is_64:1; member in struct:pci_mem_region
/xsrc/external/mit/libpciaccess/dist/src/
H A Dhurd_pci.c127 dev->regions[i].is_64 = regions[i].is_64;
H A Dx86_pci.c633 dev->regions[reg_num].is_64 = 1;
643 if (dev->regions[reg_num].is_64)
785 if (dev->regions[i].is_64)
H A Dfreebsd_pci.c376 dev->regions[i].is_64 = 1;
H A Dlinux_sysfs.c340 dev->regions[i].is_64 = (flags & 0x04) != 0;
H A Dnetbsd_pci.c384 region->is_64 = 1;
H A Dopenbsd_pci.c375 region->is_64 = 1;
H A Dsolx_devfs.c654 dev->regions[ent].is_64 = 1;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c151 bool is_64)
156 if (is_64) {
195 bool is_64 = nir_src_bit_size(instr->src[0]) == 64; local in function:ntt_output_decl
224 is_64);
255 if (is_64) {
1676 bool is_64 = nir_dest_bit_size(instr->dest) == 64; local in function:ntt_emit_load_input
1696 is_64),
1703 if (is_64)
150 ntt_tgsi_usage_mask(unsigned start_component,unsigned num_components,bool is_64) argument

Completed in 101 milliseconds