Searched refs:VOP3P (Results 1 – 12 of 12) sorted by relevance
32 field bit VOP3P = 0;107 // This bit indicates that this is a packed VOP3P instruction172 let TSFlags{12} = VOP3P;
24 let Inst{31-26} = 0x33; // VOP3P encoding
10 // VOP3P Classes66 let VOP3P = 1;72 // Non-packed instructions that use the VOP3P encoding.73 // VOP3 neg/abs and VOP3P opsel/opsel_hi modifiers are allowed.82 let VOP3P = 1;1582 let VOP3P = 1;1808 let AssemblerPredicate = isGFX10Only, DecoderNamespace = "GFX10", VOP3P = 1 in {1813 } // End AssemblerPredicate = isGFX10Only, DecoderNamespace = "GFX10", VOP3P = 1
72 VOP3P = 1 << 12, enumerator
777 return MI.getDesc().TSFlags & SIInstrFlags::VOP3P; in isVOP3P()781 return get(Opcode).TSFlags & SIInstrFlags::VOP3P; in isVOP3P()
159 let VOP3P = 1;957 let VOP3P = 1;1031 let VOP3P = 1;
426 "Has VOP3P packed instructions"
1938 // VOP3P instructions, so it is turned into the bit op.3059 // FIXME: Should have VOP3P subtarget predicate
2001 // Returns the assembly string for the inputs and outputs of a VOP3P
374 if ((Desc.TSFlags & SIInstrFlags::VOP3P) || in encodeInstruction()
3720 SIInstrFlags::VOP3 | SIInstrFlags::VOP3P | SIInstrFlags::SDWA)) && in validateConstantBusLimitations()4345 const auto Enc = VOP1 | VOP2 | VOP3 | VOPC | VOP3P | SIInstrFlags::SDWA; in validateLdsDirect()4552 (TSFlags & SIInstrFlags::VOP3) && !(TSFlags & SIInstrFlags::VOP3P)) { in validateOpSel()4655 if (!(Desc.TSFlags & (SIInstrFlags::VOP3 | SIInstrFlags::VOP3P)) && in validateVOPLiteral()9274 if (Desc.TSFlags & SIInstrFlags::VOP3P) in cvtVOP3DPP()
619 if (MCII->get(MI.getOpcode()).TSFlags & SIInstrFlags::VOP3P) in getInstruction()