Home
last modified time | relevance | path

Searched refs:mem32 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/lib/
H A Dxxhash.c282 memcpy((uint8_t *)(state->mem32) + state->memsize, input, len); in xxh32_update()
288 const uint32_t *p32 = state->mem32; in xxh32_update()
290 memcpy((uint8_t *)(state->mem32) + state->memsize, input, in xxh32_update()
331 memcpy(state->mem32, p, (size_t)(b_end-p)); in xxh32_update()
341 const uint8_t *p = (const uint8_t *)state->mem32; in xxh32_digest()
342 const uint8_t *const b_end = (const uint8_t *)(state->mem32) + in xxh32_digest()
/openbmc/linux/include/linux/
H A Dxxhash.h153 uint32_t mem32[4]; member
/openbmc/qemu/target/xtensa/
H A Dtranslate.c1777 TCGv_i32 mem32 = tcg_temp_new_i32(); in translate_mac16() local
1784 tcg_gen_qemu_ld_tl(mem32, vaddr, dc->cring, mop); in translate_mac16()
1819 tcg_gen_mov_i32(cpu_SR[MR + arg[0].imm], mem32); in translate_mac16()