Searched refs:jcc (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/arch/m68k/lib/ |
H A D | udivsi3.S | 95 jcc L3 /* then try next algorithm */ 111 jcc L4 152 jcc L1
|
/openbmc/linux/arch/m68k/68000/ |
H A D | entry.S | 53 jcc 1f 82 jcc badsys
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | kprobes.h | 70 } jcc; member
|
/openbmc/linux/arch/x86/kernel/kprobes/ |
H A D | core.c | 523 int3_emulate_jcc(regs, p->ainsn.jcc.type, ip, p->ainsn.rel32); in kprobe_emulate_jcc() 649 p->ainsn.jcc.type = opcode & 0xf; in prepare_emulation() 657 p->ainsn.jcc.type = opcode & 0xf; in prepare_emulation()
|
/openbmc/linux/arch/m68k/coldfire/ |
H A D | entry.S | 66 jcc enosys
|
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 1609 int jcc = tcg_out_cmp(s, cond, arg1, arg2, const_arg2, rexw); 1610 tcg_out_jxx(s, jcc, label, small); 1706 int jcc; 1802 jcc = tcg_out_cmp(s, cond, arg1, arg2, const_arg2, cmp_rexw); 1803 tcg_out_modrm(s, OPC_SETCC | jcc, 0, dest); 1857 static void tcg_out_cmov(TCGContext *s, int jcc, int rexw, 1860 tcg_out_modrm(s, OPC_CMOVCC | jcc | rexw, dest, v1); 1867 int jcc = tcg_out_cmp(s, cond, c1, c2, const_c2, rexw); 1868 tcg_out_cmov(s, jcc, rexw, dest, v1); 1910 int jcc = tcg_out_cmp(s, TCG_COND_EQ, arg1, 0, 1, rexw); [all …]
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | entry.S | 221 jcc badsys
|
H A D | head.S | 2029 jcc L(do_map) 2370 jcc 1f
|
/openbmc/linux/arch/m68k/math-emu/ |
H A D | fp_scan.S | 355 jcc 1f
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-script.txt | 207 "call" for "bc", "return" for "br", "jcc" for "bo", "jmp" for "b", 212 cases e.g. "jcc (xD)" for a condition branch within a transaction
|
H A D | perf-intel-pt.txt | 1643 …[guest/18436] 18436 [007] 10897.962089701: branches: jcc 40dc3… 1644 …[guest/18436] 18436 [007] 10897.962089701: branches: jcc 40dc3… 1645 …[guest/18436] 18436 [007] 10897.962089701: branches: jcc 40dc3…
|