Lines Matching refs:SLJIT_32
888 #define SLJIT_32 0x100 macro
982 #define SLJIT_DIVMOD_U32 (SLJIT_DIVMOD_UW | SLJIT_32)
990 #define SLJIT_DIVMOD_S32 (SLJIT_DIVMOD_SW | SLJIT_32)
996 #define SLJIT_DIV_U32 (SLJIT_DIV_UW | SLJIT_32)
1004 #define SLJIT_DIV_S32 (SLJIT_DIV_SW | SLJIT_32)
1038 #define SLJIT_MOV32_U8 (SLJIT_MOV_U8 | SLJIT_32)
1041 #define SLJIT_MOV32_S8 (SLJIT_MOV_S8 | SLJIT_32)
1044 #define SLJIT_MOV32_U16 (SLJIT_MOV_U16 | SLJIT_32)
1047 #define SLJIT_MOV32_S16 (SLJIT_MOV_S16 | SLJIT_32)
1063 #define SLJIT_NOT32 (SLJIT_NOT | SLJIT_32)
1068 #define SLJIT_CLZ32 (SLJIT_CLZ | SLJIT_32)
1073 #define SLJIT_CTZ32 (SLJIT_CTZ | SLJIT_32)
1084 #define SLJIT_ADD32 (SLJIT_ADD | SLJIT_32)
1087 #define SLJIT_ADDC32 (SLJIT_ADDC | SLJIT_32)
1092 #define SLJIT_SUB32 (SLJIT_SUB | SLJIT_32)
1095 #define SLJIT_SUBC32 (SLJIT_SUBC | SLJIT_32)
1099 #define SLJIT_MUL32 (SLJIT_MUL | SLJIT_32)
1102 #define SLJIT_AND32 (SLJIT_AND | SLJIT_32)
1105 #define SLJIT_OR32 (SLJIT_OR | SLJIT_32)
1108 #define SLJIT_XOR32 (SLJIT_XOR | SLJIT_32)
1115 #define SLJIT_SHL32 (SLJIT_SHL | SLJIT_32)
1120 #define SLJIT_MSHL32 (SLJIT_MSHL | SLJIT_32)
1127 #define SLJIT_LSHR32 (SLJIT_LSHR | SLJIT_32)
1132 #define SLJIT_MLSHR32 (SLJIT_MLSHR | SLJIT_32)
1139 #define SLJIT_ASHR32 (SLJIT_ASHR | SLJIT_32)
1144 #define SLJIT_MASHR32 (SLJIT_MASHR | SLJIT_32)
1149 #define SLJIT_ROTL32 (SLJIT_ROTL | SLJIT_32)
1154 #define SLJIT_ROTR32 (SLJIT_ROTR | SLJIT_32)
1254 #define SLJIT_MOV_F32 (SLJIT_MOV_F64 | SLJIT_32)
1260 #define SLJIT_CONV_F32_FROM_F64 (SLJIT_CONV_F64_FROM_F32 | SLJIT_32)
1263 #define SLJIT_CONV_SW_FROM_F32 (SLJIT_CONV_SW_FROM_F64 | SLJIT_32)
1266 #define SLJIT_CONV_S32_FROM_F32 (SLJIT_CONV_S32_FROM_F64 | SLJIT_32)
1269 #define SLJIT_CONV_F32_FROM_SW (SLJIT_CONV_F64_FROM_SW | SLJIT_32)
1272 #define SLJIT_CONV_F32_FROM_S32 (SLJIT_CONV_F64_FROM_S32 | SLJIT_32)
1276 #define SLJIT_CMP_F32 (SLJIT_CMP_F64 | SLJIT_32)
1279 #define SLJIT_NEG_F32 (SLJIT_NEG_F64 | SLJIT_32)
1282 #define SLJIT_ABS_F32 (SLJIT_ABS_F64 | SLJIT_32)
1293 #define SLJIT_ADD_F32 (SLJIT_ADD_F64 | SLJIT_32)
1296 #define SLJIT_SUB_F32 (SLJIT_SUB_F64 | SLJIT_32)
1299 #define SLJIT_MUL_F32 (SLJIT_MUL_F64 | SLJIT_32)
1302 #define SLJIT_DIV_F32 (SLJIT_DIV_F64 | SLJIT_32)
1698 #define SLJIT_CURRENT_FLAGS_32 SLJIT_32