Searched refs:strd2 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | mxu_translate.c | 1590 bool postinc, uint32_t strd2) in gen_mxu_s32ldxvx() argument 1604 tcg_gen_shli_tl(t1, t1, strd2); in gen_mxu_s32ldxvx() 1628 static void gen_mxu_lxx(DisasContext *ctx, uint32_t strd2, MemOp mop) in gen_mxu_lxx() argument 1642 tcg_gen_shli_tl(t1, t1, strd2); in gen_mxu_lxx() 1659 bool postinc, uint32_t strd2) in gen_mxu_s32stxvx() argument 1673 tcg_gen_shli_tl(t1, t1, strd2); in gen_mxu_s32stxvx() 4567 uint32_t strd2 = extract32(ctx->opcode, 14, 2); in decode_opc_mxu__pool06() local 4572 if (strd2 <= 2) { in decode_opc_mxu__pool06() 4573 gen_mxu_s32ldxvx(ctx, opcode, false, strd2); in decode_opc_mxu__pool06() 4587 uint32_t strd2 = extract32(ctx->opcode, 14, 2); in decode_opc_mxu__pool07() local [all …]
|