Home
last modified time | relevance | path

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

/qemu/target/riscv/
H A Dinternals.h71 target_ulong fclass_d(uint64_t frs1);
H A Dfpu_helper.c527 return fclass_d(frs1); in helper_fclass_d()
H A Dinsn32.decode317 fclass_d 1110001 00000 ..... 001 ..... 1010011 @r2
H A Dvector_helper.c4235 target_ulong fclass_d(uint64_t frs1) in fclass_d() function
4256 RVVCALL(OPIVV1, vfclass_v_d, OP_UU_D, H8, H8, fclass_d) in RVVCALL()
H A Dhelper.h75 DEF_HELPER_FLAGS_1(fclass_d, TCG_CALL_NO_RWG_SE, tl, i64)
/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_farith.c.inc197 TRANS(fclass_d, FP_DP, gen_ff, gen_helper_fclass_d)
/qemu/target/loongarch/
H A Dinsns.decode365 fclass_d 0000 00010001 01000 01110 ..... ..... @ff
H A Dhelper.h54 DEF_HELPER_FLAGS_2(fclass_d, TCG_CALL_NO_RWG_SE, i64, env, i64)
H A Ddisas.c474 INSN(fclass_d, ff) in INSN()