Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dtranslate.c6980 #define PPC_OPCODE_MASK 0x3 macro
6984 return ((uintptr_t)handler & PPC_OPCODE_MASK) == PPC_INDIRECT; in is_indirect_opcode()
6989 return (opc_handler_t **)((uintptr_t)handler & ~PPC_OPCODE_MASK); in ind_table()