Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dmxu_translate.c675 uint32_t XRa, Rb; in gen_mxu_s32i2m() local
679 XRa = extract32(ctx->opcode, 6, 5); in gen_mxu_s32i2m()
683 if (XRa <= 15) { in gen_mxu_s32i2m()
684 gen_store_mxu_gpr(t0, XRa); in gen_mxu_s32i2m()
685 } else if (XRa == 16) { in gen_mxu_s32i2m()
696 uint32_t XRa, Rb; in gen_mxu_s32m2i() local
700 XRa = extract32(ctx->opcode, 6, 5); in gen_mxu_s32m2i()
703 if (XRa <= 15) { in gen_mxu_s32m2i()
704 gen_load_mxu_gpr(t0, XRa); in gen_mxu_s32m2i()
705 } else if (XRa == 16) { in gen_mxu_s32m2i()
[all …]