Searched refs:BYTEREV (Results 1 – 3 of 3) sorted by relevance
/linux/arch/powerpc/include/asm/ |
A D | sstep.h | 69 #define BYTEREV 0x80 macro
|
/linux/arch/powerpc/lib/ |
A D | sstep.c | 2439 op->type = MKOP(LOAD, BYTEREV, 8); in analyse_instr() 2448 op->type = MKOP(LOAD, BYTEREV, 4); in analyse_instr() 2504 op->type = MKOP(STORE, BYTEREV, 8); in analyse_instr() 2514 op->type = MKOP(STORE, BYTEREV, 4); in analyse_instr() 2526 op->type = MKOP(LOAD, BYTEREV, 2); in analyse_instr() 2530 op->type = MKOP(STORE, BYTEREV, 2); in analyse_instr() 3427 if ((op->type & BYTEREV) == (cross_endian ? 0 : BYTEREV)) in emulate_loadstore()
|
/linux/arch/powerpc/kvm/ |
A D | emulate_loadstore.c | 103 int instr_byte_swap = op.type & BYTEREV; in kvmppc_emulate_loadstore()
|
Completed in 12 milliseconds