Searched refs:srcl (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/m68k/math-emu/ |
H A D | multi_arith.h | 130 #define fp_div64(quot, rem, srch, srcl, div) \ argument 132 : "dm" (div), "1" (srch), "0" (srcl)) 154 #define fp_sub96c(dest, srch, srcm, srcl) ({ \ argument 157 : "dm,d" (srcl), "0,0" (dest.m32[2])); \
|
/openbmc/qemu/target/riscv/ |
H A D | op_helper.c | 98 target_ulong srcl, target_ulong srch) in helper_csrw_i128() argument 101 int128_make128(srcl, srch), in helper_csrw_i128() 110 target_ulong srcl, target_ulong srch, in helper_csrrw_i128() argument 115 int128_make128(srcl, srch), in helper_csrrw_i128()
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvi.c.inc | 487 TCGv srcl, TCGv srch, target_long imm) 491 tcg_gen_add2_tl(retl, reth, srcl, srch, imml, immh); 944 static bool do_csrw_i128(DisasContext *ctx, int rc, TCGv srcl, TCGv srch) 949 gen_helper_csrw_i128(tcg_env, csr, srcl, srch); 954 TCGv srcl, TCGv srch, TCGv maskl, TCGv maskh) 961 gen_helper_csrrw_i128(destl, tcg_env, csr, srcl, srch, maskl, maskh); 985 TCGv srcl = get_gpr(ctx, a->rs1, EXT_NONE); 993 return do_csrw_i128(ctx, a->csr, srcl, srch); 997 return do_csrrw_i128(ctx, a->rd, a->csr, srcl, srch, mask, mask);
|