Searched refs:long_word (Results 1 – 3 of 3) sorted by relevance
27 unsigned long long_word; in test_parity_instrs() local33 long_word = word; in test_parity_instrs()34 __asm__ volatile ("prtyd %0, %1":"=r" (parity):"r"(long_word)); in test_parity_instrs()
33 unsigned long long_word = word; in test_parity_instrs() local34 __asm__ volatile ("prtyd %0, %1":"=r" (parity):"r"(long_word)); in test_parity_instrs()
1009 uint32_t long_word; in DumpRawSectionContents() local1010 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()