Searched refs:CLZ (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeMIPS_32.c | 133 FAIL_IF(push_inst(compiler, CLZ | S(src2) | TA(EQUAL_FLAG) | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op() 135 FAIL_IF(push_inst(compiler, CLZ | S(src2) | T(dst) | D(dst), DR(dst))); in emit_single_op()
|
H A D | sljitNativeMIPS_64.c | 246 …FAIL_IF(push_inst(compiler, SELECT_OP(DCLZ, CLZ) | S(src2) | TA(EQUAL_FLAG) | DA(EQUAL_FLAG), EQUA… in emit_single_op() 248 FAIL_IF(push_inst(compiler, SELECT_OP(DCLZ, CLZ) | S(src2) | T(dst) | D(dst), DR(dst))); in emit_single_op()
|
H A D | sljitNativeARM_64.c | 84 #define CLZ 0xdac01000 macro 798 return push_inst(compiler, (CLZ ^ inv_bits) | RD(dst) | RN(arg2)); in emit_op_imm()
|
H A D | sljitNativeARM_T2_32.c | 121 #define CLZ 0xfab0f080 macro 816 FAIL_IF(push_inst32(compiler, CLZ | RN4(arg2) | RD4(dst) | RM4(arg2))); in emit_op_imm()
|
H A D | sljitNativeARM_32.c | 98 #define CLZ 0xe16f0f10 macro 1418 FAIL_IF(push_inst(compiler, CLZ | RD(dst) | RM(src2))); in emit_single_op()
|
H A D | sljitNativeMIPS_common.c | 259 #define CLZ (HI(28) | LO(32)) macro
|
Completed in 41 milliseconds