Searched refs:CLZ (Results 1 – 7 of 7) sorted by relevance
/PHP-8.0/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeMIPS_32.c | 134 FAIL_IF(push_inst(compiler, CLZ | S(src2) | TA(EQUAL_FLAG) | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op() 136 FAIL_IF(push_inst(compiler, CLZ | S(src2) | T(dst) | D(dst), DR(dst))); in emit_single_op()
|
H A D | sljitNativeMIPS_64.c | 225 …FAIL_IF(push_inst(compiler, SELECT_OP(DCLZ, CLZ) | S(src2) | TA(EQUAL_FLAG) | DA(EQUAL_FLAG), EQUA… in emit_single_op() 227 FAIL_IF(push_inst(compiler, SELECT_OP(DCLZ, CLZ) | S(src2) | T(dst) | D(dst), DR(dst))); in emit_single_op()
|
H A D | sljitNativeTILEGX_64.c | 412 #define CLZ(dst, src) \ macro 1636 FAIL_IF(CLZ(EQUAL_FLAG, reg_map[src2])); in emit_single_op() 1638 FAIL_IF(CLZ(reg_map[dst], reg_map[src2])); in emit_single_op()
|
H A D | sljitNativeARM_64.c | 83 #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 | 118 #define CLZ 0xfab0f080 macro 799 FAIL_IF(push_inst32(compiler, CLZ | RN4(arg2) | RD4(dst) | RM4(arg2))); in emit_op_imm()
|
H A D | sljitNativeARM_32.c | 93 #define CLZ 0xe16f0f10 macro 1121 FAIL_IF(push_inst(compiler, CLZ | RD(dst) | RM(src2))); in emit_single_op()
|
H A D | sljitNativeMIPS_common.c | 256 #define CLZ (HI(28) | LO(32)) macro
|
Completed in 60 milliseconds