Home
last modified time | relevance | path

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

/qemu/target/arm/tcg/
H A Dhelper-a64.c259 return float64_two; in HELPER()
261 return float64_muladd(a, b, float64_two, 0, fpst); in HELPER()
/qemu/include/fpu/
H A Dsoftfloat.h919 #define float64_two make_float64(0x4000000000000000ULL) macro