Home
last modified time | relevance | path

Searched refs:vfp_single_packed_negate (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm/vfp/
H A Dvfp.h178 #define vfp_single_packed_negate(v) ((v) ^ 0x80000000) macro
H A Dvfpsingle.c273 vfp_put_float(vfp_single_packed_negate(m), sd); in vfp_single_fneg()
1046 return vfp_single_fadd(sd, sn, vfp_single_packed_negate(m), fpscr); in vfp_single_fsub()