Home
last modified time | relevance | path

Searched refs:w5 (Results 1 – 8 of 8) sorted by relevance

/qemu/tests/qtest/migration/aarch64/
H A Da-b-kernel.S46 mov w5, #0
65 add w5, w5, #1
66 and w5, w5, #0x1f
67 cmp w5, #0
/qemu/tests/tcg/multiarch/
H A Dsha512.c274 uint64_t w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; in Transform() local
281 Round(d, e, f, &g, h, a, b, &c, 0x59f111f1b605d019ull, w5 = be64_to_cpu(chunk[5])); in Transform()
297 Round(e, f, g, &h, a, b, c, &d, 0x2de92c6f592b0275ull, w4 += sigma1(w2) + w13 + sigma0(w5)); in Transform()
298 Round(d, e, f, &g, h, a, b, &c, 0x4a7484aa6ea6e483ull, w5 += sigma1(w3) + w14 + sigma0(w6)); in Transform()
300 Round(b, c, d, &e, f, g, h, &a, 0x76f988da831153b5ull, w7 += sigma1(w5) + w0 + sigma0(w8)); in Transform()
305 Round(e, f, g, &h, a, b, c, &d, 0xc6e00bf33da88fc2ull, w12 += sigma1(w10) + w5 + sigma0(w13)); in Transform()
314 Round(e, f, g, &h, a, b, c, &d, 0x650a73548baf63deull, w4 += sigma1(w2) + w13 + sigma0(w5)); in Transform()
315 Round(d, e, f, &g, h, a, b, &c, 0x766a0abb3c77b2a8ull, w5 += sigma1(w3) + w14 + sigma0(w6)); in Transform()
317 Round(b, c, d, &e, f, g, h, &a, 0x92722c851482353bull, w7 += sigma1(w5) + w0 + sigma0(w8)); in Transform()
322 Round(e, f, g, &h, a, b, c, &d, 0xd192e819d6ef5218ull, w12 += sigma1(w10) + w5 + sigma0(w13)); in Transform()
[all …]
/qemu/include/hw/ppc/
H A Dxive2_regs.h96 uint32_t w5; member
176 uint32_t w5; member
226 uint32_t w5; member
H A Dxive_regs.h258 uint32_t w5; member
305 uint32_t w5; member
/qemu/hw/intc/
H A Dxive2.c294 uint8_t eq_blk = xive_get_field32(NVP2_W5_VP_END_BLOCK, nvp->w5); in xive2_nvp_pic_print_info()
295 uint32_t eq_idx = xive_get_field32(NVP2_W5_VP_END_INDEX, nvp->w5); in xive2_nvp_pic_print_info()
1531 xive_get_field32(END2_W5_ESC_END_DATA, end.w5)); in xive2_router_end_notify()
H A Dspapr_xive.c531 VMSTATE_UINT32(w5, XiveEND),
H A Dxive.c2025 (uint32_t) xive_get_field32(END_W5_ESC_END_DATA, end.w5)); in xive_router_end_notify()
/qemu/tests/tcg/mips/include/
H A Dwrappers_msa.h43 RESET_MSA_REGISTER(w5); in reset_msa_registers()