Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_mips.h46 #define DASM_POS2BIAS(pos) ((pos)&0xff000000) macro
180 sec->rbuf = sec->buf - DASM_POS2BIAS(pos); in dasm_put()
181 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
180 sec->rbuf = sec->buf - DASM_POS2BIAS(pos); in dasm_put()
181 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
189 sec->rbuf = sec->buf - DASM_POS2BIAS(pos); in dasm_put()
190 sec->epos = (int)sec->bsize/sizeof(int) - DASM_MAXSECPOS+DASM_POS2BIAS(pos); in dasm_put()
H A Ddasm_arm64.h47 #define DASM_POS2BIAS(pos) ((pos)&0xff000000) macro
229 sec->rbuf = sec->buf - DASM_POS2BIAS(pos); in dasm_put()
230 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
182 sec->rbuf = sec->buf - DASM_POS2BIAS(pos); in dasm_put()
183 sec->epos = (int)sec->bsize/sizeof(int) - DASM_MAXSECPOS+DASM_POS2BIAS(pos); in dasm_put()

Completed in 23 milliseconds