Searched refs:VOP3P (Results 1 – 11 of 11) sorted by relevance
11 // VOP3P Classes19 // Non-packed instructions that use the VOP3P encoding.20 // VOP3 neg/abs and VOP3P opsel/opsel_hi modifiers are allowed.
43 field bit VOP3P = 0;118 // This bit indicates that this is a packed VOP3P instruction138 let TSFlags{12} = VOP3P;
39 VOP3P = 1 << 12, enumerator
519 return MI.getDesc().TSFlags & SIInstrFlags::VOP3P; in isVOP3P()523 return get(Opcode).TSFlags & SIInstrFlags::VOP3P; in isVOP3P()
170 "Has VOP3P packed instructions"
136 let VOP3P = 1;
1051 // VOP3P instructions, so it is turned into the bit op.
1506 // Returns the assembly string for the inputs and outputs of a VOP3P
887 VOP3P Modifiers890 This section describes modifiers of regular VOP3P instructions.998 VOP3P V_MAD_MIX Modifiers1001 These instructions use VOP3P format but have different modifiers.
1544 VOP3P chapter
2282 SIInstrFlags::VOP3 | SIInstrFlags::VOP3P | in validateConstantBusLimitations()