Searched defs:is_64bit (Results 1 – 14 of 14) sorted by relevance
66 bool is_64bit = type_sz(inst->src[i].type) == 8; in setup_payload() local182 bool is_64bit = nir_dest_bit_size(instr->dest) == 64; in nir_emit_intrinsic() local
398 bool is_64bit = nir_dest_bit_size(instr->dest) == 64; in nir_emit_intrinsic() local418 bool is_64bit = nir_src_bit_size(instr->src[0]) == 64; in nir_emit_intrinsic() local
1517 bool is_64bit = type_sz(inst->dst.type) == 8; in emit_scratch_write() local1713 bool is_64bit = type_sz(orig_src.type) == 8; in emit_pull_constant_load() local
2711 bool is_64bit = (instr->src[0].is_ssa ? in nir_emit_tcs_intrinsic() local
21 is_64bit = (subprocess.check_output(['file', sys.argv[0] + '.real']).find('64-bit') != -1) variable
162 bool is_64bit() const in is_64bit() function
83 unsigned int is_64bit = ((tmp32 & 0x6) == 0x4); in setup_pci_bar() local
14 def is_64bit(): function
167 bool is_64bit = (flags & 0x1) != 0; in get_table_for_offset() local
501 bool is_64bit; member
823 bool is_64bit = ptype == GL_INT64_ARB || in get_query_object() local
539 bool is_64bit() const in is_64bit() function
74 def is_64bit(): function
257 #define is_64bit (x86_64 || (sizeof(void*) == 8)) macro