Home
last modified time | relevance | path

Searched refs:SLJIT_CLZ (Results 1 – 15 of 15) sorted by relevance

/PHP-7.1/ext/pcre/pcrelib/sljit/
H A DsljitLir.h810 #define SLJIT_CLZ (SLJIT_OP1_BASE + 18) macro
811 #define SLJIT_ICLZ (SLJIT_CLZ | SLJIT_INT_OP)
H A DsljitNativeSPARC_32.c81 case SLJIT_CLZ: in emit_single_op()
H A DsljitNativePPC_32.c93 case SLJIT_CLZ: in emit_single_op()
H A DsljitNativePPC_64.c210 case SLJIT_CLZ: in emit_single_op()
H A DsljitNativeMIPS_32.c126 case SLJIT_CLZ: in emit_single_op()
H A DsljitNativePPC_common.c1405 case SLJIT_CLZ: in sljit_emit_op1()
1407 …return emit_op(compiler, SLJIT_CLZ, flags | (!(op_flags & SLJIT_INT_OP) ? 0 : ALT_FORM1), dst, dst… in sljit_emit_op1()
1409 return emit_op(compiler, SLJIT_CLZ, flags, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1()
H A DsljitNativeMIPS_64.c218 case SLJIT_CLZ: in emit_single_op()
H A DsljitLir.c631 case SLJIT_CLZ: \
1059 CHECK_ARGUMENT(GET_OPCODE(op) >= SLJIT_MOV && GET_OPCODE(op) <= SLJIT_CLZ); in check_sljit_emit_op1()
H A DsljitNativeARM_64.c544 case SLJIT_CLZ: in emit_op_imm()
711 case SLJIT_CLZ: in emit_op_imm()
H A DsljitNativeARM_T2_32.c531 case SLJIT_CLZ: in emit_op_imm()
720 case SLJIT_CLZ: in emit_op_imm()
H A DsljitNativeARM_32.c1052 case SLJIT_CLZ: in emit_single_op()
1925 case SLJIT_CLZ: in sljit_emit_op1()
H A DsljitNativeTILEGX_64.c1651 case SLJIT_CLZ: in emit_single_op()
2251 case SLJIT_CLZ: in sljit_emit_op1()
H A DsljitNativeSPARC_common.c865 case SLJIT_CLZ: in sljit_emit_op1()
H A DsljitNativeMIPS_common.c1172 case SLJIT_CLZ: in sljit_emit_op1()
H A DsljitNativeX86_common.c1414 case SLJIT_CLZ: in sljit_emit_op1()

Completed in 89 milliseconds