Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/jit/dynasm/
H A Ddasm_x86.h381 #define dasmd(x) \ macro
387 #define dasmd(x) do { dasmw(x); dasmw((x)>>16); } while (0) macro
388 #define dasmq(x) do { dasmd(x); dasmd((x)>>32); } while (0)
395 dasmd((unsigned int)x); in dasma_()
434 case DASM_IMM_D: wd: dasmd(n); break; in dasm_encode()

Completed in 5 milliseconds