Searched refs:FABS (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/arch/powerpc/math-emu/ |
H A D | math.c | 146 #define FABS 0x108 /* 264 */ macro 318 case FABS: func = fabs; type = XB; break; in do_mathemu()
|
/openbmc/linux/arch/parisc/math-emu/ |
H A D | float.h | 552 #define FABS (3<<2) | 0
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvzfh.c.inc | 333 if (a->rs1 == a->rs2) { /* FABS */
|
H A D | trans_rvf.c.inc | 339 if (a->rs1 == a->rs2) { /* FABS */
|
H A D | trans_rvd.c.inc | 312 if (a->rs1 == a->rs2) { /* FABS */
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sve.decode | 368 # Note esz != 0 for FABS and FNEG. 374 FABS 00000100 .. 011 100 101 ... ..... ..... @rd_pg_rn
|
H A D | translate-sve.c | 791 TRANS_FEAT(FABS, aa64_sve, gen_gvec_ool_arg_zpz, fabs_fns[a->esz], a, 0)
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | x86.csv | 584 "FABS","FABS","fabs","D9 E1","V","V","","","","",""
|