Home
last modified time | relevance | path

Searched refs:BYTEREV (Results 1 – 2 of 2) sorted by relevance

/arch/powerpc/include/asm/
Dsstep.h61 #define BYTEREV 0x80 macro
/arch/powerpc/lib/
Dsstep.c1447 op->type = MKOP(LOAD, BYTEREV, 8); in analyse_instr()
1456 op->type = MKOP(LOAD, BYTEREV, 4); in analyse_instr()
1501 op->type = MKOP(STORE, BYTEREV, 8); in analyse_instr()
1511 op->type = MKOP(STORE, BYTEREV, 4); in analyse_instr()
1526 op->type = MKOP(LOAD, BYTEREV, 2); in analyse_instr()
1530 op->type = MKOP(STORE, BYTEREV, 2); in analyse_instr()
1872 if (op.type & BYTEREV) in emulate_step()