fsub
static float fsub(float x, float y)
double fsub(double x, double y) { return x - y; }
fsub = 0x11,