HomeSort by relevance Sort by last modified time
    Searched refs:is_64bit (Results 1 - 25 of 30) sorted by null

1 2

  /external/elfutils/libdw/
dwarf_macro_getsrcfiles.c 75 table->is_64bit ? 8 : 4,
dwarf_getmacros.c 138 table->is_64bit = cudie->cu->address_size == 8;
168 bool is_64bit = (flags & 0x1) != 0; local
173 line_offset = read_addr_unaligned_inc (is_64bit ? 8 : 4, dbg, readp);
257 .is_64bit = is_64bit,
361 .offset_size = table->is_64bit ? 8 : 4,
libdwP.h 376 bool is_64bit; member in struct:__anon20108
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_tes.cpp 85 bool is_64bit = type_sz(inst->src[i].type) == 8; local
89 grf = stride(grf, 0, is_64bit ? 2 : 4, 1);
99 if (is_64bit && grf.subnr > 0) {
201 bool is_64bit = nir_dest_bit_size(instr->dest) == 64; local
203 if (is_64bit)
217 is_64bit ? glsl_type::dvec4_type : glsl_type::ivec4_type;
222 is_64bit ? BRW_REGISTER_TYPE_DF : BRW_REGISTER_TYPE_D;
227 DIV_ROUND_UP(imm_offset + (is_64bit ? 2 : 1), 2));
232 if (!is_64bit) {
brw_vec4_visitor.cpp 1521 bool is_64bit = type_sz(inst->dst.type) == 8; local
1717 bool is_64bit = type_sz(orig_src.type) == 8; local
    [all...]
brw_vec4_nir.cpp 427 bool is_64bit = nir_dest_bit_size(instr->dest) == 64; local
428 if (is_64bit) {
447 bool is_64bit = nir_src_bit_size(instr->src[0]) == 64; local
448 if (is_64bit) {
465 if (is_64bit)
471 if (is_64bit && num_components > 4) {
    [all...]
brw_fs_nir.cpp     [all...]
  /external/compiler-rt/test/asan/android_commands/
android_run.py 21 is_64bit = (subprocess.check_output(['file', sys.argv[0] + '.real']).find('64-bit') != -1) variable
22 asanwrapper = "" if is_64bit else "asanwrapper "
  /external/autotest/client/site_tests/security_Minijail0/
security_Minijail0.py 19 def is_64bit(self): member in class:security_Minijail0
66 if self.is_64bit() and args64:
69 if (not self.is_64bit()) and args32:
  /external/mesa3d/src/compiler/glsl/
lower_buffer_access.cpp 117 int size_mul = deref->type->is_64bit() ? 8 : 4;
128 !deref->type->is_64bit()) {
140 size_mul = (deref->type->is_64bit() &&
162 unsigned N = deref->type->is_64bit() ? 8 : 4;
360 if (deref_array->array->type->is_64bit())
369 if (deref_array->array->type->is_64bit())
link_varyings.h 154 (this->is_64bit() ? 2 : 1);
163 bool is_64bit() const function in class:tfeedback_decl
lower_packed_varyings.cpp 441 unsigned dmul = rvalue->type->is_64bit() ? 2 : 1;
489 if (rvalue->type->is_64bit()) {
700 if (type->vector_elements == 4 && !type->is_64bit())
link_varyings.cpp 425 unsigned dmul = type->without_array()->is_64bit() ? 2 : 1;
735 this->matched_candidate->type->without_array()->is_64bit() ? 2 : 1;
    [all...]
  /development/vndk/tools/definition-tool/tests/
test_elf.py 76 self.assertFalse(elf.is_64bit)
81 self.assertTrue(elf.is_64bit)
  /external/chromium-trace/catapult/third_party/pyserial/serial/
win32.py 14 def is_64bit(): function
21 if is_64bit():
  /system/extras/simpleperf/
dso.h 103 static void SetVdsoFile(const std::string& vdso_file, bool is_64bit);
dso.cpp 124 void Dso::SetVdsoFile(const std::string& vdso_file, bool is_64bit) {
125 if (is_64bit) {
  /external/mesa3d/src/compiler/
glsl_types.h 509 return is_64bit() && vector_elements > 2;
515 bool is_64bit() const function in struct:glsl_type
glsl_types.cpp     [all...]
  /external/chromium-trace/catapult/third_party/pyserial/serial/tools/
list_ports_windows.py 10 from serial.win32 import ULONG_PTR, is_64bit
  /external/mesa3d/src/mesa/main/
queryobj.c 758 bool is_64bit = ptype == GL_INT64_ARB || local
764 if (buf->Size < offset + 4 * (is_64bit ? 2 : 1)) {
uniform_query.cpp 325 const int dmul = uni->type->is_64bit() ? 2 : 1;
568 const int dmul = uni->type->is_64bit() ? 2 : 1;
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
metag-dis.c 820 bfd_boolean is_64bit = (MINOR_OPCODE (template->meta_opcode) & 0x1) == 0x1; local
835 is_fpu && is_64bit);
892 unsigned int is_64bit = MINOR_OPCODE (template->meta_opcode) & 0x1; local
940 is_fpu && is_64bit);
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-metag.c 1340 bfd_boolean is_64bit, unsigned int *lowest_reg,
1350 if (is_64bit && regs[i]->no % 2)
1372 if (is_fpu && is_64bit)
1401 bfd_boolean is_64bit = (MINOR_OPCODE (template->meta_opcode) & 0x1) == 0x1; local
1420 if (!check_rmask (regs, regs_read, is_fpu, is_64bit, &lowest_reg, &rmask))
1508 unsigned int is_64bit = MINOR_OPCODE (template->meta_opcode) & 0x1; local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elfxx-tilegx.c 3360 bfd_boolean is_64bit = ABI_64_P (output_bfd); local
    [all...]

Completed in 917 milliseconds

1 2