Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dinstmap.h29 OPC_RISC_BRANCH = (0x63), enumerator
98 OPC_RISC_BEQ = OPC_RISC_BRANCH | (0x0 << 12),
99 OPC_RISC_BNE = OPC_RISC_BRANCH | (0x1 << 12),
100 OPC_RISC_BLT = OPC_RISC_BRANCH | (0x4 << 12),
101 OPC_RISC_BGE = OPC_RISC_BRANCH | (0x5 << 12),
102 OPC_RISC_BLTU = OPC_RISC_BRANCH | (0x6 << 12),
103 OPC_RISC_BGEU = OPC_RISC_BRANCH | (0x7 << 12)