Searched refs:FSQRT (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/arch/powerpc/math-emu/ |
H A D | math.c | 123 #define FSQRT 0x016 /* 22 */ macro 290 case FSQRT: func = fsqrt; type = XB; break; in do_mathemu()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | msa.decode | 243 FSQRT 011110 110010011 . ..... ..... 011110 @2rf
|
H A D | msa_translate.c | 747 TRANS(FSQRT, trans_msa_2rf, gen_helper_msa_fsqrt_df);
|
/openbmc/linux/arch/parisc/math-emu/ |
H A D | float.h | 553 #define FSQRT (4<<2) | 0
|
/openbmc/qemu/target/ppc/translate/ |
H A D | fp-impl.c.inc | 212 TRANS(FSQRT, do_helper_fsqrt, gen_helper_FSQRT);
|
/openbmc/qemu/target/ppc/ |
H A D | insn32.decode | 520 FSQRT 111111 ..... ----- ..... ----- 10110 . @A_tb
|
H A D | helper.h | 132 DEF_HELPER_2(FSQRT, f64, env, f64)
|
H A D | fpu_helper.c | 730 FPU_FSQRT(FSQRT, float64_sqrt) in FPU_FSQRT() argument
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | vec_helper.c | 2518 #define FSQRT(BIT, T) \ macro 2527 FSQRT(32, uint32_t) 2528 FSQRT(64, uint64_t)
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sve.decode | 1106 FSQRT 01100101 .. 001 101 101 ... ..... ..... @rd_pg_rn
|
H A D | translate-sve.c | 4014 TRANS_FEAT(FSQRT, aa64_sve, gen_gvec_fpst_arg_zpz, fsqrt_fns[a->esz],
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | x86.csv | 707 "FSQRT","FSQRT","fsqrt","D9 FA","V","V","","","","",""
|