Home
last modified time | relevance | path

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

/external/pcre/dist/sljit/
DsljitLir.h769 #define SLJIT_CLZ (SLJIT_OP1_BASE + 18) macro
770 #define SLJIT_ICLZ (SLJIT_CLZ | SLJIT_INT_OP)
DsljitNativeSPARC_32.c81 case SLJIT_CLZ: in emit_single_op()
DsljitNativePPC_32.c93 case SLJIT_CLZ: in emit_single_op()
DsljitNativePPC_64.c210 case SLJIT_CLZ: in emit_single_op()
DsljitNativeMIPS_32.c126 case SLJIT_CLZ: in emit_single_op()
DsljitNativePPC_common.c1419 case SLJIT_CLZ: in sljit_emit_op1()
1421 …return emit_op(compiler, SLJIT_CLZ, flags | (!(op_flags & SLJIT_INT_OP) ? 0 : ALT_FORM1), dst, dst… in sljit_emit_op1()
1423 return emit_op(compiler, SLJIT_CLZ, flags, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1()
DsljitNativeMIPS_64.c218 case SLJIT_CLZ: in emit_single_op()
DsljitLir.c591 case SLJIT_CLZ: \
1044 SLJIT_ASSERT(GET_OPCODE(op) >= SLJIT_MOV && GET_OPCODE(op) <= SLJIT_CLZ); in check_sljit_emit_op1()
DsljitNativeARM_64.c545 case SLJIT_CLZ: in emit_op_imm()
712 case SLJIT_CLZ: in emit_op_imm()
DsljitNativeARM_T2_32.c531 case SLJIT_CLZ: in emit_op_imm()
720 case SLJIT_CLZ: in emit_op_imm()
DsljitNativeARM_32.c1065 case SLJIT_CLZ: in emit_single_op()
1922 case SLJIT_CLZ: in sljit_emit_op1()
DsljitNativeTILEGX_64.c1696 case SLJIT_CLZ: in emit_single_op()
2291 case SLJIT_CLZ: in sljit_emit_op1()
DsljitNativeSPARC_common.c875 case SLJIT_CLZ: in sljit_emit_op1()
DsljitNativeMIPS_common.c1184 case SLJIT_CLZ: in sljit_emit_op1()
DsljitNativeX86_common.c1402 case SLJIT_CLZ: in sljit_emit_op1()