Searched refs:CKPL (Results 1 – 5 of 5) sorted by relevance
/PHP-8.3/ext/opcache/jit/dynasm/ |
H A D | dasm_mips.h | 159 #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 D | dasm_ppc.h | 159 #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 D | dasm_arm.h | 160 #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 D | dasm_arm64.h | 162 #define CKPL(kind, st) \ macro 167 #define CKPL(kind, st) ((void)0) macro 257 if (n >= 0) { CK(n>=10||*pl<0, RANGE_LG); CKPL(lg, LG); goto putrel; } in dasm_put() 262 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put() 280 pl = D->lglabels + (ins & 2047) - 10; CKPL(lg, LG); goto putlabel; in dasm_put() 282 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put()
|
H A D | dasm_x86.h | 168 #define CKPL(kind, st) \ macro 173 #define CKPL(kind, st) ((void)0) macro 235 if (n <= 246) { CK(n>=10||*pl<0, RANGE_LG); CKPL(lg, LG); goto putrel; } in dasm_put() 240 case DASM_IMM_PC: pl = D->pclabels + va_arg(ap, int); CKPL(pc, PC); in dasm_put() 258 case DASM_LABEL_LG: pl = D->lglabels + *p++; CKPL(lg, LG); goto putlabel; in dasm_put() 259 case DASM_LABEL_PC: pl = D->pclabels + va_arg(ap, int); CKPL(pc, PC); in dasm_put()
|
Completed in 30 milliseconds