Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dpauth_helper.c195 static uint64_t tweak_cell_inv_rot(uint64_t cell) in tweak_cell_inv_rot() function
204 o |= tweak_cell_inv_rot(extract64(i, 48, 4)); in tweak_inv_shuffle()
211 o |= tweak_cell_inv_rot(extract64(i, 8, 4)) << 24; in tweak_inv_shuffle()
214 o |= tweak_cell_inv_rot(extract64(i, 28, 4)) << 32; in tweak_inv_shuffle()
215 o |= tweak_cell_inv_rot(extract64(i, 60, 4)) << 36; in tweak_inv_shuffle()
216 o |= tweak_cell_inv_rot(extract64(i, 56, 4)) << 40; in tweak_inv_shuffle()
217 o |= tweak_cell_inv_rot(extract64(i, 16, 4)) << 44; in tweak_inv_shuffle()
222 o |= tweak_cell_inv_rot(extract64(i, 44, 4)) << 60; in tweak_inv_shuffle()