Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/lib/
Dinsn.c207 int pfx_id; in insn_get_opcode() local
234 pfx_id = insn_last_prefix_id(insn); in insn_get_opcode()
235 insn->attr = inat_get_escape_attribute(op, pfx_id, insn->attr); in insn_get_opcode()
257 insn_byte_t pfx_id, mod; in insn_get_modrm() local
268 pfx_id = insn_last_prefix_id(insn); in insn_get_modrm()
269 insn->attr = inat_get_group_attribute(mod, pfx_id, in insn_get_modrm()