Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/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
1654 FAIL_IF(CLZ(EQUAL_FLAG, reg_map[src2])); in emit_single_op()
1656 FAIL_IF(CLZ(reg_map[dst], reg_map[src2])); in emit_single_op()
H A DsljitNativeARM_T2_32.c109 #define CLZ 0xfab0f080 macro
771 FAIL_IF(push_inst32(compiler, CLZ | RN4(arg2) | RD4(dst) | RM4(arg2))); in emit_op_imm()
H A DsljitNativeARM_32.c84 #define CLZ 0xe16f0f10 macro
1082 FAIL_IF(push_inst(compiler, CLZ | RD(dst) | RM(src2))); in emit_single_op()
H A DsljitNativeARM_64.c78 #define CLZ 0xdac01000 macro
745 return push_inst(compiler, (CLZ ^ inv_bits) | RD(dst) | RN(arg2)); in emit_op_imm()
H A DsljitNativeMIPS_common.c174 #define CLZ (HI(28) | LO(32)) macro

Completed in 94 milliseconds