Searched refs:optn2 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | mxu_translate.c | 854 uint32_t XRa, Rb, optn2; in gen_mxu_s16ldd() local 862 optn2 = extract32(ctx->opcode, 19, 2); in gen_mxu_s16ldd() 871 switch (optn2) { in gen_mxu_s16ldd() 908 uint32_t XRa, Rb, optn2; in gen_mxu_s16std() local 916 optn2 = extract32(ctx->opcode, 19, 2); in gen_mxu_s16std() 919 if (optn2 > 1) { in gen_mxu_s16std() 931 switch (optn2) { in gen_mxu_s16std() 997 uint32_t XRa, XRb, XRc, XRd, optn2; in gen_mxu_d16mul() local 1008 optn2 = extract32(ctx->opcode, 22, 2); in gen_mxu_d16mul() 1023 switch (optn2) { in gen_mxu_d16mul() [all …]
|