Searched defs:SLJIT_FOP1_BASE (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist2/src/sljit/
H A DsljitLir.h873 #define SLJIT_FOP1_BASE 128 macro
876 #define SLJIT_MOV_F64 (SLJIT_FOP1_BASE + 0)
882 #define SLJIT_CONV_F64_FROM_F32 (SLJIT_FOP1_BASE + 1)
885 #define SLJIT_CONV_SW_FROM_F64 (SLJIT_FOP1_BASE + 2)
888 #define SLJIT_CONV_S32_FROM_F64 (SLJIT_FOP1_BASE + 3)
891 #define SLJIT_CONV_F64_FROM_SW (SLJIT_FOP1_BASE + 4)
894 #define SLJIT_CONV_F64_FROM_S32 (SLJIT_FOP1_BASE + 5)
900 #define SLJIT_CMP_F64 (SLJIT_FOP1_BASE + 6)
903 #define SLJIT_NEG_F64 (SLJIT_FOP1_BASE + 7)
906 #define SLJIT_ABS_F64 (SLJIT_FOP1_BASE
[all...]

Completed in 117 milliseconds