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.h1098 #define SLJIT_CONV_F64_FROM_S32 (SLJIT_FOP1_BASE + 5) macro
1099 #define SLJIT_CONV_F32_FROM_S32 (SLJIT_CONV_F64_FROM_S32 | SLJIT_F32_OP)
DsljitNativeARM_64.c1451 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) in sljit_emit_fop1_conv_f64_from_sw()
1455 …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()
1459 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) in sljit_emit_fop1_conv_f64_from_sw()
DsljitLir.c1520 …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()
1529 (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) ? ".s32" : ".sw"); in check_sljit_emit_fop1_conv_f64_from_sw()
DsljitNativePPC_common.c1681 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) in sljit_emit_fop1_conv_f64_from_sw()
1686 else if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) { in sljit_emit_fop1_conv_f64_from_sw()
DsljitNativeSPARC_common.c1062 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) in sljit_emit_fop1_conv_f64_from_sw()
DsljitNativeMIPS_common.c1574 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) in sljit_emit_fop1_conv_f64_from_sw()
DsljitNativeX86_common.c2515 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32)