Home
last modified time | relevance | path

Searched refs:FRSQRTE (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dsme-fa64.decode43 OK 01-1 1110 1-10 0001 11-1 10-- ---- ---- # FRECPE/FRSQRTE/FRECPX (scalar)
44 OK 01-1 1110 1111 1001 11-1 10-- ---- ---- # FRECPE/FRSQRTE/FRECPX (scalar, FP16)
H A Dsve.decode996 FRSQRTE 01100101 .. 001 111 001100 ..... ..... @rd_rn
H A Dtranslate-sve.c3618 TRANS_FEAT(FRSQRTE, aa64_sve, gen_gvec_fpst_arg_zz, frsqrte_fns[a->esz], a, 0)
/openbmc/linux/arch/powerpc/math-emu/
H A Dmath.c127 #define FRSQRTE 0x01a /* 26 */ macro
294 case FRSQRTE: func = frsqrte; type = XB; break; in do_mathemu()
/openbmc/qemu/target/ppc/translate/
H A Dfp-impl.c.inc209 TRANS_FLAGS(FLOAT_FRSQRTE, FRSQRTE, do_helper_bs, gen_helper_FRSQRTE);
/openbmc/qemu/target/ppc/
H A Dinsn32.decode526 FRSQRTE 111111 ..... ----- ..... ----- 11010 . @A_tb
H A Dhelper.h136 DEF_HELPER_2(FRSQRTE, i64, env, i64)
H A Dfpu_helper.c783 FPU_FRSQRTE(FRSQRTE, float64_div)