Searched refs:jcc (Results 1 – 9 of 9) sorted by relevance
95 jcc L3 /* then try next algorithm */111 jcc L4152 jcc L1
489 bool invert = p->ainsn.jcc.type & 1; in kprobe_emulate_jcc()492 if (p->ainsn.jcc.type < 0xc) { in kprobe_emulate_jcc()493 match = regs->flags & jcc_mask[p->ainsn.jcc.type >> 1]; in kprobe_emulate_jcc()497 if (p->ainsn.jcc.type >= 0xe) in kprobe_emulate_jcc()622 p->ainsn.jcc.type = opcode & 0xf; in prepare_emulation()630 p->ainsn.jcc.type = opcode & 0xf; in prepare_emulation()
51 jcc 1f80 jcc badsys
72 } jcc; member
66 jcc enosys
215 jcc badsys
2012 jcc L(do_map)2353 jcc 1f
355 jcc 1f
202 "call" for "bc", "return" for "br", "jcc" for "bo", "jmp" for "b",207 cases e.g. "jcc (x)" for a condition branch within a transaction.
Completed in 23 milliseconds