Home
last modified time | relevance | path

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

/PHP-8.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c319 #define CLZ (HI(28) | LO(32)) macro
1796 return push_inst(compiler, SELECT_OP(DCLZ, CLZ) | S(src2) | D(dst), DR(dst)); in emit_single_op()
1798 return push_inst(compiler, SELECT_OP(DCLZ, CLZ) | S(src2) | T(dst) | D(dst), DR(dst)); in emit_single_op()
1805 FAIL_IF(push_inst(compiler, SELECT_OP(DCLZ, CLZ) | S(dst) | D(dst), DR(dst))); in emit_single_op()
1807 FAIL_IF(push_inst(compiler, SELECT_OP(DCLZ, CLZ) | S(dst) | T(dst) | D(dst), DR(dst))); in emit_single_op()
H A DsljitNativeARM_32.c114 #define CLZ 0xe16f0f10 macro
1636 FAIL_IF(push_inst(compiler, CLZ | RD(dst) | RM(src2))); in emit_single_op()
1645 FAIL_IF(push_inst(compiler, CLZ | RD(dst) | RM(TMP_REG1))); in emit_single_op()
1650 return push_inst(compiler, CLZ | RD(dst) | RM(dst)); in emit_single_op()
H A DsljitNativeARM_64.c91 #define CLZ 0xdac01000 macro
1029 return push_inst(compiler, (CLZ ^ inv_bits) | RD(dst) | RN(arg2)); in emit_op_imm()
1033 return push_inst(compiler, (CLZ ^ inv_bits) | RD(dst) | RN(dst)); in emit_op_imm()
H A DsljitNativeARM_T2_32.c134 #define CLZ 0xfab0f080 macro
1041 return push_inst32(compiler, CLZ | RN4(arg2) | RD4(dst) | RM4(arg2)); in emit_op_imm()
1045 return push_inst32(compiler, CLZ | RN4(dst) | RD4(dst) | RM4(dst)); in emit_op_imm()
H A DsljitNativeLOONGARCH_64.c1371 return push_inst(compiler, INST(CLZ, op) | RD(dst) | RJ(src2)); in emit_single_op()

Completed in 102 milliseconds