Home | History | Annotate | Download | only in priv

Lines Matching refs:opcode

242 /* Extract primary opcode, instr[31:26] */
247 /* Extract 10-bit secondary opcode, instr[10:1] */
252 /* Extract 9-bit secondary opcode, instr[9:1] */
257 /* Extract 8-bit secondary opcode, instr[8:1] */
262 /* Extract 5-bit secondary opcode, instr[5:1] */
8122 * a different primary opcode.
16248 /* The 0x3C primary opcode (VSX category) uses several different forms of
16259 * The XX2-form needs bit 0 masked from the standard extended opcode
16267 * secondary opcode for such VSX instructions.
16273 UInt opcode;
16418 static Int findVSXextOpCode(UInt opcode)
16425 if (opcode < vsx_all[mid].opcode)
16427 else if (opcode > vsx_all[mid].opcode)
16436 /* The full 10-bit extended opcode retrieved via ifieldOPClo10 is
16451 vsxExtOpcode = vsx_all[ret].opcode;
16453 vsxExtOpcode = vsx_all[ret].opcode;
16455 vsxExtOpcode = vsx_all[ret].opcode;
16457 vsxExtOpcode = vsx_all[ret].opcode;
16459 vsxExtOpcode = vsx_all[ret].opcode;
16847 * instructions secondary opcode as taken from the standard secondary
16848 * opcode field [21:30] (IBM notatition), even if the actual field
16849 * is non-standard. These normalized values are given in the opcode
17686 } /* switch (opc) for the main (primary) opcode switch. */