Searched refs:SLJIT_CLZ (Results 1 – 15 of 15) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitLir.h | 947 #define SLJIT_CLZ (SLJIT_OP1_BASE + 10) macro 948 #define SLJIT_CLZ32 (SLJIT_CLZ | SLJIT_I32_OP)
|
D | sljitNativeSPARC_32.c | 81 case SLJIT_CLZ: in emit_single_op()
|
D | sljitNativePPC_32.c | 94 case SLJIT_CLZ: in emit_single_op()
|
D | sljitNativePPC_common.c | 1194 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()
|
D | sljitNativePPC_64.c | 218 case SLJIT_CLZ: in emit_single_op()
|
D | sljitNativeARM_64.c | 587 case SLJIT_CLZ: in emit_op_imm() 746 case SLJIT_CLZ: in emit_op_imm()
|
D | sljitNativeMIPS_32.c | 130 case SLJIT_CLZ: in emit_single_op()
|
D | sljitNativeMIPS_64.c | 221 case SLJIT_CLZ: in emit_single_op()
|
D | sljitNativeARM_T2_32.c | 575 case SLJIT_CLZ: in emit_op_imm() 775 case SLJIT_CLZ: in emit_op_imm()
|
D | sljitNativeTILEGX_64.c | 1651 case SLJIT_CLZ: in emit_single_op() 2250 case SLJIT_CLZ: in sljit_emit_op1()
|
D | sljitNativeARM_32.c | 1082 case SLJIT_CLZ: in emit_single_op() 1699 case SLJIT_CLZ: in sljit_emit_op1()
|
D | sljitNativeSPARC_common.c | 889 case SLJIT_CLZ: in sljit_emit_op1()
|
D | sljitLir.c | 1160 CHECK_ARGUMENT(GET_OPCODE(op) >= SLJIT_MOV && GET_OPCODE(op) <= SLJIT_CLZ); in check_sljit_emit_op1()
|
D | sljitNativeMIPS_common.c | 1300 case SLJIT_CLZ: in sljit_emit_op1()
|
D | sljitNativeX86_common.c | 1368 case SLJIT_CLZ: in sljit_emit_op1()
|