Home
last modified time | relevance | path

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

/linux/arch/m68k/lib/
A Dudivsi3.S95 jcc L3 /* then try next algorithm */
111 jcc L4
152 jcc L1
/linux/arch/x86/kernel/kprobes/
A Dcore.c489 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()
/linux/arch/m68k/68000/
A Dentry.S51 jcc 1f
80 jcc badsys
/linux/arch/x86/include/asm/
A Dkprobes.h72 } jcc; member
/linux/arch/m68k/coldfire/
A Dentry.S66 jcc enosys
/linux/arch/m68k/kernel/
A Dentry.S215 jcc badsys
A Dhead.S2012 jcc L(do_map)
2353 jcc 1f
/linux/arch/m68k/math-emu/
A Dfp_scan.S355 jcc 1f
/linux/tools/perf/Documentation/
A Dperf-script.txt202 "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