public static void LoadFloat(float float32) { CurrentEmitContext.Emit(CreateInstruction.LoadFloat(float32)); }