Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1004 #define SLJIT_CLZ (SLJIT_OP1_BASE + 10) macro
1005 #define SLJIT_CLZ32 (SLJIT_CLZ | SLJIT_32)
H A DsljitNativeSPARC_32.c76 case SLJIT_CLZ: in emit_single_op()
H A DsljitNativePPC_32.c89 case SLJIT_CLZ: in emit_single_op()
H A DsljitNativePPC_64.c202 case SLJIT_CLZ: in emit_single_op()
H A DsljitNativePPC_common.c1364 case SLJIT_CLZ: in sljit_emit_op1()
1366 …return emit_op(compiler, SLJIT_CLZ, flags | (!(op_flags & SLJIT_32) ? 0 : ALT_FORM1), dst, dstw, T… in sljit_emit_op1()
1368 return emit_op(compiler, SLJIT_CLZ, flags, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1()
H A DsljitNativeMIPS_32.c129 case SLJIT_CLZ: in emit_single_op()
H A DsljitNativeARM_64.c633 case SLJIT_CLZ: in emit_op_imm()
796 case SLJIT_CLZ: in emit_op_imm()
H A DsljitNativeMIPS_64.c242 case SLJIT_CLZ: in emit_single_op()
H A DsljitNativeARM_T2_32.c609 case SLJIT_CLZ: in emit_op_imm()
814 case SLJIT_CLZ: in emit_op_imm()
H A DsljitNativeARM_32.c1415 case SLJIT_CLZ: in emit_single_op()
2036 case SLJIT_CLZ: in sljit_emit_op1()
H A DsljitNativeSPARC_common.c1025 case SLJIT_CLZ: in sljit_emit_op1()
H A DsljitLir.c1266 CHECK_ARGUMENT(GET_OPCODE(op) >= SLJIT_MOV && GET_OPCODE(op) <= SLJIT_CLZ); in check_sljit_emit_op1()
H A DsljitNativeX86_common.c1580 case SLJIT_CLZ: in sljit_emit_op1()
H A DsljitNativeMIPS_common.c1586 case SLJIT_CLZ: in sljit_emit_op1()
H A DsljitNativeS390X.c2121 case SLJIT_CLZ: in sljit_emit_op1()

Completed in 104 milliseconds