jump_ops           22 tools/perf/arch/arm/annotate/instructions.c 		ops = &jump_ops;
jump_ops           76 tools/perf/arch/arm64/annotate/instructions.c 		ops = &jump_ops;
jump_ops           24 tools/perf/arch/csky/annotate/instructions.c 		ops = &jump_ops;
jump_ops           19 tools/perf/arch/powerpc/annotate/instructions.c 	ops = &jump_ops;
jump_ops          117 tools/perf/arch/s390/annotate/instructions.c 		ops = &jump_ops;
jump_ops          144 tools/perf/arch/sparc/annotate/instructions.c 					ops = &jump_ops;
jump_ops          146 tools/perf/arch/sparc/annotate/instructions.c 				ops = &jump_ops;
jump_ops          150 tools/perf/arch/sparc/annotate/instructions.c 				ops = &jump_ops;
jump_ops           44 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "ja",		.ops = &jump_ops, },
jump_ops           45 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "jae",	.ops = &jump_ops, },
jump_ops           46 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "jb",		.ops = &jump_ops, },
jump_ops           47 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "jbe",	.ops = &jump_ops, },
jump_ops           48 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "jc",		.ops = &jump_ops, },
jump_ops           49 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "jcxz",	.ops = &jump_ops, },
jump_ops           50 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "je",		.ops = &jump_ops, },
jump_ops           51 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "jecxz",	.ops = &jump_ops, },
jump_ops           52 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "jg",		.ops = &jump_ops, },
jump_ops           53 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "jge",	.ops = &jump_ops, },
jump_ops           54 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "jl",		.ops = &jump_ops, },
jump_ops           55 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "jle",	.ops = &jump_ops, },
jump_ops           56 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "jmp",	.ops = &jump_ops, },
jump_ops           57 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "jmpq",	.ops = &jump_ops, },
jump_ops           58 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "jna",	.ops = &jump_ops, },
jump_ops           59 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "jnae",	.ops = &jump_ops, },
jump_ops           60 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "jnb",	.ops = &jump_ops, },
jump_ops           61 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "jnbe",	.ops = &jump_ops, },
jump_ops           62 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "jnc",	.ops = &jump_ops, },
jump_ops           63 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "jne",	.ops = &jump_ops, },
jump_ops           64 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "jng",	.ops = &jump_ops, },
jump_ops           65 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "jnge",	.ops = &jump_ops, },
jump_ops           66 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "jnl",	.ops = &jump_ops, },
jump_ops           67 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "jnle",	.ops = &jump_ops, },
jump_ops           68 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "jno",	.ops = &jump_ops, },
jump_ops           69 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "jnp",	.ops = &jump_ops, },
jump_ops           70 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "jns",	.ops = &jump_ops, },
jump_ops           71 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "jnz",	.ops = &jump_ops, },
jump_ops           72 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "jo",		.ops = &jump_ops, },
jump_ops           73 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "jp",		.ops = &jump_ops, },
jump_ops           74 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "jpe",	.ops = &jump_ops, },
jump_ops           75 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "jpo",	.ops = &jump_ops, },
jump_ops           76 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "jrcxz",	.ops = &jump_ops, },
jump_ops           77 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "js",		.ops = &jump_ops, },
jump_ops           78 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "jz",		.ops = &jump_ops, },
jump_ops          137 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "xbeginl",	.ops = &jump_ops, },
jump_ops          138 tools/perf/arch/x86/annotate/instructions.c 	{ .name = "xbeginq",	.ops = &jump_ops, },
jump_ops           97 tools/perf/util/annotate.c static struct ins_ops jump_ops;
jump_ops          440 tools/perf/util/annotate.c static struct ins_ops jump_ops = {
jump_ops          447 tools/perf/util/annotate.c 	return ins->ops == &jump_ops;