Searched refs:OPC_EXTR_W_DSP (Results 1 – 1 of 1) sorted by relevance
/qemu/target/mips/tcg/ |
H A D | translate.c | 383 OPC_EXTR_W_DSP = 0x38 | OPC_SPECIAL3, enumerator 676 OPC_EXTR_W = (0x00 << 6) | OPC_EXTR_W_DSP, 677 OPC_EXTR_R_W = (0x04 << 6) | OPC_EXTR_W_DSP, 678 OPC_EXTR_RS_W = (0x06 << 6) | OPC_EXTR_W_DSP, 679 OPC_EXTR_S_H = (0x0E << 6) | OPC_EXTR_W_DSP, 680 OPC_EXTRV_S_H = (0x0F << 6) | OPC_EXTR_W_DSP, 681 OPC_EXTRV_W = (0x01 << 6) | OPC_EXTR_W_DSP, 682 OPC_EXTRV_R_W = (0x05 << 6) | OPC_EXTR_W_DSP, 683 OPC_EXTRV_RS_W = (0x07 << 6) | OPC_EXTR_W_DSP, 684 OPC_EXTP = (0x02 << 6) | OPC_EXTR_W_DSP, [all …]
|