Searched refs:BYTEREV (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dsstep.h69 #define BYTEREV 0x80 macro
/linux-master/arch/powerpc/kvm/
H A Demulate_loadstore.c104 int instr_byte_swap = op.type & BYTEREV;
227 int instr_byte_swap = op.type & BYTEREV;
/linux-master/arch/powerpc/lib/
H A Dsstep.c2437 op->type = MKOP(LOAD, BYTEREV, 8);
2446 op->type = MKOP(LOAD, BYTEREV, 4);
2502 op->type = MKOP(STORE, BYTEREV, 8);
2512 op->type = MKOP(STORE, BYTEREV, 4);
2524 op->type = MKOP(LOAD, BYTEREV, 2);
2528 op->type = MKOP(STORE, BYTEREV, 2);
3427 if ((op->type & BYTEREV) == (cross_endian ? 0 : BYTEREV))

Completed in 153 milliseconds