Home
last modified time | relevance | path

Searched refs:SLJIT_DIV_SW (Results 1 – 11 of 11) sorted by relevance

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1059 #define SLJIT_DIV_SW (SLJIT_OP0_BASE + 7) macro
1060 #define SLJIT_DIV_S32 (SLJIT_DIV_SW | SLJIT_32)
H A DsljitLir.c1402 || ((op & ~SLJIT_32) >= SLJIT_DIVMOD_UW && (op & ~SLJIT_32) <= SLJIT_DIV_SW) in check_sljit_emit_op0()
1405 …if ((GET_OPCODE(op) >= SLJIT_LMUL_UW && GET_OPCODE(op) <= SLJIT_DIV_SW) || op == SLJIT_SKIP_FRAMES… in check_sljit_emit_op0()
1412 if (GET_OPCODE(op) >= SLJIT_DIVMOD_UW && GET_OPCODE(op) <= SLJIT_DIV_SW) { in check_sljit_emit_op0()
H A DsljitNativeX86_common.c1229 case SLJIT_DIV_SW: in sljit_emit_op0()
1258 if ((op | 0x2) == SLJIT_DIV_SW) { in sljit_emit_op0()
1318 case SLJIT_DIV_SW: in sljit_emit_op0()
H A DsljitNativeARM_T2_32.c1711 case SLJIT_DIV_SW: in sljit_emit_op0()
1717 case SLJIT_DIV_SW: in sljit_emit_op0()
H A DsljitNativePPC_common.c1351 case SLJIT_DIV_SW: in sljit_emit_op0()
H A DsljitNativeARM_64.c1398 case SLJIT_DIV_SW: in sljit_emit_op0()
H A DsljitNativeRISCV_common.c1788 case SLJIT_DIV_SW: in sljit_emit_op0()
H A DsljitNativeLOONGARCH_64.c1753 case SLJIT_DIV_SW: in sljit_emit_op0()
H A DsljitNativeS390X.c1977 case SLJIT_DIV_SW: in sljit_emit_op0()
H A DsljitNativeARM_32.c2210 case SLJIT_DIV_SW: in sljit_emit_op0()
H A DsljitNativeMIPS_common.c2446 case SLJIT_DIV_SW: in sljit_emit_op0()

Completed in 114 milliseconds