Searched refs:SLJIT_CLZ (Results 1 – 15 of 15) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitLir.h | 974 #define SLJIT_CLZ (SLJIT_OP1_BASE + 10) macro 975 #define SLJIT_CLZ32 (SLJIT_CLZ | SLJIT_I32_OP)
|
D | sljitNativePPC_32.c | 94 case SLJIT_CLZ: in emit_single_op()
|
D | sljitNativeSPARC_32.c | 81 case SLJIT_CLZ: in emit_single_op()
|
D | sljitNativePPC_64.c | 215 case SLJIT_CLZ: in emit_single_op()
|
D | sljitNativePPC_common.c | 1281 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()
|
D | sljitNativeMIPS_32.c | 130 case SLJIT_CLZ: in emit_single_op()
|
D | sljitNativeARM_64.c | 628 case SLJIT_CLZ: in emit_op_imm() 787 case SLJIT_CLZ: in emit_op_imm()
|
D | sljitNativeMIPS_64.c | 221 case SLJIT_CLZ: in emit_single_op()
|
D | sljitNativeARM_32.c | 1192 case SLJIT_CLZ: in emit_single_op() 1804 case SLJIT_CLZ: in sljit_emit_op1()
|
D | sljitNativeARM_T2_32.c | 599 case SLJIT_CLZ: in emit_op_imm() 799 case SLJIT_CLZ: in emit_op_imm()
|
D | sljitNativeSPARC_common.c | 923 case SLJIT_CLZ: in sljit_emit_op1()
|
D | sljitNativeS390X.c | 1818 case SLJIT_CLZ: in sljit_emit_op1()
|
D | sljitLir.c | 1202 CHECK_ARGUMENT(GET_OPCODE(op) >= SLJIT_MOV && GET_OPCODE(op) <= SLJIT_CLZ); in check_sljit_emit_op1()
|
D | sljitNativeMIPS_common.c | 1382 case SLJIT_CLZ: in sljit_emit_op1()
|
D | sljitNativeX86_common.c | 1566 case SLJIT_CLZ: in sljit_emit_op1()
|