Home
last modified time | relevance | path

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

/qemu/disas/
H A Dsparc.c57 SPARC_OPCODE_ARCH_V9B, /* V9 with ultrasparc and cheetah additions. */ enumerator
260 #define MASK_V9B SPARC_OPCODE_ARCH_MASK (SPARC_OPCODE_ARCH_V9B)
2248 | (1 << SPARC_OPCODE_ARCH_V9B))
2456 return SPARC_OPCODE_ARCH_MASK (SPARC_OPCODE_ARCH_V9B); in compute_arch_mask()