Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/jit/libudis86/
H A Ddecode.c82 inp_peek(struct ud *u) in inp_peek() function
89 } else if (u->inp_peek != UD_EOI) { in inp_peek()
90 return u->inp_peek; in inp_peek()
94 u->inp_peek = c; in inp_peek()
95 return u->inp_peek; in inp_peek()
114 int c = u->inp_peek; in inp_next()
116 u->inp_peek = UD_EOI; in inp_next()
1114 if (u->dis_mode != 64 && MODRM_MOD(inp_peek(u)) != 0x3) { in decode_vex()
H A Dtypes.h187 int inp_peek; member
H A Dudis86.c358 u->inp_peek = UD_EOI; in ud_inp_init()

Completed in 10 milliseconds