Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/jit/dynasm/
H A Ddasm_x86.h367 #define dasmb(x) *cp++ = (unsigned char)(x) macro
379 #define dasmw(x) do { dasmb(x); dasmb((x)>>8); } while (0)
422 case DASM_IMM_S: case DASM_IMM_B: wb: dasmb(n); break; in dasm_encode()

Completed in 6 milliseconds