Searched refs:BYTEREV (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/powerpc/include/asm/ |
D | sstep.h | 61 #define BYTEREV 0x80 macro
|
/linux-4.1.27/arch/powerpc/lib/ |
D | sstep.c | 1432 op->type = MKOP(LOAD, BYTEREV, 8); in analyse_instr() 1441 op->type = MKOP(LOAD, BYTEREV, 4); in analyse_instr() 1486 op->type = MKOP(STORE, BYTEREV, 8); in analyse_instr() 1496 op->type = MKOP(STORE, BYTEREV, 4); in analyse_instr() 1511 op->type = MKOP(LOAD, BYTEREV, 2); in analyse_instr() 1515 op->type = MKOP(STORE, BYTEREV, 2); in analyse_instr() 1863 if (op.type & BYTEREV) in emulate_step()
|