Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/
Dsstep.h69 #define BYTEREV 0x80 macro
/linux-6.1.9/arch/powerpc/kvm/
Demulate_loadstore.c104 int instr_byte_swap = op.type & BYTEREV; in kvmppc_emulate_loadstore()
/linux-6.1.9/arch/powerpc/lib/
Dsstep.c2426 op->type = MKOP(LOAD, BYTEREV, 8); in analyse_instr()
2435 op->type = MKOP(LOAD, BYTEREV, 4); in analyse_instr()
2491 op->type = MKOP(STORE, BYTEREV, 8); in analyse_instr()
2501 op->type = MKOP(STORE, BYTEREV, 4); in analyse_instr()
2513 op->type = MKOP(LOAD, BYTEREV, 2); in analyse_instr()
2517 op->type = MKOP(STORE, BYTEREV, 2); in analyse_instr()
3416 if ((op->type & BYTEREV) == (cross_endian ? 0 : BYTEREV)) in emulate_loadstore()