Home
last modified time | relevance | path

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

/arch/x86/lib/
Dinsn.c238 int pfx_id; in insn_get_opcode() local
267 pfx_id = insn_last_prefix_id(insn); in insn_get_opcode()
268 insn->attr = inat_get_escape_attribute(op, pfx_id, insn->attr); in insn_get_opcode()
290 insn_byte_t pfx_id, mod; in insn_get_modrm() local
301 pfx_id = insn_last_prefix_id(insn); in insn_get_modrm()
302 insn->attr = inat_get_group_attribute(mod, pfx_id, in insn_get_modrm()