Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h978 #define SLJIT_CLZ (SLJIT_OP1_BASE + 10) macro
979 #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.c215 case SLJIT_CLZ: in emit_single_op()
H A DsljitNativePPC_common.c1281 case SLJIT_CLZ: in sljit_emit_op1()
1283 …return emit_op(compiler, SLJIT_CLZ, flags | (!(op_flags & SLJIT_I32_OP) ? 0 : ALT_FORM1), dst, dst… in sljit_emit_op1()
1285 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 DsljitNativeMIPS_64.c221 case SLJIT_CLZ: in emit_single_op()
H A DsljitNativeARM_64.c628 case SLJIT_CLZ: in emit_op_imm()
789 case SLJIT_CLZ: in emit_op_imm()
H A DsljitNativeARM_32.c1192 case SLJIT_CLZ: in emit_single_op()
1809 case SLJIT_CLZ: in sljit_emit_op1()
H A DsljitNativeARM_T2_32.c599 case SLJIT_CLZ: in emit_op_imm()
801 case SLJIT_CLZ: in emit_op_imm()
H A DsljitNativeSPARC_common.c923 case SLJIT_CLZ: in sljit_emit_op1()
H A DsljitLir.c1209 CHECK_ARGUMENT(GET_OPCODE(op) >= SLJIT_MOV && GET_OPCODE(op) <= SLJIT_CLZ); in check_sljit_emit_op1()
H A DsljitNativeMIPS_common.c1383 case SLJIT_CLZ: in sljit_emit_op1()
H A DsljitNativeS390X.c2034 case SLJIT_CLZ: in sljit_emit_op1()
H A DsljitNativeX86_common.c1564 case SLJIT_CLZ: in sljit_emit_op1()

Completed in 100 milliseconds