/qemu/tests/tcg/multiarch/ |
H A D | sha512.c | 274 uint64_t w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; in Transform() local 280 Round(e, f, g, &h, a, b, c, &d, 0x3956c25bf348b538ull, w4 = be64_to_cpu(chunk[4])); in Transform() 296 Round(f, g, h, &a, b, c, d, &e, 0x240ca1cc77ac9c65ull, w3 += sigma1(w1) + w12 + sigma0(w4)); in Transform() 297 Round(e, f, g, &h, a, b, c, &d, 0x2de92c6f592b0275ull, w4 += sigma1(w2) + w13 + sigma0(w5)); in Transform() 299 Round(c, d, e, &f, g, h, a, &b, 0x5cb0a9dcbd41fbd4ull, w6 += sigma1(w4) + w15 + sigma0(w7)); in Transform() 304 Round(f, g, h, &a, b, c, d, &e, 0xbf597fc7beef0ee4ull, w11 += sigma1(w9) + w4 + sigma0(w12)); in Transform() 313 Round(f, g, h, &a, b, c, d, &e, 0x53380d139d95b3dfull, w3 += sigma1(w1) + w12 + sigma0(w4)); in Transform() 314 Round(e, f, g, &h, a, b, c, &d, 0x650a73548baf63deull, w4 += sigma1(w2) + w13 + sigma0(w5)); in Transform() 316 Round(c, d, e, &f, g, h, a, &b, 0x81c2c92e47edaee6ull, w6 += sigma1(w4) + w15 + sigma0(w7)); in Transform() 321 Round(f, g, h, &a, b, c, d, &e, 0xc76c51a30654be30ull, w11 += sigma1(w9) + w4 + sigma0(w12)); in Transform() [all …]
|
/qemu/include/hw/ppc/ |
H A D | xive2_regs.h | 91 uint32_t w4; member 171 uint32_t w4; member 225 uint32_t w4; member
|
H A D | xive_regs.h | 255 uint32_t w4; member 303 uint32_t w4; member
|
/qemu/hw/intc/ |
H A D | xive.c | 485 ipb = xive_get_field32(NVT_W4_IPB, nvt.w4); in xive_tctx_need_resend() 489 nvt.w4 = xive_set_field32(NVT_W4_IPB, nvt.w4, 0); in xive_tctx_need_resend() 1541 XiveEAS *eas = (XiveEAS *) &end->w4; in xive_end_eas_pic_print_info() 1991 ipb = xive_get_field32(NVT_W4_IPB, nvt.w4) | in xive_router_end_notify() 1993 nvt.w4 = xive_set_field32(NVT_W4_IPB, nvt.w4, ipb); in xive_router_end_notify() 2023 (uint8_t) xive_get_field32(END_W4_ESC_END_BLOCK, end.w4), in xive_router_end_notify() 2024 (uint32_t) xive_get_field32(END_W4_ESC_END_INDEX, end.w4), in xive_router_end_notify() 2029 xive_router_end_notify_handler(xrtr, (XiveEAS *) &end.w4); in xive_router_end_notify()
|
H A D | xive2.c | 272 Xive2Eas *eas = (Xive2Eas *) &end->w4; in xive2_end_eas_pic_print_info() 1529 xive_get_field32(END2_W4_END_BLOCK, end.w4), in xive2_router_end_notify() 1530 xive_get_field32(END2_W4_ESC_END_INDEX, end.w4), in xive2_router_end_notify()
|
H A D | spapr_xive.c | 530 VMSTATE_UINT32(w4, XiveEND),
|
H A D | pnv_xive.c | 1844 xive_get_field32(NVT_W4_IPB, nvt->w4)); in xive_nvt_pic_print_info()
|
/qemu/tests/tcg/mips/include/ |
H A D | wrappers_msa.h | 42 RESET_MSA_REGISTER(w4); in reset_msa_registers()
|