Searched defs:pcRel (Results 1 – 3 of 3) sorted by relevance
14 #define pcRel(pc, p) (cast(int, (pc) - (p)->code) - 1) macro
1554 int32_t pcRel = f->target.fn->binPos - (codeSize + 8); in emitFlow() local1560 int32_t pcRel = f->target.bb->binPos - (codeSize + 8); in emitFlow() local
1514 int32_t pcRel = f->target.fn->binPos - (codeSize + 8); in emitFlow() local1520 int32_t pcRel = f->target.bb->binPos - (codeSize + 8); in emitFlow() local