Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/jit/libudis86/
H A Ddecode.c525 decode_modrm_reg(struct ud *u, in decode_modrm_reg() function
757 decode_modrm_reg(u, operand, REGCLASS_GPR, size); in decode_operand()
776 decode_modrm_reg(u, operand, REGCLASS_MMX, size); in decode_operand()
787 decode_modrm_reg(u, operand, REGCLASS_XMM, size); in decode_operand()
798 decode_modrm_reg(u, operand, REGCLASS_SEG, size); in decode_operand()
857 decode_modrm_reg(u, operand, REGCLASS_CR, size); in decode_operand()
860 decode_modrm_reg(u, operand, REGCLASS_DB, size); in decode_operand()

Completed in 5 milliseconds