Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
DChangeLog-2004382 * ppc-opc.c (insert_fxm): Handle mfocrf and mtocrf.
468 * ppc-opc.c (insert_fxm): Enable two operand mfcr when -many as
DChangeLog-2015161 * ppc-opc.c (insert_fxm): Remove "ignored" from error message.
756 (insert_fxm): Handle new default operand value.
DChangeLog-0203184 * ppc-opc.c (insert_fxm): Expand comment.
447 (insert_fxm): New function, used by both FXM and FXM4.
DChangeLog-2008444 insert_bdp, insert_bo, insert_boe, insert_fxm, insert_mb6, insert_mbe,
Dppc-opc.c63 static unsigned long insert_fxm (unsigned long, long, ppc_cpu_t, const char **);
417 { 0xff, 12, insert_fxm, extract_fxm, 0 },
421 { 0xff, 12, insert_fxm, extract_fxm,
1418 insert_fxm (unsigned long insn, in insert_fxm() function