Searched refs:fclass_d (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | internals.h | 74 target_ulong fclass_d(uint64_t frs1);
|
H A D | fpu_helper.c | 527 return fclass_d(frs1); in helper_fclass_d()
|
H A D | insn32.decode | 329 fclass_d 1110001 00000 ..... 001 ..... 1010011 @r2
|
H A D | vector_helper.c | 4436 target_ulong fclass_d(uint64_t frs1) in fclass_d() function 4457 RVVCALL(OPIVV1, vfclass_v_d, OP_UU_D, H8, H8, fclass_d) in RVVCALL()
|
H A D | helper.h | 75 DEF_HELPER_FLAGS_1(fclass_d, TCG_CALL_NO_RWG_SE, tl, i64)
|
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_farith.c.inc | 197 TRANS(fclass_d, FP_DP, gen_ff, gen_helper_fclass_d)
|
/openbmc/qemu/target/loongarch/ |
H A D | insns.decode | 365 fclass_d 0000 00010001 01000 01110 ..... ..... @ff
|
H A D | helper.h | 54 DEF_HELPER_FLAGS_2(fclass_d, TCG_CALL_NO_RWG_SE, i64, env, i64)
|
H A D | disas.c | 474 INSN(fclass_d, ff) in INSN()
|