Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_mips.h159 #define CKPL(kind, st) \ macro
164 #define CKPL(kind, st) ((void)0) macro
206 if (n >= 0) { CK(n>=10||*pl<0, RANGE_LG); CKPL(lg, LG); goto putrel; } in dasm_put()
211 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put()
224 pl = D->lglabels + (ins & 2047) - 10; CKPL(lg, LG); goto putlabel; in dasm_put()
226 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put()
H A Ddasm_ppc.h159 #define CKPL(kind, st) \ macro
164 #define CKPL(kind, st) ((void)0) macro
206 if (n >= 0) { CK(n>=10||*pl<0, RANGE_LG); CKPL(lg, LG); goto putrel; } in dasm_put()
211 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put()
224 pl = D->lglabels + (ins & 2047) - 10; CKPL(lg, LG); goto putlabel; in dasm_put()
226 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put()
H A Ddasm_arm.h160 #define CKPL(kind, st) \ macro
165 #define CKPL(kind, st) ((void)0) macro
215 if (n >= 0) { CK(n>=10||*pl<0, RANGE_LG); CKPL(lg, LG); goto putrel; } in dasm_put()
220 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put()
233 pl = D->lglabels + (ins & 2047) - 10; CKPL(lg, LG); goto putlabel; in dasm_put()
235 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put()
H A Ddasm_arm64.h160 #define CKPL(kind, st) \ macro
165 #define CKPL(kind, st) ((void)0) macro
255 if (n >= 0) { CK(n>=10||*pl<0, RANGE_LG); CKPL(lg, LG); goto putrel; } in dasm_put()
260 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put()
273 pl = D->lglabels + (ins & 2047) - 10; CKPL(lg, LG); goto putlabel; in dasm_put()
275 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put()
H A Ddasm_x86.h161 #define CKPL(kind, st) \ macro
166 #define CKPL(kind, st) ((void)0) macro
228 if (n <= 246) { CK(n>=10||*pl<0, RANGE_LG); CKPL(lg, LG); goto putrel; } in dasm_put()
234 case DASM_IMM_PC: pl = D->pclabels + va_arg(ap, int); CKPL(pc, PC); in dasm_put()
249 case DASM_LABEL_LG: pl = D->lglabels + *p++; CKPL(lg, LG); goto putlabel; in dasm_put()
250 case DASM_LABEL_PC: pl = D->pclabels + va_arg(ap, int); CKPL(pc, PC); in dasm_put()

Completed in 27 milliseconds