Home
last modified time | relevance | path

Searched refs:IS_HALFWORD (Results 1 – 2 of 2) sorted by relevance

/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_common.c126 #define IS_HALFWORD(x) ((x) <= HALFWORD_MAX && (x) >= HALFWORD_MIN) macro
1420 if (IS_HALFWORD(immw) || compiler->mode32) { \
1471 …if ((dst == SLJIT_R0) && (src2w > 127 || src2w < -128) && (compiler->mode32 || IS_HALFWORD(src2w))…
1505 …if ((dst == SLJIT_R0) && (src1w > 127 || src1w < -128) && (compiler->mode32 || IS_HALFWORD(src1w))…
1695 else if (IS_HALFWORD(src1w)) {
1738 else if (IS_HALFWORD(src2w)) {
1799 if ((src2 & SLJIT_IMM) && (compiler->mode32 || IS_HALFWORD(src2w))) {
1812 if ((src1 & SLJIT_IMM) && (compiler->mode32 || IS_HALFWORD(src1w))) {
1910 if (IS_HALFWORD(src2w) || compiler->mode32) {
1939 if (IS_HALFWORD(src1w) || compiler->mode32) {
[all …]
H A DsljitNativeX86_64.c352 SLJIT_ASSERT(!(a & SLJIT_IMM) || compiler->mode32 || IS_HALFWORD(imma)); in emit_x86_instruction()
667 SLJIT_ASSERT(IS_HALFWORD(srcw)); in sljit_emit_fast_return()

Completed in 13 milliseconds