Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitLir.h931 #define SLJIT_CLZ (SLJIT_OP1_BASE + 18) macro
932 #define SLJIT_CLZ32 (SLJIT_CLZ | SLJIT_I32_OP)
H A DsljitNativeSPARC_32.c81 case SLJIT_CLZ: in emit_single_op()
H A DsljitNativePPC_32.c94 case SLJIT_CLZ: in emit_single_op()
H A DsljitNativePPC_64.c218 case SLJIT_CLZ: in emit_single_op()
H A DsljitNativeMIPS_32.c130 case SLJIT_CLZ: in emit_single_op()
H A DsljitNativePPC_common.c1471 case SLJIT_CLZ: in sljit_emit_op1()
1473 …return emit_op(compiler, SLJIT_CLZ, flags | (!(op_flags & SLJIT_I32_OP) ? 0 : ALT_FORM1), dst, dst… in sljit_emit_op1()
1475 return emit_op(compiler, SLJIT_CLZ, flags, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1()
H A DsljitNativeMIPS_64.c221 case SLJIT_CLZ: in emit_single_op()
H A DsljitNativeARM_T2_32.c561 case SLJIT_CLZ: in emit_op_imm()
769 case SLJIT_CLZ: in emit_op_imm()
H A DsljitNativeARM_32.c1079 case SLJIT_CLZ: in emit_single_op()
1727 case SLJIT_CLZ: in sljit_emit_op1()
H A DsljitNativeARM_64.c576 case SLJIT_CLZ: in emit_op_imm()
743 case SLJIT_CLZ: in emit_op_imm()
H A DsljitNativeTILEGX_64.c1651 case SLJIT_CLZ: in emit_single_op()
2250 case SLJIT_CLZ: in sljit_emit_op1()
H A DsljitNativeSPARC_common.c901 case SLJIT_CLZ: in sljit_emit_op1()
H A DsljitLir.c1041 CHECK_ARGUMENT(GET_OPCODE(op) >= SLJIT_MOV && GET_OPCODE(op) <= SLJIT_CLZ); in check_sljit_emit_op1()
H A DsljitNativeMIPS_common.c1209 case SLJIT_CLZ: in sljit_emit_op1()
H A DsljitNativeX86_common.c1406 case SLJIT_CLZ: in sljit_emit_op1()

Completed in 81 milliseconds