Home
last modified time | relevance | path

Searched refs:PPC_OP (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/xmon/
H A Dppc.h218 #define PPC_OP(i) (((i) >> 26) & 0x3f) macro
H A Dppc-opc.c1300 else if (PPC_OP (insn) == 19 && (insn & 0x400) && ! (value & 4)) in insert_bo()
1330 else if (PPC_OP (insn) == 19 && (insn & 0x400) && ! (value & 4)) in insert_boe()
1968 if (PPC_OP (insn) == 4) in insert_sh6()
1980 if (PPC_OP (insn) == 4) in extract_sh6()
/linux/tools/perf/util/
H A Ddisasm.c719 int opcode = PPC_OP(dl->raw.raw_insn); in arithmetic__parse()
759 if (PPC_OP(dl->raw.raw_insn) == 31) in load_store__parse()
968 #define PPC_OP(op) (((op) >> 26) & 0x3F) macro