Searched refs:BYTEREV (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | sstep.h | 70 #define BYTEREV 0x80 macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/lib/ |
| H A D | sstep.c | 2279 op->type = MKOP(LOAD, BYTEREV, 8); in analyse_instr() 2288 op->type = MKOP(LOAD, BYTEREV, 4); in analyse_instr() 2344 op->type = MKOP(STORE, BYTEREV, 8); in analyse_instr() 2354 op->type = MKOP(STORE, BYTEREV, 4); in analyse_instr() 2366 op->type = MKOP(LOAD, BYTEREV, 2); in analyse_instr() 2370 op->type = MKOP(STORE, BYTEREV, 2); in analyse_instr() 3233 if ((op->type & BYTEREV) == (cross_endian ? 0 : BYTEREV)) in emulate_loadstore()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | emulate_loadstore.c | 103 int instr_byte_swap = op.type & BYTEREV; in kvmppc_emulate_loadstore()
|