Home
last modified time | relevance | path

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

/qemu/tests/migration/aarch64/
H A Da-b-kernel.S32 mov w3, 'A'
34 strb w3, [x2]
37 mov w3, #0
40 strb w3, [x4]
54 ldrb w3, [x4]
55 add w3, w3, #1
56 strb w3, [x4]
71 mov w3, 'B'
72 strb w3, [x2]
/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
279 Round(f, g, h, &a, b, c, d, &e, 0xe9b5dba58189dbbcull, w3 = be64_to_cpu(chunk[3])); in Transform()
295 Round(g, h, a, &b, c, d, e, &f, 0x0fc19dc68b8cd5b5ull, w2 += sigma1(w0) + w11 + sigma0(w3)); in Transform()
296 Round(f, g, h, &a, b, c, d, &e, 0x240ca1cc77ac9c65ull, w3 += sigma1(w1) + w12 + sigma0(w4)); in Transform()
298 Round(d, e, f, &g, h, a, b, &c, 0x4a7484aa6ea6e483ull, w5 += sigma1(w3) + w14 + sigma0(w6)); in Transform()
312 Round(g, h, a, &b, c, d, e, &f, 0x4d2c6dfc5ac42aedull, w2 += sigma1(w0) + w11 + sigma0(w3)); in Transform()
313 Round(f, g, h, &a, b, c, d, &e, 0x53380d139d95b3dfull, w3 += sigma1(w1) + w12 + sigma0(w4)); in Transform()
315 Round(d, e, f, &g, h, a, b, &c, 0x766a0abb3c77b2a8ull, w5 += sigma1(w3) + w14 + sigma0(w6)); in Transform()
329 Round(g, h, a, &b, c, d, e, &f, 0x2748774cdf8eeb99ull, w2 += sigma1(w0) + w11 + sigma0(w3)); in Transform()
330 Round(f, g, h, &a, b, c, d, &e, 0x34b0bcb5e19b48a8ull, w3 += sigma1(w1) + w12 + sigma0(w4)); in Transform()
[all …]
/qemu/include/hw/ppc/
H A Dxive2_regs.h87 uint32_t w3; member
130 (be32_to_cpu(end->w3) & END2_W3_EQ_ADDR_LO); in xive2_end_qaddr()
156 uint32_t w3; member
205 uint32_t w3; member
H A Dxive_regs.h227 uint32_t w3; member
261 be32_to_cpu(end->w3); in xive_end_qaddr()
276 uint32_t w3; member
/qemu/crypto/
H A Daes.c1066 uint32_t w0, w1, w2, w3; in aesenc_SB_SR_MC_AK_swap() local
1083 w3 = (AES_Te0[st->b[swap_b ^ AES_SH(0xC)]] ^ in aesenc_SB_SR_MC_AK_swap()
1093 w3 = bswap32(w3); in aesenc_SB_SR_MC_AK_swap()
1099 r->w[swap_w ^ 3] = rk->w[swap_w ^ 3] ^ w3; in aesenc_SB_SR_MC_AK_swap()
1228 uint32_t w0, w1, w2, w3; in aesdec_ISB_ISR_IMC_AK_swap() local
1245 w3 = (AES_Td0[st->b[swap_b ^ AES_ISH(0xC)]] ^ in aesdec_ISB_ISR_IMC_AK_swap()
1255 w3 = bswap32(w3); in aesdec_ISB_ISR_IMC_AK_swap()
1261 r->w[swap_w ^ 3] = rk->w[swap_w ^ 3] ^ w3; in aesdec_ISB_ISR_IMC_AK_swap()
/qemu/hw/intc/
H A Dxive2.c47 uint32_t qsize = xive_get_field32(END2_W3_QSIZE, end->w3); in xive2_end_queue_pic_print_info()
79 uint32_t qsize = xive_get_field32(END2_W3_QSIZE, end->w3); in xive2_end_pic_print_info()
144 uint32_t qsize = xive_get_field32(END2_W3_QSIZE, end->w3); in xive2_end_enqueue()
H A Dspapr_xive.c529 VMSTATE_UINT32(w3, XiveEND),
1380 end.w3 = cpu_to_be32(qpage & 0xffffffff); in h_int_set_queue_config()
/qemu/tests/tcg/mips/include/
H A Dwrappers_msa.h41 RESET_MSA_REGISTER(w3); in reset_msa_registers()