Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dsstep.h103 #define GETLENGTH(t) (((t) & PREFIXED) ? 8 : 4) macro
/openbmc/linux/arch/powerpc/lib/
H A Dsstep.c3230 next_pc = truncate_if_32bit(regs->msr, regs->nip + GETLENGTH(op->type)); in emulate_update_regs()
3669 truncate_if_32bit(regs->msr, regs->nip + GETLENGTH(op.type))); in emulate_step()