Home
last modified time | relevance | path

Searched refs:long_word (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/memcheck/tests/ppc64/
Dpower_ISA2_05.c27 unsigned long long_word; in test_parity_instrs() local
33 long_word = word; in test_parity_instrs()
34 __asm__ volatile ("prtyd %0, %1":"=r" (parity):"r"(long_word)); in test_parity_instrs()
/external/valgrind/memcheck/tests/ppc32/
Dpower_ISA2_05.c33 unsigned long long_word = word; in test_parity_instrs() local
34 __asm__ volatile ("prtyd %0, %1":"=r" (parity):"r"(long_word)); in test_parity_instrs()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp1009 uint32_t long_word; in DumpRawSectionContents() local
1010 memcpy(&long_word, sect + i + j, sizeof(int32_t)); in DumpRawSectionContents()
1012 sys::swapByteOrder(long_word); in DumpRawSectionContents()
1013 outs() << format("%08" PRIx32, long_word) << " "; in DumpRawSectionContents()