Searched refs:opc1 (Results 1 – 1 of 1) sorted by relevance
1273 return auprobe->branch.opc1 == 0xe8; in branch_is_call()1309 switch (auprobe->branch.opc1) { in check_jmp_cond()1404 u8 opc1 = OPCODE1(insn); in branch_setup_xol_ops() local1410 switch (opc1) { in branch_setup_xol_ops()1426 opc1 = OPCODE2(insn) - 0x10; in branch_setup_xol_ops()1429 if (!is_cond_jmp_opcode(opc1)) in branch_setup_xol_ops()1444 auprobe->branch.opc1 = opc1; in branch_setup_xol_ops()1455 u8 opc1 = OPCODE1(insn), reg_offset = 0; in push_setup_xol_ops() local1457 if (opc1 < 0x50 || opc1 > 0x57) in push_setup_xol_ops()1469 switch (opc1) { in push_setup_xol_ops()[all …]