Searched refs:byterev_8 (Results 1 – 1 of 1) sorted by relevance
259 static nokprobe_inline unsigned long byterev_8(unsigned long x) in byterev_8() function276 *(unsigned long *)ptr = byterev_8(*(unsigned long *)ptr); in do_byte_reverse()281 tmp = byterev_8(up[0]); in do_byte_reverse()282 up[0] = byterev_8(up[1]); in do_byte_reverse()290 tmp = byterev_8(up[0]); in do_byte_reverse()291 up[0] = byterev_8(up[3]); in do_byte_reverse()293 tmp = byterev_8(up[2]); in do_byte_reverse()294 up[2] = byterev_8(up[1]); in do_byte_reverse()761 reg->d[IS_BE] = !rev ? v : byterev_8(v); in emulate_vsx_load()822 buf32[0].d[0] = byterev_8(reg[1].d[1]); in emulate_vsx_store()[all …]