Home
last modified time | relevance | path

Searched refs:DASM_S_OK (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_mips.h32 #define DASM_S_OK 0x00000000 macro
138 D->status = DASM_S_OK; in dasm_setup()
261 if (D->status != DASM_S_OK) return D->status; in dasm_link()
307 return DASM_S_OK; in dasm_link()
385 return DASM_S_OK; in dasm_encode()
406 if (D->status == DASM_S_OK) { in dasm_checkstep()
413 if (D->status == DASM_S_OK && secmatch >= 0 && in dasm_checkstep()
H A Ddasm_ppc.h32 #define DASM_S_OK 0x00000000 macro
138 D->status = DASM_S_OK; in dasm_setup()
265 if (D->status != DASM_S_OK) return D->status; in dasm_link()
311 return DASM_S_OK; in dasm_link()
384 return DASM_S_OK; in dasm_encode()
405 if (D->status == DASM_S_OK) { in dasm_checkstep()
412 if (D->status == DASM_S_OK && secmatch >= 0 && in dasm_checkstep()
H A Ddasm_arm.h33 #define DASM_S_OK 0x00000000 macro
139 D->status = DASM_S_OK; in dasm_setup()
282 if (D->status != DASM_S_OK) return D->status; in dasm_link()
329 return DASM_S_OK; in dasm_link()
422 return DASM_S_OK; in dasm_encode()
443 if (D->status == DASM_S_OK) { in dasm_checkstep()
450 if (D->status == DASM_S_OK && secmatch >= 0 && in dasm_checkstep()
H A Ddasm_x86.h31 #define DASM_S_OK 0x00000000 macro
140 D->status = DASM_S_OK; in dasm_setup()
285 if (D->status != DASM_S_OK) return D->status; in dasm_link()
365 return DASM_S_OK; in dasm_link()
509 return DASM_S_OK; in dasm_encode()
529 if (D->status == DASM_S_OK) { in dasm_checkstep()
536 if (D->status == DASM_S_OK && secmatch >= 0 && in dasm_checkstep()
H A Ddasm_arm64.h34 #define DASM_S_OK 0x00000000 macro
144 D->status = DASM_S_OK; in dasm_setup()
356 if (D->status != DASM_S_OK) return D->status; in dasm_link()
404 return DASM_S_OK; in dasm_link()
536 return DASM_S_OK; in dasm_encode()
557 if (D->status == DASM_S_OK) { in dasm_checkstep()
564 if (D->status == DASM_S_OK && secmatch >= 0 && in dasm_checkstep()
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc6242 if (ret != DASM_S_OK) {
6279 if (ret != DASM_S_OK) {
6366 if (ret != DASM_S_OK) {
6381 if (ret != DASM_S_OK) {
6535 if (ret != DASM_S_OK) {
6549 if (ret != DASM_S_OK) {
H A Dir_x86.dasc10775 if (ret != DASM_S_OK) {
10805 if (ret != DASM_S_OK) {
10896 if (ret != DASM_S_OK) {
10910 if (ret != DASM_S_OK) {
10956 if (ret != DASM_S_OK) {
10969 if (ret != DASM_S_OK) {

Completed in 46 milliseconds