Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_mips.h60 int epos; /* End of biased buffer position - max single put. */ member
172 if (pos >= sec->epos) { in dasm_put()
176 sec->epos = (int)sec->bsize/sizeof(int) - DASM_MAXSECPOS+DASM_POS2BIAS(pos); in dasm_put()
H A Ddasm_ppc.h60 int epos; /* End of biased buffer position - max single put. */ member
172 if (pos >= sec->epos) { in dasm_put()
176 sec->epos = (int)sec->bsize/sizeof(int) - DASM_MAXSECPOS+DASM_POS2BIAS(pos); in dasm_put()
H A Ddasm_arm.h61 int epos; /* End of biased buffer position - max single put. */ member
181 if (pos >= sec->epos) { in dasm_put()
185 sec->epos = (int)sec->bsize/sizeof(int) - DASM_MAXSECPOS+DASM_POS2BIAS(pos); in dasm_put()
H A Ddasm_x86.h59 int epos; /* End of biased buffer position - max single put. */ member
174 if (pos >= sec->epos) { in dasm_put()
178 sec->epos = (int)sec->bsize/sizeof(int) - DASM_MAXSECPOS+DASM_POS2BIAS(pos); in dasm_put()
H A Ddasm_arm64.h63 int epos; /* End of biased buffer position - max single put. */ member
228 if (pos >= sec->epos) { in dasm_put()
232 sec->epos = (int)sec->bsize/sizeof(int) - DASM_MAXSECPOS+DASM_POS2BIAS(pos); in dasm_put()

Completed in 15 milliseconds