Home
last modified time | relevance | path

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

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