Home
last modified time | relevance | path

Searched refs:SLJIT_CONVD_FROMS (Results 1 – 9 of 9) sorted by relevance

/external/pcre/dist/sljit/
DsljitLir.h873 #define SLJIT_CONVD_FROMS (SLJIT_FOP1_BASE + 1) macro
874 #define SLJIT_CONVS_FROMD (SLJIT_CONVD_FROMS | SLJIT_SINGLE_OP)
DsljitNativeSPARC_common.c1056 if (GET_OPCODE(op) == SLJIT_CONVD_FROMS) in sljit_emit_fop1()
1090 case SLJIT_CONVD_FROMS: in sljit_emit_fop1()
DsljitNativeARM_64.c1660 …emit_fop_mem(compiler, (GET_OPCODE(op) == SLJIT_CONVD_FROMS) ? (mem_flags ^ 0x100) : mem_flags, ds… in sljit_emit_fop1()
1679 case SLJIT_CONVD_FROMS: in sljit_emit_fop1()
DsljitNativeARM_T2_32.c1684 if (GET_OPCODE(op) != SLJIT_CONVD_FROMS) in sljit_emit_fop1()
1712 case SLJIT_CONVD_FROMS: in sljit_emit_fop1()
DsljitNativeMIPS_common.c1428 if (GET_OPCODE(op) == SLJIT_CONVD_FROMS) in sljit_emit_fop1()
1455 case SLJIT_CONVD_FROMS: in sljit_emit_fop1()
DsljitNativePPC_common.c1903 if (GET_OPCODE(op) == SLJIT_CONVD_FROMS) in sljit_emit_fop1()
1914 case SLJIT_CONVD_FROMS: in sljit_emit_fop1()
DsljitNativeARM_32.c2177 if (GET_OPCODE(op) != SLJIT_CONVD_FROMS) in sljit_emit_fop1()
2205 case SLJIT_CONVD_FROMS: in sljit_emit_fop1()
DsljitLir.c1183 (GET_OPCODE(op) == SLJIT_CONVD_FROMS) in check_sljit_emit_fop1()
DsljitNativeX86_common.c2403 if (GET_OPCODE(op) == SLJIT_CONVD_FROMS) {