Searched refs:SLJIT_CLZ (Results 1 – 15 of 15) sorted by relevance
/external/pcre/dist/sljit/ |
D | sljitLir.h | 769 #define SLJIT_CLZ (SLJIT_OP1_BASE + 18) macro 770 #define SLJIT_ICLZ (SLJIT_CLZ | SLJIT_INT_OP)
|
D | sljitNativeSPARC_32.c | 81 case SLJIT_CLZ: in emit_single_op()
|
D | sljitNativePPC_32.c | 93 case SLJIT_CLZ: in emit_single_op()
|
D | sljitNativePPC_64.c | 210 case SLJIT_CLZ: in emit_single_op()
|
D | sljitNativeMIPS_32.c | 126 case SLJIT_CLZ: in emit_single_op()
|
D | sljitNativePPC_common.c | 1419 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()
|
D | sljitNativeMIPS_64.c | 218 case SLJIT_CLZ: in emit_single_op()
|
D | sljitLir.c | 591 case SLJIT_CLZ: \ 1044 SLJIT_ASSERT(GET_OPCODE(op) >= SLJIT_MOV && GET_OPCODE(op) <= SLJIT_CLZ); in check_sljit_emit_op1()
|
D | sljitNativeARM_64.c | 545 case SLJIT_CLZ: in emit_op_imm() 712 case SLJIT_CLZ: in emit_op_imm()
|
D | sljitNativeARM_T2_32.c | 531 case SLJIT_CLZ: in emit_op_imm() 720 case SLJIT_CLZ: in emit_op_imm()
|
D | sljitNativeARM_32.c | 1065 case SLJIT_CLZ: in emit_single_op() 1922 case SLJIT_CLZ: in sljit_emit_op1()
|
D | sljitNativeTILEGX_64.c | 1696 case SLJIT_CLZ: in emit_single_op() 2291 case SLJIT_CLZ: in sljit_emit_op1()
|
D | sljitNativeSPARC_common.c | 875 case SLJIT_CLZ: in sljit_emit_op1()
|
D | sljitNativeMIPS_common.c | 1184 case SLJIT_CLZ: in sljit_emit_op1()
|
D | sljitNativeX86_common.c | 1402 case SLJIT_CLZ: in sljit_emit_op1()
|