Home
last modified time | relevance | path

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

/PHP-8.4/ext/opcache/jit/ir/dynasm/
H A Ddasm_mips.h42 #define DASM_S_UNDEF_PC 0x22000000 macro
265 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
269 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
286 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
289 if (D->pclabels[pc] > 0) return DASM_S_UNDEF_PC|pc; in dasm_link()

Completed in 26 milliseconds