Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_mips.h46 #define DASM_POS2BIAS(pos) ((pos)&0xff000000) macro
175 sec->rbuf = sec->buf - DASM_POS2BIAS(pos); in dasm_put()
176 sec->epos = (int)sec->bsize/sizeof(int) - DASM_MAXSECPOS+DASM_POS2BIAS(pos); in dasm_put()
H A Ddasm_ppc.h46 #define DASM_POS2BIAS(pos) ((pos)&0xff000000) macro
175 sec->rbuf = sec->buf - DASM_POS2BIAS(pos); in dasm_put()
176 sec->epos = (int)sec->bsize/sizeof(int) - DASM_MAXSECPOS+DASM_POS2BIAS(pos); in dasm_put()
H A Ddasm_arm.h47 #define DASM_POS2BIAS(pos) ((pos)&0xff000000) macro
184 sec->rbuf = sec->buf - DASM_POS2BIAS(pos); in dasm_put()
185 sec->epos = (int)sec->bsize/sizeof(int) - DASM_MAXSECPOS+DASM_POS2BIAS(pos); in dasm_put()
H A Ddasm_x86.h45 #define DASM_POS2BIAS(pos) ((pos)&0xff000000) macro
177 sec->rbuf = sec->buf - DASM_POS2BIAS(pos); in dasm_put()
178 sec->epos = (int)sec->bsize/sizeof(int) - DASM_MAXSECPOS+DASM_POS2BIAS(pos); in dasm_put()
H A Ddasm_arm64.h49 #define DASM_POS2BIAS(pos) ((pos)&0xff000000) macro
231 sec->rbuf = sec->buf - DASM_POS2BIAS(pos); in dasm_put()
232 sec->epos = (int)sec->bsize/sizeof(int) - DASM_MAXSECPOS+DASM_POS2BIAS(pos); in dasm_put()

Completed in 30 milliseconds