Home | History | Annotate | Download | only in sljit

Lines Matching refs:SLJIT_FOP1_BASE

873 #define SLJIT_FOP1_BASE			128
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 + 8)