Searched refs:pfx_id (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/arch/x86/lib/ |
| H A D | insn.c | 250 int pfx_id, ret; in insn_get_opcode() local 289 pfx_id = insn_last_prefix_id(insn); in insn_get_opcode() 290 insn->attr = inat_get_escape_attribute(op, pfx_id, insn->attr); in insn_get_opcode() 321 insn_byte_t pfx_id, mod; in insn_get_modrm() local 338 pfx_id = insn_last_prefix_id(insn); in insn_get_modrm() 339 insn->attr = inat_get_group_attribute(mod, pfx_id, in insn_get_modrm()
|
| /OK3568_Linux_fs/kernel/arch/x86/lib/ |
| H A D | insn.c | 250 int pfx_id, ret; in insn_get_opcode() local 289 pfx_id = insn_last_prefix_id(insn); in insn_get_opcode() 290 insn->attr = inat_get_escape_attribute(op, pfx_id, insn->attr); in insn_get_opcode() 321 insn_byte_t pfx_id, mod; in insn_get_modrm() local 338 pfx_id = insn_last_prefix_id(insn); in insn_get_modrm() 339 insn->attr = inat_get_group_attribute(mod, pfx_id, in insn_get_modrm()
|