Lines Matching refs:SLJIT_F32_OP
649 #define SLJIT_F32_OP 0x100 macro
877 #define SLJIT_MOV_F32 (SLJIT_MOV_F64 | SLJIT_F32_OP)
883 #define SLJIT_CONV_F32_FROM_F64 (SLJIT_CONV_F64_FROM_F32 | SLJIT_F32_OP)
886 #define SLJIT_CONV_SW_FROM_F32 (SLJIT_CONV_SW_FROM_F64 | SLJIT_F32_OP)
889 #define SLJIT_CONV_S32_FROM_F32 (SLJIT_CONV_S32_FROM_F64 | SLJIT_F32_OP)
892 #define SLJIT_CONV_F32_FROM_SW (SLJIT_CONV_F64_FROM_SW | SLJIT_F32_OP)
895 #define SLJIT_CONV_F32_FROM_S32 (SLJIT_CONV_F64_FROM_S32 | SLJIT_F32_OP)
901 #define SLJIT_CMP_F32 (SLJIT_CMP_F64 | SLJIT_F32_OP)
904 #define SLJIT_NEG_F32 (SLJIT_NEG_F64 | SLJIT_F32_OP)
907 #define SLJIT_ABS_F32 (SLJIT_ABS_F64 | SLJIT_F32_OP)
918 #define SLJIT_ADD_F32 (SLJIT_ADD_F64 | SLJIT_F32_OP)
921 #define SLJIT_SUB_F32 (SLJIT_SUB_F64 | SLJIT_F32_OP)
924 #define SLJIT_MUL_F32 (SLJIT_MUL_F64 | SLJIT_F32_OP)
927 #define SLJIT_DIV_F32 (SLJIT_DIV_F64 | SLJIT_F32_OP)
979 #define SLJIT_EQUAL_F32 (SLJIT_EQUAL_F64 | SLJIT_F32_OP)
981 #define SLJIT_NOT_EQUAL_F32 (SLJIT_NOT_EQUAL_F64 | SLJIT_F32_OP)
983 #define SLJIT_LESS_F32 (SLJIT_LESS_F64 | SLJIT_F32_OP)
985 #define SLJIT_GREATER_EQUAL_F32 (SLJIT_GREATER_EQUAL_F64 | SLJIT_F32_OP)
987 #define SLJIT_GREATER_F32 (SLJIT_GREATER_F64 | SLJIT_F32_OP)
989 #define SLJIT_LESS_EQUAL_F32 (SLJIT_LESS_EQUAL_F64 | SLJIT_F32_OP)
991 #define SLJIT_UNORDERED_F32 (SLJIT_UNORDERED_F64 | SLJIT_F32_OP)
993 #define SLJIT_ORDERED_F32 (SLJIT_ORDERED_F64 | SLJIT_F32_OP)