Home
last modified time | relevance | path

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

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