Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/lib/
Dsstep.c254 static nokprobe_inline unsigned long byterev_8(unsigned long x) in byterev_8() function
271 *(unsigned long *)ptr = byterev_8(*(unsigned long *)ptr); in do_byte_reverse()
276 tmp = byterev_8(up[0]); in do_byte_reverse()
277 up[0] = byterev_8(up[1]); in do_byte_reverse()
285 tmp = byterev_8(up[0]); in do_byte_reverse()
286 up[0] = byterev_8(up[3]); in do_byte_reverse()
288 tmp = byterev_8(up[2]); in do_byte_reverse()
289 up[2] = byterev_8(up[1]); in do_byte_reverse()
828 reg->d[IS_BE] = !rev ? v : byterev_8(v); in emulate_vsx_load()
889 buf32[0].d[0] = byterev_8(reg[1].d[1]); in emulate_vsx_store()
[all …]