Home
last modified time | relevance | path

Searched +defs:arch +defs:y (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/disas/
H A Dsparc.c66 #define SPARC_OPCODE_ARCH_MASK(arch) (1 << (arch)) argument
69 #define SPARC_OPCODE_ARCH_V9_P(arch) ((arch) >= SPARC_OPCODE_ARCH_V9) argument
190 #define F3F(x, y, z) (OP (x) | OP3 (y) | OPF (z)) /* Format3 float insns. */ argument
192 #define F2(x, y) (OP (x) | OP2(y)) /* Format 2 insns. */ argument
193 #define F3(x, y, z) (OP (x) | OP3(y) | F3I(z)) /* Format3 insns. */ argument
1535 #define CBR(opcode, mask, lose, flags, arch) \ argument
H A Dhppa.c581 enum pa_arch arch; member
2787 int y = GET_FIELD (insn, 16, 18); in print_insn_hppa() local
H A Dm68k.c227 unsigned int arch; member
2069 #define two(x, y) (((unsigned int) (x) << 16) + (y)) argument
/openbmc/linux/tools/perf/util/
H A Devsel.c139 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y)) argument
848 const char *arch = perf_env__arch(evsel__env(evsel)); in __evsel__config_callchain() local