Home
last modified time | relevance | path

Searched refs:TO_OFFS_REG (Results 1 – 4 of 4) sorted by relevance

/external/pcre/dist/sljit/
DsljitNativeX86_64.c407 b |= TO_OFFS_REG(TMP_REG3); in emit_x86_instruction()
412 b |= TO_OFFS_REG(SLJIT_SP); in emit_x86_instruction()
421 if (immb != 0 && (!(b & OFFS_REG_MASK) || (b & OFFS_REG_MASK) == TO_OFFS_REG(SLJIT_SP))) { in emit_x86_instruction()
513 if ((b & OFFS_REG_MASK) == SLJIT_UNUSED || (b & OFFS_REG_MASK) == TO_OFFS_REG(SLJIT_SP)) { in emit_x86_instruction()
DsljitNativeX86_32.c298 b |= TO_OFFS_REG(SLJIT_SP); in emit_x86_instruction()
369 if ((b & OFFS_REG_MASK) == SLJIT_UNUSED || (b & OFFS_REG_MASK) == TO_OFFS_REG(SLJIT_SP)) { in emit_x86_instruction()
DsljitNativeX86_common.c956 if ((dst & OFFS_REG_MASK) == TO_OFFS_REG(SLJIT_R1)) in emit_mov_byte()
962 if ((dst & OFFS_REG_MASK) != TO_OFFS_REG(SLJIT_R0)) in emit_mov_byte()
1178 if ((dst & REG_MASK) != SLJIT_R0 && (dst & OFFS_REG_MASK) != TO_OFFS_REG(SLJIT_R0)) in emit_clz()
1180 else if ((dst & REG_MASK) != SLJIT_R1 && (dst & OFFS_REG_MASK) != TO_OFFS_REG(SLJIT_R1)) in emit_clz()
DsljitLir.c109 #define TO_OFFS_REG(reg) ((reg) << 8) macro
712 SLJIT_ASSERT(((p) & OFFS_REG_MASK) != TO_OFFS_REG(SLJIT_SP) && !(i & ~0x3)); \