Home
last modified time | relevance | path

Searched refs:D32 (Results 1 – 25 of 74) sorted by relevance

123

/external/google-breakpad/src/processor/
Dsynth_minidump.cc45 (*section).D32(size_).D32(file_offset_); in CiteLocationIn()
47 (*section).D32(0).D32(0); in CiteLocationIn()
51 section->D32(type_); in CiteStreamIn()
64 D32(system_info.major_version); in SystemInfo()
65 D32(system_info.minor_version); in SystemInfo()
66 D32(system_info.build_number); in SystemInfo()
67 D32(system_info.platform_id); in SystemInfo()
74 D32(system_info.cpu.x86_cpu_info.vendor_id[0]); in SystemInfo()
75 D32(system_info.cpu.x86_cpu_info.vendor_id[1]); in SystemInfo()
76 D32(system_info.cpu.x86_cpu_info.vendor_id[2]); in SystemInfo()
[all …]
Dstackwalker_x86_unittest.cc160 stack_section.D32(0).D32(0); // end-of-stack marker in TEST_F()
187 stack_section.D32(0).D32(0); // end-of-stack marker in TEST_F()
246 .D32(frame1_ebp) // frame 0: saved %ebp in TEST_F()
247 .D32(0x40008679) // frame 0: return address in TEST_F()
250 .D32(0) // frame 1: saved %ebp (stack end) in TEST_F()
251 .D32(0); // frame 1: return address (stack end) in TEST_F()
302 .D32(0xf065dc76) // locals area: in TEST_F()
303 .D32(0x46ee2167) // garbage that doesn't look like in TEST_F()
304 .D32(0xbab023ec) // a return address in TEST_F()
305 .D32(frame1_ebp) // saved %ebp (%ebp fails to point here, forcing scan) in TEST_F()
[all …]
Dstackwalker_arm_unittest.cc228 .D32(0x40090000) // junk that's not in TEST_F()
229 .D32(0x60000000) // a return address in TEST_F()
231 .D32(return_address1) // actual return address in TEST_F()
236 .D32(0xF0000000) // more junk in TEST_F()
237 .D32(0x0000000D) in TEST_F()
239 .D32(return_address2) // actual return address in TEST_F()
297 .D32(0x40090000) // junk that's not in TEST_F()
298 .D32(0x60000000) // a return address in TEST_F()
300 .D32(0x40001000) // a couple of plausible addresses in TEST_F()
301 .D32(0x5000F000) // that are not within functions in TEST_F()
[all …]
Dstackwalker_mips_unittest.cc149 stack_section.D32(0).D32(0x0); in TEST_F()
177 stack_section.D32(0).D32(0x0); in TEST_F()
238 .D32(0x00490000) // junk that's not in TEST_F()
239 .D32(0x00600000) // a return address in TEST_F()
241 .D32(frame1_sp) // stack pointer in TEST_F()
242 .D32(return_address1) // actual return address in TEST_F()
247 .D32(0xF0000000) // more junk in TEST_F()
248 .D32(0x0000000D) in TEST_F()
250 .D32(frame2_sp) // stack pointer in TEST_F()
251 .D32(return_address2) // actual return address in TEST_F()
[all …]
Dminidump_unittest.cc638 stream.D32(sizeof(MDRawMemoryInfoList)) // size_of_header in TEST()
639 .D32(sizeof(MDRawMemoryInfo)) // size_of_entry in TEST()
648 .D32(MD_MEMORY_PROTECT_EXECUTE_READWRITE) // allocation_protection in TEST()
649 .D32(0) // __alignment1 in TEST()
651 .D32(MD_MEMORY_STATE_COMMIT) // state in TEST()
652 .D32(MD_MEMORY_PROTECT_EXECUTE_READWRITE) // protection in TEST()
653 .D32(MD_MEMORY_TYPE_PRIVATE) // type in TEST()
654 .D32(0); // __alignment2 in TEST()
/external/google-breakpad/src/common/mac/
Dmacho_reader_unittest.cc364 .D32(0xfeedface) // Mach-O file magic number in TEST_F()
365 .D32(0x1a9d0518) // cpu type in TEST_F()
366 .D32(0x1b779357) // cpu subtype in TEST_F()
367 .D32(0x009df67e) // file type in TEST_F()
368 .D32(0) // no load commands in TEST_F()
369 .D32(0) // the load commands occupy no bytes in TEST_F()
370 .D32(0x21987a99); // flags in TEST_F()
386 .D32(0xfeedfacf) // Mach-O 64-bit file magic number in TEST_F()
387 .D32(0x5aff8487) // cpu type in TEST_F()
388 .D32(0x4c6a57f7) // cpu subtype in TEST_F()
[all …]
/external/google-breakpad/src/common/linux/
Dsynth_elf.cc57 D32(EV_CURRENT); in ELF()
65 D32(0); in ELF()
96 .D32(string_label) in AddSection()
98 .D32(type) in AddSection()
108 .D32(link) in AddSection()
110 .D32(0) in AddSection()
143 program_header_table_.D32(type); in AddSegment()
147 program_header_table_.D32(flags); in AddSegment()
180 program_header_table_.D32(flags); in AddSegment()
224 D32(table_.Add(name)); in AddSymbol()
[all …]
Delf_symbols_to_module_unittest.cc100 .D32(table.Add(name)) in AddElf32Sym()
101 .D32(value) in AddElf32Sym()
102 .D32(size) in AddElf32Sym()
142 .D32((uint32_t)table.Here().Value() + 1) in TEST_P()
143 .D32(kFuncAddr) in TEST_P()
144 .D32(kFuncSize) in TEST_P()
171 .D32((uint32_t)l.Value()) in TEST_P()
172 .D32(kFuncAddr) in TEST_P()
173 .D32(kFuncSize) in TEST_P()
270 .D32(table.Add(name)) in AddElf64Sym()
/external/llvm/test/MC/Disassembler/ARM/
Dd16.txt1 …riple thumbv7-unknown-unknown -disassemble -mattr=+vfp4,-d16 2>&1 | FileCheck %s --check-prefix=D32
2 …riple thumbv7-unknown-unknown -disassemble -mattr=+vfp4,-d16 2>&1 | FileCheck %s --check-prefix=D32
5 # D32: vadd.f64 d1, d2, d16
9 # D32: vadd.f64 d1, d17, d6
13 # D32: vadd.f64 d19, d7, d6
17 # D32: vcvt.f64.f32 d22, s4
21 # D32: vcvt.f32.f64 s26, d30
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/ARM/
Dd16.txt1 …riple thumbv7-unknown-unknown -disassemble -mattr=+vfp4,-d16 2>&1 | FileCheck %s --check-prefix=D32
2 …riple thumbv7-unknown-unknown -disassemble -mattr=+vfp4,-d16 2>&1 | FileCheck %s --check-prefix=D32
5 # D32: vadd.f64 d1, d2, d16
9 # D32: vadd.f64 d1, d17, d6
13 # D32: vadd.f64 d19, d7, d6
17 # D32: vcvt.f64.f32 d22, s4
21 # D32: vcvt.f32.f64 s26, d30
/external/google-breakpad/src/common/dwarf/
Dcfi_assembler.cc55 D32(kDwarf64InitialLengthMarker); in CIEHeader()
60 D32(entry_length_->length); in CIEHeader()
62 D32(eh_frame_ ? kEHFrame32CIEIdentifier : kDwarf32CIEIdentifier); in CIEHeader()
85 D32(0xffffffff); in FDEHeader()
93 D32(entry_length_->length); in FDEHeader()
96 D32(Here() - cie_pointer); in FDEHeader()
98 D32(cie_pointer); in FDEHeader()
177 D32(address); in EncodedPointer()
Dcfi_assembler.h206 CFISection &D32(uint32_t v) { Section::D32(v); return *this; } in D32() function
207 CFISection &D32(const Label &v) { Section::D32(v); return *this; } in D32() function
Ddwarf2reader_test_common.h66 D32(offset); in SectionOffset()
76 D32(length_); in Header()
78 D32(0xffffffff); in Header()
Ddwarf2reader_cfi_unittest.cc225 .D32(0xffffffff).D32(0x71fbaec2) in TEST_F()
228 .D32(0); in TEST_F()
249 .D32(3) // Initial length, not long enough for id in TEST_F()
273 .D32(0x100) // Initial length in TEST_F()
274 .D32(0xe802fade) // bogus ID in TEST_F()
696 .D8(dwarf2reader::DW_CFA_set_loc).D32(0xb1ee3e7a) in TEST_F()
779 .D8(dwarf2reader::DW_CFA_advance_loc4).D32(0x15813c88) in TEST_F()
2016 .D8(dwarf2reader::DW_CFA_set_loc).D32(0x17713850) in TEST_F()
2019 .D32(0) // Terminate the sequence. in TEST_F()
2070 .D32(0); // terminator in TEST_F()
[all …]
/external/swiftshader/src/D3D8/
DCapabilities.hpp47 static bool D32; member
154 static bool D32; member
261 static bool D32; member
DCapabilities.cpp36 bool Capabilities::Surface::DepthStencil::D32 = true; member in D3D8::Capabilities::Surface::DepthStencil
120 bool Capabilities::CubeMap::DepthStencil::D32 = false; member in D3D8::Capabilities::CubeMap::DepthStencil
204 bool Capabilities::Texture::DepthStencil::D32 = false; member in D3D8::Capabilities::Texture::DepthStencil
/external/swiftshader/src/D3D9/
DCapabilities.hpp76 static bool D32; member
228 static bool D32; member
376 static bool D32; member
438 static bool D32; member
DCapabilities.cpp45 bool Capabilities::Surface::DepthStencil::D32 = true; member in D3D9::Capabilities::Surface::DepthStencil
169 bool Capabilities::CubeMap::DepthStencil::D32 = false; member in D3D9::Capabilities::CubeMap::DepthStencil
291 bool Capabilities::Texture::DepthStencil::D32 = true; member in D3D9::Capabilities::Texture::DepthStencil
345 bool Capabilities::Texture::D32 = true; member in D3D9::Capabilities::Texture
/external/llvm/test/MC/ARM/
Dd16.s1 …ple thumbv7-unknown-unknown -show-encoding -mattr=+vfp4,-d16 2>&1 | FileCheck %s --check-prefix=D32
4 @ D32-NOT: error:
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Dd16.s1 …ple thumbv7-unknown-unknown -show-encoding -mattr=+vfp4,-d16 2>&1 | FileCheck %s --check-prefix=D32
4 @ D32-NOT: error:
Dvldm-vstm-diags.s1 …e asm -o /dev/null %s 2>&1 | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-D32
/external/google-breakpad/src/common/
Dtest_assembler.h360 &D16(uint16_t), &D32(uint32_t), &D64(uint64_t);
366 &D32(const Label &label), &D64(const Label &label);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsScheduleP5600.td435 def : InstRW<[P5600WriteFPUL], (instregex "^TRUNC_(L|W)_(S|D32|D64)$")>;
437 (instregex "^CVT_(S|D32|D64|L|W)_(S|D32|D64|L|W)$")>;
438 def : InstRW<[P5600WriteFPUL], (instregex "^C_[A-Z]+_(S|D32|D64)$")>;
439 def : InstRW<[P5600WriteFPUL], (instregex "^FCMP_(S32|D32|D64)$")>;
440 def : InstRW<[P5600WriteFPUL], (instregex "^PseudoCVT_(S|D32|D64)_(L|W)$")>;
588 def : InstRW<[P5600WriteFPUL], (instregex "^CEIL_(L|W)_(S|D32|D64)$")>;
589 def : InstRW<[P5600WriteFPUL], (instregex "^FLOOR_(L|W)_(S|D32|D64)$")>;
590 def : InstRW<[P5600WriteFPUL], (instregex "^ROUND_(L|W)_(S|D32|D64)$")>;
/external/llvm/test/TableGen/
Dif.td45 def D32 : S<32>;
52 // CHECK: def D32
/external/swiftshader/third_party/LLVM/test/MC/MachO/
Dx86_64-symbols.s101 D32: label

123