Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dsstep.h100 #define GETTYPE(t) ((t) & INSTR_TYPE_MASK) macro
/Linux-v4.19/arch/powerpc/kernel/
Dalign.c342 type = GETTYPE(op.type); in fix_alignment()
/Linux-v4.19/arch/powerpc/lib/
Dsstep.c2550 if ((GETTYPE(op->type) == LOAD_VSX || in analyse_instr()
2551 GETTYPE(op->type) == STORE_VSX) && in analyse_instr()
2654 switch (GETTYPE(op->type)) { in emulate_update_regs()
2752 type = GETTYPE(op->type); in emulate_loadstore()
3014 type = GETTYPE(op.type); in emulate_step()