Home
last modified time | relevance | path

Searched refs:CLZ (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_32.c134 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 DsljitNativeMIPS_64.c225 …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 DsljitNativeTILEGX_64.c412 #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 DsljitNativeARM_64.c83 #define CLZ 0xdac01000 macro
798 return push_inst(compiler, (CLZ ^ inv_bits) | RD(dst) | RN(arg2)); in emit_op_imm()
H A DsljitNativeARM_T2_32.c118 #define CLZ 0xfab0f080 macro
799 FAIL_IF(push_inst32(compiler, CLZ | RN4(arg2) | RD4(dst) | RM4(arg2))); in emit_op_imm()
H A DsljitNativeARM_32.c93 #define CLZ 0xe16f0f10 macro
1121 FAIL_IF(push_inst(compiler, CLZ | RD(dst) | RM(src2))); in emit_single_op()
H A DsljitNativeMIPS_common.c256 #define CLZ (HI(28) | LO(32)) macro

Completed in 45 milliseconds