Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/lib/
Dinsn.c261 int insn_get_opcode(struct insn *insn) in insn_get_opcode() function
342 ret = insn_get_opcode(insn); in insn_get_modrm()
Dinsn-eval.c40 insn_get_opcode(insn); in is_string_insn()
/Linux-v5.15/tools/arch/x86/lib/
Dinsn.c261 int insn_get_opcode(struct insn *insn) in insn_get_opcode() function
342 ret = insn_get_opcode(insn); in insn_get_modrm()
/Linux-v5.15/tools/arch/x86/include/asm/
Dinsn.h136 extern int insn_get_opcode(struct insn *insn);
/Linux-v5.15/arch/x86/include/asm/
Dinsn.h136 extern int insn_get_opcode(struct insn *insn);
/Linux-v5.15/arch/x86/events/intel/
Dlbr.c1243 if (insn_get_opcode(&insn)) in branch_type()