/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/* * Prototypes for the inline templates in vis.il
*/
/* Pure edge handling instructions */ int vis_edge8(void * /*frs1*/, void * /*frs2*/); int vis_edge8l(void * /*frs1*/, void * /*frs2*/); int vis_edge16(void * /*frs1*/, void * /*frs2*/); int vis_edge16l(void * /*frs1*/, void * /*frs2*/); int vis_edge32(void * /*frs1*/, void * /*frs2*/); int vis_edge32l(void * /*frs1*/, void * /*frs2*/);
/* Edge handling instructions with negative return values if cc set. */ int vis_edge8cc(void * /*frs1*/, void * /*frs2*/); int vis_edge8lcc(void * /*frs1*/, void * /*frs2*/); int vis_edge16cc(void * /*frs1*/, void * /*frs2*/); int vis_edge16lcc(void * /*frs1*/, void * /*frs2*/); int vis_edge32cc(void * /*frs1*/, void * /*frs2*/); int vis_edge32lcc(void * /*frs1*/, void * /*frs2*/);
/* Alignment instructions. */ void *vis_alignaddr(void * /*rs1*/, int /*rs2*/); void *vis_alignaddrl(void * /*rs1*/, int /*rs2*/); double vis_faligndata(double/*frs1*/, double /*frs2*/);
/* Partitioned comparison instructions. */ int vis_fcmple16(double/*frs1*/, double /*frs2*/); int vis_fcmpne16(double/*frs1*/, double /*frs2*/); int vis_fcmple32(double/*frs1*/, double /*frs2*/); int vis_fcmpne32(double/*frs1*/, double /*frs2*/); int vis_fcmpgt16(double/*frs1*/, double /*frs2*/); int vis_fcmpeq16(double/*frs1*/, double /*frs2*/); int vis_fcmpgt32(double/*frs1*/, double /*frs2*/); int vis_fcmpeq32(double/*frs1*/, double /*frs2*/);
/* "<" and ">=" may be implemented in terms of ">" and "<=". */ #define vis_fcmplt16(a, b) vis_fcmpgt16((b), (a)) #define vis_fcmplt32(a, b) vis_fcmpgt32((b), (a)) #define vis_fcmpge16(a, b) vis_fcmple16((b), (a)) #define vis_fcmpge32(a, b) vis_fcmple32((b), (a))
#ifdef __cplusplus
} // End of extern "C" #endif/* __cplusplus */
#endif/* VIS_PROTO_H */
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.23 Sekunden
(vorverarbeitet am 2026-04-27)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.