Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h962 #define SLJIT_CLZ (SLJIT_OP1_BASE + 10) macro
963 #define SLJIT_CLZ32 (SLJIT_CLZ | SLJIT_I32_OP)
H A DsljitNativePPC_32.c94 case SLJIT_CLZ: in emit_single_op()
H A DsljitNativeSPARC_32.c81 case SLJIT_CLZ: in emit_single_op()
H A DsljitNativePPC_64.c215 case SLJIT_CLZ: in emit_single_op()
H A DsljitNativePPC_common.c1280 case SLJIT_CLZ: in sljit_emit_op1()
1282 …return emit_op(compiler, SLJIT_CLZ, flags | (!(op_flags & SLJIT_I32_OP) ? 0 : ALT_FORM1), dst, dst… in sljit_emit_op1()
1284 return emit_op(compiler, SLJIT_CLZ, flags, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1()
H A DsljitNativeMIPS_32.c130 case SLJIT_CLZ: in emit_single_op()
H A DsljitNativeARM_64.c637 case SLJIT_CLZ: in emit_op_imm()
796 case SLJIT_CLZ: in emit_op_imm()
H A DsljitNativeMIPS_64.c221 case SLJIT_CLZ: in emit_single_op()
H A DsljitNativeTILEGX_64.c1633 case SLJIT_CLZ: in emit_single_op()
2235 case SLJIT_CLZ: in sljit_emit_op1()
H A DsljitNativeARM_T2_32.c597 case SLJIT_CLZ: in emit_op_imm()
797 case SLJIT_CLZ: in emit_op_imm()
H A DsljitNativeARM_32.c1118 case SLJIT_CLZ: in emit_single_op()
1730 case SLJIT_CLZ: in sljit_emit_op1()
H A DsljitNativeSPARC_common.c922 case SLJIT_CLZ: in sljit_emit_op1()
H A DsljitLir.c1195 CHECK_ARGUMENT(GET_OPCODE(op) >= SLJIT_MOV && GET_OPCODE(op) <= SLJIT_CLZ); in check_sljit_emit_op1()
H A DsljitNativeMIPS_common.c1381 case SLJIT_CLZ: in sljit_emit_op1()
H A DsljitNativeX86_common.c1567 case SLJIT_CLZ: in sljit_emit_op1()

Completed in 96 milliseconds