Home
last modified time | relevance | path

Searched refs:VOP3P (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DVOP3PInstructions.td11 // VOP3P Classes
19 // Non-packed instructions that use the VOP3P encoding.
20 // VOP3 neg/abs and VOP3P opsel/opsel_hi modifiers are allowed.
DSIInstrFormats.td43 field bit VOP3P = 0;
118 // This bit indicates that this is a packed VOP3P instruction
138 let TSFlags{12} = VOP3P;
DSIDefines.h39 VOP3P = 1 << 12, enumerator
DSIInstrInfo.h519 return MI.getDesc().TSFlags & SIInstrFlags::VOP3P; in isVOP3P()
523 return get(Opcode).TSFlags & SIInstrFlags::VOP3P; in isVOP3P()
DAMDGPU.td170 "Has VOP3P packed instructions"
DVOPInstructions.td136 let VOP3P = 1;
DSIInstructions.td1051 // VOP3P instructions, so it is turned into the bit op.
DSIInstrInfo.td1506 // Returns the assembly string for the inputs and outputs of a VOP3P
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DAMDGPUOperandSyntax.rst887 VOP3P Modifiers
890 This section describes modifiers of regular VOP3P instructions.
998 VOP3P V_MAD_MIX Modifiers
1001 These instructions use VOP3P format but have different modifiers.
DAMDGPUAsmGFX9.rst1544 VOP3P chapter
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp2282 SIInstrFlags::VOP3 | SIInstrFlags::VOP3P | in validateConstantBusLimitations()