Home
last modified time | relevance | path

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

/php-src/ext/gmp/tests/
H A Dgmp_import.phpt93 gmp_import(): Argument #2 ($word_size) must be greater than or equal to 1
94 gmp_import(): Argument #2 ($word_size) must be greater than or equal to 1
95 gmp_import(): Argument #1 ($data) must be a multiple of argument #2 ($word_size)
96 gmp_import(): Argument #1 ($data) must be a multiple of argument #2 ($word_size)
97 gmp_import(): Argument #1 ($data) must be a multiple of argument #2 ($word_size)
H A Dgmp_export.phpt83 gmp_export(): Argument #2 ($word_size) must be greater than or equal to 1
84 gmp_export(): Argument #2 ($word_size) must be greater than or equal to 1
/php-src/ext/gmp/
H A Dgmp.stub.php71 function gmp_import(string $data, int $word_size = 1, int $flags = GMP_MSW_FIRST | GMP_NATIVE_ENDIA… argument
73 function gmp_export(GMP|int|string $num, int $word_size = 1, int $flags = GMP_MSW_FIRST | GMP_NATIV… argument
H A Dgmp_arginfo.h11 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, word_size, IS_LONG, 0, "1")
17 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, word_size, IS_LONG, 0, "1")
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeRISCV_common.c1071 sljit_ins word_size = (op & SLJIT_32) ? 32 : 64; in emit_clz_ctz() local
1073 sljit_ins word_size = 32; in emit_clz_ctz() local
1079 FAIL_IF(push_inst(compiler, ADDI | WORD | RD(OTHER_FLAG) | RS1(TMP_ZERO) | IMM_I(word_size))); in emit_clz_ctz()
1095 FAIL_IF(push_inst(compiler, ADDI | WORD | RD(TMP_REG1) | RS1(TMP_ZERO) | IMM_I(word_size))); in emit_clz_ctz()
1157 sljit_ins word_size = (op & SLJIT_32) ? 32 : 64; in emit_rev16() local
1159 sljit_ins word_size = 32; in emit_rev16()
1163 FAIL_IF(push_inst(compiler, SLLI | WORD | RD(dst) | RS1(src) | IMM_I(word_size - 8))); in emit_rev16()
1165 …T_OPCODE(op) == SLJIT_REV_U16 ? SRLI : SRAI) | WORD | RD(dst) | RS1(dst) | IMM_I(word_size - 16))); in emit_rev16()
H A DsljitNativeMIPS_common.c1568 sljit_ins word_size = (op & SLJIT_32) ? 32 : 64; in emit_clz_ctz() local
1570 sljit_ins word_size = 32; in emit_clz_ctz() local
1579 …FAIL_IF(push_inst(compiler, SELECT_OP(DADDIU, ADDIU) | SA(0) | TA(OTHER_FLAG) | IMM(word_size), OT… in emit_clz_ctz()
1591 …FAIL_IF(push_inst(compiler, SELECT_OP(DADDIU, ADDIU) | SA(0) | T(TMP_REG1) | IMM(word_size), DR(TM… in emit_clz_ctz()
H A DsljitNativeLOONGARCH_64.c1170 sljit_ins word_size = ((op & SLJIT_32) ? 32 : 64); in emit_single_op() local
1551 src2 = word_size - src2; in emit_single_op()

Completed in 43 milliseconds