Searched refs:Rb (Results 1 – 2 of 2) sorted by relevance
/qemu/target/mips/tcg/ |
H A D | mxu_translate.c | 675 uint32_t XRa, Rb; in gen_mxu_s32i2m() local 680 Rb = extract32(ctx->opcode, 16, 5); in gen_mxu_s32i2m() 682 gen_load_gpr(t0, Rb); in gen_mxu_s32i2m() 696 uint32_t XRa, Rb; in gen_mxu_s32m2i() local 701 Rb = extract32(ctx->opcode, 16, 5); in gen_mxu_s32m2i() 709 gen_store_gpr(t0, Rb); in gen_mxu_s32m2i() 721 uint32_t XRa, Rb, s8, optn3; in gen_mxu_s8ldd() local 729 Rb = extract32(ctx->opcode, 21, 5); in gen_mxu_s8ldd() 731 gen_load_gpr(t0, Rb); in gen_mxu_s8ldd() 734 gen_store_gpr(t0, Rb); in gen_mxu_s8ldd() [all …]
|
H A D | msa_helper.c | 5882 #define Rb(pwr, i) (pwr->b[i]) macro
|