Searched refs:optn3 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | mxu_translate.c | 721 uint32_t XRa, Rb, s8, optn3; in gen_mxu_s8ldd() local 728 optn3 = extract32(ctx->opcode, 18, 3); in gen_mxu_s8ldd() 737 switch (optn3) { in gen_mxu_s8ldd() 801 uint32_t XRa, Rb, s8, optn3; in gen_mxu_s8std() local 808 optn3 = extract32(ctx->opcode, 18, 3); in gen_mxu_s8std() 811 if (optn3 > 3) { in gen_mxu_s8std() 823 switch (optn3) { in gen_mxu_s8std() 3752 uint32_t XRa, s8, optn3, pad; in gen_mxu_s32lui() local 3757 optn3 = extract32(ctx->opcode, 23, 3); in gen_mxu_s32lui() 3767 switch (optn3) { in gen_mxu_s32lui() [all …]
|