Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/opcode/
Dppc.h199 #define PPC_OP(i) (((i) >> 26) & 0x3f) macro
DChangeLog620 (PPC_OP): Use a variable shift amount.
/toolchain/binutils/binutils-2.25/opcodes/
Dppc-dis.c347 unsigned op = PPC_OP (powerpc_opcodes[i].opcode); in disassemble_init_powerpc()
469 op = PPC_OP (insn); in lookup_powerpc()
513 op = PPC_OP (insn); in lookup_vle()
Dppc-opc.c1214 else if (PPC_OP (insn) == 19 && (insn & 0x400) && ! (value & 4)) in insert_bo()
1244 else if (PPC_OP (insn) == 19 && (insn & 0x400) && ! (value & 4)) in insert_boe()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ppc.c1542 int old_opcode = PPC_OP (op[-1].opcode); in ppc_setup_opcodes()
1543 int new_opcode = PPC_OP (op[0].opcode); in ppc_setup_opcodes()