Searched refs:IS_HALFWORD (Results 1 – 2 of 2) sorted by relevance
134 #define IS_HALFWORD(x) ((x) <= HALFWORD_MAX && (x) >= HALFWORD_MIN) macro1069 if (IS_HALFWORD(immw) || compiler->mode32) { \1989 …if ((dst == SLJIT_R0) && (src2w > 127 || src2w < -128) && (compiler->mode32 || IS_HALFWORD(src2w))…2023 …if ((dst == SLJIT_R0) && (src1w > 127 || src1w < -128) && (compiler->mode32 || IS_HALFWORD(src1w))…2192 else if (IS_HALFWORD(src1w)) {2231 else if (IS_HALFWORD(src2w)) {2285 if (src2 == SLJIT_IMM && (compiler->mode32 || IS_HALFWORD(src2w))) {2298 if (src1 == SLJIT_IMM && (compiler->mode32 || IS_HALFWORD(src1w))) {2396 if (IS_HALFWORD(src2w) || compiler->mode32) {2424 if (IS_HALFWORD(src1w) || compiler->mode32) {[all …]
75 SLJIT_ASSERT(a != SLJIT_IMM || compiler->mode32 || IS_HALFWORD(imma)); in emit_x86_instruction()
Completed in 16 milliseconds