Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitLir.h974 #define SLJIT_CLZ (SLJIT_OP1_BASE + 10) macro
975 #define SLJIT_CLZ32 (SLJIT_CLZ | SLJIT_I32_OP)
DsljitNativePPC_32.c94 case SLJIT_CLZ: in emit_single_op()
DsljitNativeSPARC_32.c81 case SLJIT_CLZ: in emit_single_op()
DsljitNativePPC_64.c215 case SLJIT_CLZ: in emit_single_op()
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()
DsljitNativeMIPS_32.c130 case SLJIT_CLZ: in emit_single_op()
DsljitNativeARM_64.c628 case SLJIT_CLZ: in emit_op_imm()
787 case SLJIT_CLZ: in emit_op_imm()
DsljitNativeMIPS_64.c221 case SLJIT_CLZ: in emit_single_op()
DsljitNativeARM_32.c1192 case SLJIT_CLZ: in emit_single_op()
1804 case SLJIT_CLZ: in sljit_emit_op1()
DsljitNativeARM_T2_32.c599 case SLJIT_CLZ: in emit_op_imm()
799 case SLJIT_CLZ: in emit_op_imm()
DsljitNativeSPARC_common.c923 case SLJIT_CLZ: in sljit_emit_op1()
DsljitNativeS390X.c1818 case SLJIT_CLZ: in sljit_emit_op1()
DsljitLir.c1202 CHECK_ARGUMENT(GET_OPCODE(op) >= SLJIT_MOV && GET_OPCODE(op) <= SLJIT_CLZ); in check_sljit_emit_op1()
DsljitNativeMIPS_common.c1382 case SLJIT_CLZ: in sljit_emit_op1()
DsljitNativeX86_common.c1566 case SLJIT_CLZ: in sljit_emit_op1()