Searched refs:APU (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | ppc-opc.c | 2931 #define APU(op, xop, rc) (OP (op) | (((unsigned long)(xop)) & 0x3ff) << 1 | ((rc) & 1)) macro 2934 #define APU_MASK APU (0x3f, 0x3ff, 1) 3346 {"get", APU(4, 268,0), APU_RA_MASK, PPC405, 0, {RT, FSL}}, 3369 {"cget", APU(4, 284,0), APU_RA_MASK, PPC405, 0, {RT, FSL}}, 3380 {"nget", APU(4, 300,0), APU_RA_MASK, PPC405, 0, {RT, FSL}}, 3382 {"ncget", APU(4, 316,0), APU_RA_MASK, PPC405, 0, {RT, FSL}}, 3411 {"put", APU(4, 332,0), APU_RT_MASK, PPC405, 0, {RA, FSL}}, 3416 {"cput", APU(4, 348,0), APU_RT_MASK, PPC405, 0, {RA, FSL}}, 3444 {"nput", APU(4, 364,0), APU_RT_MASK, PPC405, 0, {RA, FSL}}, 3473 {"ncput", APU(4, 380,0), APU_RT_MASK, PPC405, 0, {RA, FSL}}, [all …]
|
D | ChangeLog-0203 | 1334 APU instructions, respectively. 1382 (rfmci): New machine check APU instruction. 1383 (isel): New integer select APU instructino. 1385 dcbtstlse, dcblc, dcblce): New cache control APU instructions. 1387 (mfpmr, mtpmr): New performance monitor APU instructions. 1388 (savecontext): New context cache APU instructions. 1389 (bblels, bbelr): New branch locking APU instructions.
|
D | ChangeLog-2008 | 383 * ppc-opc.c (powerpc_operands): Add Xilinx APU related operands. 385 (powerpc_opcodes): Add Xilinx APU related opcodes.
|