Home
last modified time | relevance | path

Searched refs:SLJIT_CONV_F64_FROM_S32 (Results 1 – 7 of 7) sorted by relevance

/external/pcre/dist2/src/sljit/
DsljitLir.h1033 #define SLJIT_CONV_F64_FROM_S32 (SLJIT_FOP1_BASE + 5) macro
1034 #define SLJIT_CONV_F32_FROM_S32 (SLJIT_CONV_F64_FROM_S32 | SLJIT_F32_OP)
DsljitNativeARM_64.c1384 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) in sljit_emit_fop1_conv_f64_from_sw()
1388 …emit_op_mem(compiler, ((GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) ? INT_SIZE : WORD_SIZE), TMP_RE… in sljit_emit_fop1_conv_f64_from_sw()
1392 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) in sljit_emit_fop1_conv_f64_from_sw()
DsljitNativePPC_common.c1565 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) in sljit_emit_fop1_conv_f64_from_sw()
1570 else if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) { in sljit_emit_fop1_conv_f64_from_sw()
DsljitLir.c1448 …CK_ARGUMENT(GET_OPCODE(op) >= SLJIT_CONV_F64_FROM_SW && GET_OPCODE(op) <= SLJIT_CONV_F64_FROM_S32); in check_sljit_emit_fop1_conv_f64_from_sw()
1457 (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) ? ".s32" : ".sw"); in check_sljit_emit_fop1_conv_f64_from_sw()
DsljitNativeSPARC_common.c1001 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) in sljit_emit_fop1_conv_f64_from_sw()
DsljitNativeMIPS_common.c1359 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) in sljit_emit_fop1_conv_f64_from_sw()
DsljitNativeX86_common.c2286 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32)