Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitLir.h947 #define SLJIT_CLZ (SLJIT_OP1_BASE + 10) macro
948 #define SLJIT_CLZ32 (SLJIT_CLZ | SLJIT_I32_OP)
DsljitNativeSPARC_32.c81 case SLJIT_CLZ: in emit_single_op()
DsljitNativePPC_32.c94 case SLJIT_CLZ: in emit_single_op()
DsljitNativePPC_common.c1194 case SLJIT_CLZ: in sljit_emit_op1()
1196 …return emit_op(compiler, SLJIT_CLZ, flags | (!(op_flags & SLJIT_I32_OP) ? 0 : ALT_FORM1), dst, dst… in sljit_emit_op1()
1198 return emit_op(compiler, SLJIT_CLZ, flags, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1()
DsljitNativePPC_64.c218 case SLJIT_CLZ: in emit_single_op()
DsljitNativeARM_64.c587 case SLJIT_CLZ: in emit_op_imm()
746 case SLJIT_CLZ: in emit_op_imm()
DsljitNativeMIPS_32.c130 case SLJIT_CLZ: in emit_single_op()
DsljitNativeMIPS_64.c221 case SLJIT_CLZ: in emit_single_op()
DsljitNativeARM_T2_32.c575 case SLJIT_CLZ: in emit_op_imm()
775 case SLJIT_CLZ: in emit_op_imm()
DsljitNativeTILEGX_64.c1651 case SLJIT_CLZ: in emit_single_op()
2250 case SLJIT_CLZ: in sljit_emit_op1()
DsljitNativeARM_32.c1082 case SLJIT_CLZ: in emit_single_op()
1699 case SLJIT_CLZ: in sljit_emit_op1()
DsljitNativeSPARC_common.c889 case SLJIT_CLZ: in sljit_emit_op1()
DsljitLir.c1160 CHECK_ARGUMENT(GET_OPCODE(op) >= SLJIT_MOV && GET_OPCODE(op) <= SLJIT_CLZ); in check_sljit_emit_op1()
DsljitNativeMIPS_common.c1300 case SLJIT_CLZ: in sljit_emit_op1()
DsljitNativeX86_common.c1368 case SLJIT_CLZ: in sljit_emit_op1()