HomeSort by relevance Sort by last modified time
    Searched refs:D64 (Results 1 - 17 of 17) sorted by null

  /external/valgrind/none/tests/s390x/
dfp-4.stdout.exp 1 D32 -> D64 : 2df00002 -> 2220000000300002
2 D64 -> D128 : 22340000000c0004 -> 2207c00000000000000c0004
3 D64 -> D32 : 22340000000c0004 -> 224c0004
4 D128 -> D64 : 2206800000000000800000000028 -> 2220800000000028
  /external/valgrind/none/tests/ppc32/
test_dfp2.stdout.exp 4 dctdp 2234000000000e50 D32->D64 => 20a4000000000e50
5 dctdp 223400000014c000 D32->D64 => 20a800000004c000
6 dctdp a2340000000000e0 D32->D64 => 20a40000000000e0
7 dctdp 22240000000000cf D32->D64 => 20a40000000000cf
8 dctdp a21400010a395bcf D32->D64 => 2130000000295bcf
9 dctdp 6e4d3f1f534acdd4 D32->D64 => 23740000004acdd4
10 dctdp 000400000089b000 D32->D64 => 20c400000009b000
11 dctdp 2238000000000000 D32->D64 => 20a4000000000000
12 dctdp a238000000000000 D32->D64 => 20a4000000000000
13 dctdp 4248000000000000 D32->D64 => 20a400000000000
    [all...]
  /external/valgrind/none/tests/ppc64/
test_dfp2.stdout.exp 4 dctdp 2234000000000e50 D32->D64 => 20a4000000000e50
5 dctdp 223400000014c000 D32->D64 => 20a800000004c000
6 dctdp a2340000000000e0 D32->D64 => 20a40000000000e0
7 dctdp 22240000000000cf D32->D64 => 20a40000000000cf
8 dctdp a21400010a395bcf D32->D64 => 2130000000295bcf
9 dctdp 6e4d3f1f534acdd4 D32->D64 => 23740000004acdd4
10 dctdp 000400000089b000 D32->D64 => 20c400000009b000
11 dctdp 2238000000000000 D32->D64 => 20a4000000000000
12 dctdp a238000000000000 D32->D64 => 20a4000000000000
13 dctdp 4248000000000000 D32->D64 => 20a400000000000
    [all...]
  /external/google-breakpad/src/processor/
stackwalker_arm64_unittest.cc 205 .D64(0x40090000) // junk that's not
206 .D64(0x60000000) // a return address
208 .D64(return_address1) // actual return address
213 .D64(0xF0000000) // more junk
214 .D64(0x0000000D)
216 .D64(return_address2) // actual return address
275 .D64(0x40090000) // junk that's not
276 .D64(0x60000000) // a return address
278 .D64(0x40001000) // a couple of plausible addresses
279 .D64(0x5000F000) // that are not within function
    [all...]
stackwalker_amd64_unittest.cc 240 .D64(0x40000000b0000000ULL) // junk that's not
241 .D64(0x50000000d0000000ULL) // a return address
243 .D64(return_address1) // actual return address
248 .D64(0x40000000b0000000ULL) // more junk
249 .D64(0x50000000d0000000ULL)
252 .D64(stack_section.start()) // This is in the right place to be
256 .D64(return_address2) // actual return address
318 .D64(0x40000000b0000000ULL) // junk that's not
319 .D64(0x50000000b0000000ULL) // a return address
321 .D64(0x40000000c0001000ULL) // a couple of plausible addresse
    [all...]
synth_minidump.cc 84 D64(system_info.cpu.other_cpu_info.processor_features[0]);
85 D64(system_info.cpu.other_cpu_info.processor_features[1]);
125 section->D64(address_);
190 D64(context.float_save.fpscr);
192 D64(context.float_save.regs[i]);
206 D64(context.iregs[i]);
208 D64(context.mdhi);
209 D64(context.mdlo);
220 D64(context.epc);
221 D64(context.badvaddr)
    [all...]
minidump_unittest.cc 640 .D64(kNumberOfEntries); // number_of_entries
646 stream.D64(kBaseAddress) // base_address
647 .D64(kBaseAddress) // allocation_base
650 .D64(kRegionSize) // region_size
    [all...]
  /external/google-breakpad/src/common/dwarf/
cfi_assembler.cc 56 D64(entry_length_->length);
58 D64(eh_frame_ ? kEHFrame64CIEIdentifier : kDwarf64CIEIdentifier);
86 D64(entry_length_->length);
89 D64(Here() - cie_pointer);
91 D64(cie_pointer);
182 D64(address);
dwarf2reader_test_common.h 68 D64(offset);
79 D64(length_);
cfi_assembler.h 208 CFISection &D64(uint64_t v) { Section::D64(v); return *this; }
209 CFISection &D64(const Label &v) { Section::D64(v); return *this; }
dwarf2reader_die_unittest.cc 298 info.D64(value);
381 info.D64(value);
419 info.D64(0xf72fa0cb6ddcf9d6ULL);
443 info.D64(0xf72fa0cb6ddcf9d6ULL);
bytereader_unittest.cc 69 .D64(0xbbf55fef0825f117ULL)
dwarf2reader_cfi_unittest.cc 800 .D8(dwarf2reader::DW_CFA_MIPS_advance_loc8).D64(0x3c4f3945b92c14ULL)
    [all...]
  /external/google-breakpad/src/common/
test_assembler.h 360 &D16(uint16_t), &D32(uint32_t), &D64(uint64_t);
366 &D32(const Label &label), &D64(const Label &label);
test_assembler_unittest.cc     [all...]
  /external/google-breakpad/src/common/linux/
synth_elf.cc 239 D64(value);
240 D64(size);
elf_symbols_to_module_unittest.cc 274 .D64(value)
275 .D64(size);

Completed in 515 milliseconds