Home
last modified time | relevance | path

Searched defs:FSUB (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/powerpc/math-emu/
H A Dmath.c121 #define FSUB 0x014 /* 20 */ macro
/openbmc/qemu/target/i386/
H A Dops_sse.h292 #define FSUB(a, b) ((a) - (b)) macro