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

/external/pcre/dist2/src/sljit/
H A DsljitLir.h649 #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)
[all...]

Completed in 72 milliseconds