Searched refs:tmp64 (Results 1 – 4 of 4) sorted by relevance
| /arch/parisc/kernel/ |
| A D | perf.c | 556 uint64_t tmp64; in perf_stop_counters() local 568 raddr[0] = (uint32_t)tmp64; in perf_stop_counters() 571 tmp64 = (userbuf[22] >> 9) & 0x00000000ffffffff; in perf_stop_counters() 574 raddr[1] = (uint32_t)tmp64; in perf_stop_counters() 580 tmp64 |= (userbuf[23] >> 8) & 0x0000000080000000; in perf_stop_counters() 581 raddr[2] = (uint32_t)tmp64; in perf_stop_counters() 587 raddr[3] = (uint32_t)tmp64; in perf_stop_counters() 741 uint64_t tmp64; in perf_write_image() local 770 tmp64 = *intrigue_bitmask & *memaddr++; in perf_write_image() 771 tmp64 |= (~(*intrigue_bitmask++)) & *bptr; in perf_write_image() [all …]
|
| /arch/m68k/math-emu/ |
| A D | multi_arith.h | 186 union fp_mant64 tmp64; in fp_dividemant() local 231 fp_mul64(tmp64.m32[0], tmp64.m32[1], *mantp, div->mant.m32[1]); in fp_dividemant() 232 fp_sub96c(tmp, 0, tmp64.m32[0], tmp64.m32[1]); in fp_dividemant()
|
| /arch/x86/crypto/ |
| A D | aes-ctr-avx-x86_64.S | 118 .macro _load_partial_block src, dst, tmp64, tmp32 148 shl %cl, \tmp64 149 or \tmp64, %rax // Combine the two parts 157 .macro _store_partial_block src, dst, tmp64, tmp32 166 mov %rax, (\dst, \tmp64) // Store last LEN - 8 bytes 179 mov %eax, (\dst, \tmp64) // Store last LEN - 4 bytes
|
| A D | aes-gcm-aesni-x86_64.S | 210 .macro _load_partial_block src, dst, tmp64, tmp32 240 shl %cl, \tmp64 241 or \tmp64, %rax // Combine the two parts
|
Completed in 6 milliseconds