Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitLir.h907 #define SLJIT_DIV_SW (SLJIT_OP0_BASE + 7) macro
908 #define SLJIT_DIV_S32 (SLJIT_DIV_SW | SLJIT_I32_OP)
DsljitLir.c1173 || ((op & ~SLJIT_I32_OP) >= SLJIT_DIVMOD_UW && (op & ~SLJIT_I32_OP) <= SLJIT_DIV_SW) in check_sljit_emit_op0()
1176 …if ((GET_OPCODE(op) >= SLJIT_LMUL_UW && GET_OPCODE(op) <= SLJIT_DIV_SW) || op == SLJIT_SKIP_FRAMES… in check_sljit_emit_op0()
1183 if (GET_OPCODE(op) >= SLJIT_DIVMOD_UW && GET_OPCODE(op) <= SLJIT_DIV_SW) { in check_sljit_emit_op0()
DsljitNativeX86_common.c967 case SLJIT_DIV_SW: in sljit_emit_op0()
996 if ((op | 0x2) == SLJIT_DIV_SW) { in sljit_emit_op0()
1063 case SLJIT_DIV_SW: in sljit_emit_op0()
DsljitNativeARM_T2_32.c1276 case SLJIT_DIV_SW: in sljit_emit_op0()
1282 case SLJIT_DIV_SW: in sljit_emit_op0()
DsljitNativeSPARC_common.c860 case SLJIT_DIV_SW: in sljit_emit_op0()
DsljitNativeARM_64.c1147 case SLJIT_DIV_SW: in sljit_emit_op0()
DsljitNativeS390X.c1518 case SLJIT_DIV_SW: in sljit_emit_op0()
DsljitNativePPC_common.c1159 case SLJIT_DIV_SW: in sljit_emit_op0()
DsljitNativeARM_32.c1713 case SLJIT_DIV_SW: in sljit_emit_op0()
DsljitNativeMIPS_common.c1260 case SLJIT_DIV_SW: in sljit_emit_op0()