Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/jit/dynasm/
H A Ddasm_mips.h41 #define DASM_S_UNDEF_LG 0x21000000 macro
414 if (D->lglabels[i] > 0) { D->status = DASM_S_UNDEF_LG|i; break; } in dasm_checkstep()
H A Ddasm_ppc.h41 #define DASM_S_UNDEF_LG 0x21000000 macro
413 if (D->lglabels[i] > 0) { D->status = DASM_S_UNDEF_LG|i; break; } in dasm_checkstep()
H A Ddasm_arm.h42 #define DASM_S_UNDEF_LG 0x21000000 macro
451 if (D->lglabels[i] > 0) { D->status = DASM_S_UNDEF_LG|i; break; } in dasm_checkstep()
H A Ddasm_arm64.h44 #define DASM_S_UNDEF_LG 0x21000000 macro
560 if (D->lglabels[i] > 0) { D->status = DASM_S_UNDEF_LG|i; break; } in dasm_checkstep()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit.c895 #ifdef DASM_S_UNDEF_LG in handle_dasm_error()
896 case DASM_S_UNDEF_LG: in handle_dasm_error()

Completed in 28 milliseconds