Home
last modified time | relevance | path

Searched refs:vfp_single_packed_negate (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 5 milliseconds