Home
last modified time | relevance | path

Searched refs:DASM_S_UNDEF_PC (Results 1 – 6 of 6) sorted by relevance

/PHP-8.2/ext/opcache/jit/dynasm/
H A Ddasm_mips.h42 #define DASM_S_UNDEF_PC 0x22000000 macro
270 if (D->pclabels[pc] > 0) return DASM_S_UNDEF_PC|pc; in dasm_link()
H A Ddasm_ppc.h42 #define DASM_S_UNDEF_PC 0x22000000 macro
274 if (D->pclabels[pc] > 0) return DASM_S_UNDEF_PC|pc; in dasm_link()
H A Ddasm_arm.h43 #define DASM_S_UNDEF_PC 0x22000000 macro
291 if (D->pclabels[pc] > 0) return DASM_S_UNDEF_PC|pc; in dasm_link()
H A Ddasm_arm64.h45 #define DASM_S_UNDEF_PC 0x22000000 macro
360 if (D->pclabels[pc] > 0) return DASM_S_UNDEF_PC|pc; in dasm_link()
H A Ddasm_x86.h41 #define DASM_S_UNDEF_PC 0x22000000 macro
292 if (D->pclabels[pc] > 0) return DASM_S_UNDEF_PC|pc; in dasm_link()
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit.c881 case DASM_S_UNDEF_PC: in handle_dasm_error()

Completed in 33 milliseconds