Searched refs:SLJIT_CONV_S32_FROM_F64 (Results 1 - 4 of 4) sorted by relevance

/external/pcre/dist2/src/sljit/
H A DsljitLir.h888 #define SLJIT_CONV_S32_FROM_F64 (SLJIT_FOP1_BASE + 3) macro
889 #define SLJIT_CONV_S32_FROM_F32 (SLJIT_CONV_S32_FROM_F64 | SLJIT_F32_OP)
H A DsljitLir.c1251 CHECK_ARGUMENT(GET_OPCODE(op) >= SLJIT_CONV_SW_FROM_F64 && GET_OPCODE(op) <= SLJIT_CONV_S32_FROM_F64);
1259 (GET_OPCODE(op) == SLJIT_CONV_S32_FROM_F64) ? ".s32" : ".sw",
1510 if ((GET_OPCODE(op) | 0x1) == SLJIT_CONV_S32_FROM_F64) { \
H A DsljitNativeARM_64.c1610 if (GET_OPCODE(op) == SLJIT_CONV_S32_FROM_F64)
1621 return emit_op_mem(compiler, ((GET_OPCODE(op) == SLJIT_CONV_S32_FROM_F64) ? INT_SIZE : WORD_SIZE) | STORE, TMP_REG1, dst, dstw);
H A DsljitNativePPC_common.c1728 FAIL_IF(push_inst(compiler, (op == SLJIT_CONV_S32_FROM_F64 ? FCTIWZ : FCTIDZ) | FD(TMP_FREG1) | FB(src)));

Completed in 185 milliseconds