Home
last modified time | relevance | path

Searched defs:inst_length (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/powerpc/kernel/
H A Dtraps.c602 #define inst_length(reason) (((reason) & REASON_PREFIXED) ? 8 : 4) macro
/openbmc/qemu/disas/
H A Driscv.c5059 static size_t inst_length(rv_inst inst) in inst_length() function