Searched refs:OPC_REGIMM (Results 1 – 1 of 1) sorted by relevance
/external/qemu/target-mips/ |
D | translate.c | 47 OPC_REGIMM = (0x01 << 26), enumerator 229 OPC_BLTZ = (0x00 << 16) | OPC_REGIMM, 230 OPC_BLTZL = (0x02 << 16) | OPC_REGIMM, 231 OPC_BGEZ = (0x01 << 16) | OPC_REGIMM, 232 OPC_BGEZL = (0x03 << 16) | OPC_REGIMM, 233 OPC_BLTZAL = (0x10 << 16) | OPC_REGIMM, 234 OPC_BLTZALL = (0x12 << 16) | OPC_REGIMM, 235 OPC_BGEZAL = (0x11 << 16) | OPC_REGIMM, 236 OPC_BGEZALL = (0x13 << 16) | OPC_REGIMM, 237 OPC_TGEI = (0x08 << 16) | OPC_REGIMM, [all …]
|