Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/lib/
H A Dsstep.c276 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()
889 buf32[0].d[0] = byterev_8(reg[1].d[1]); in emulate_vsx_store()
906 buf.d[0] = byterev_8(reg->d[1]); in emulate_vsx_store()
907 buf.d[1] = byterev_8(reg->d[0]); in emulate_vsx_store()
2503 op->val = byterev_8(regs->gpr[rd]); in analyse_instr()
[all …]