Home
last modified time | relevance | path

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

/openbmc/qemu/disas/
H A Dsparc.c55 SPARC_OPCODE_ARCH_V9, enumerator
69 #define SPARC_OPCODE_ARCH_V9_P(arch) ((arch) >= SPARC_OPCODE_ARCH_V9)
258 #define MASK_V9 SPARC_OPCODE_ARCH_MASK (SPARC_OPCODE_ARCH_V9)
2246 #define MASK_V9 ((1 << SPARC_OPCODE_ARCH_V9) \
2450 return SPARC_OPCODE_ARCH_MASK (SPARC_OPCODE_ARCH_V9); in compute_arch_mask()