Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/jit/libudis86/
H A Ddecode.c63 REGCLASS_GPR, enumerator
437 case REGCLASS_GPR : reg = decode_gpr(u, size, num); break; in decode_reg()
741 decode_modrm_rm(u, operand, REGCLASS_GPR, in decode_operand()
754 decode_modrm_rm(u, operand, REGCLASS_GPR, size); in decode_operand()
757 decode_modrm_reg(u, operand, REGCLASS_GPR, size); in decode_operand()
811 decode_reg(u, operand, REGCLASS_GPR, in decode_operand()
818 decode_reg(u, operand, REGCLASS_GPR, 0, size); in decode_operand()
823 decode_reg(u, operand, REGCLASS_GPR, 1, size); in decode_operand()
828 decode_reg(u, operand, REGCLASS_GPR, 2, size); in decode_operand()
854 decode_modrm_rm(u, operand, REGCLASS_GPR, size); in decode_operand()

Completed in 7 milliseconds