Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dinternals.h73 target_ulong fclass_s(uint64_t frs1);
H A Dfpu_helper.c368 return fclass_s(frs1); in helper_fclass_s()
H A Dinsn32.decode296 fclass_s 1110000 00000 ..... 001 ..... 1010011 @r2
H A Dvector_helper.c4414 target_ulong fclass_s(uint64_t frs1) in GEN_VEXT_CMP_VF()
4453 RVVCALL(OPIVV1, vfclass_v_w, OP_UU_W, H4, H4, fclass_s) in fclass_d()
4417 target_ulong fclass_s(uint64_t frs1) fclass_s() function
H A Dhelper.h45 DEF_HELPER_FLAGS_2(fclass_s, TCG_CALL_NO_RWG_SE, tl, env, i64)
/openbmc/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_farith.c.inc196 TRANS(fclass_s, FP_SP, gen_ff, gen_helper_fclass_s)
/openbmc/qemu/target/loongarch/
H A Dinsns.decode364 fclass_s 0000 00010001 01000 01101 ..... ..... @ff
H A Dhelper.h53 DEF_HELPER_FLAGS_2(fclass_s, TCG_CALL_NO_RWG_SE, i64, env, i64)
H A Ddisas.c473 INSN(fclass_s, ff) in INSN()