Searched refs:maskh (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvi.c.inc | 954 TCGv srcl, TCGv srch, TCGv maskl, TCGv maskh) 961 gen_helper_csrrw_i128(destl, tcg_env, csr, srcl, srch, maskl, maskh); 1025 TCGv maskh = get_gprh(ctx, a->rs1); 1026 return do_csrrw_i128(ctx, a->rd, a->csr, ones, ones, maskl, maskh); 1052 TCGv maskh = get_gprh(ctx, a->rs1); 1054 ctx->zero, ctx->zero, maskl, maskh);
|
/openbmc/qemu/target/riscv/ |
H A D | op_helper.c | 111 target_ulong maskl, target_ulong maskh) in helper_csrrw_i128() argument 116 int128_make128(maskl, maskh)); in helper_csrrw_i128()
|