Searched refs:BYTEREV (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/arch/powerpc/include/asm/ |
| D | sstep.h | 69 #define BYTEREV 0x80 macro
|
| /Linux-v5.15/arch/powerpc/kvm/ |
| D | emulate_loadstore.c | 103 int instr_byte_swap = op.type & BYTEREV; in kvmppc_emulate_loadstore()
|
| /Linux-v5.15/arch/powerpc/lib/ |
| D | sstep.c | 2356 op->type = MKOP(LOAD, BYTEREV, 8); in analyse_instr() 2365 op->type = MKOP(LOAD, BYTEREV, 4); in analyse_instr() 2421 op->type = MKOP(STORE, BYTEREV, 8); in analyse_instr() 2431 op->type = MKOP(STORE, BYTEREV, 4); in analyse_instr() 2443 op->type = MKOP(LOAD, BYTEREV, 2); in analyse_instr() 2447 op->type = MKOP(STORE, BYTEREV, 2); in analyse_instr() 3344 if ((op->type & BYTEREV) == (cross_endian ? 0 : BYTEREV)) in emulate_loadstore()
|