/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIInstrFormats.td | 32 field bit VOP3P = 0; 108 // This bit indicates that this is a packed VOP3P instruction 152 let TSFlags{12} = VOP3P;
|
D | VOP3PInstructions.td | 10 // VOP3P Classes 20 // Non-packed instructions that use the VOP3P encoding. 21 // VOP3 neg/abs and VOP3P opsel/opsel_hi modifiers are allowed.
|
D | SIDefines.h | 38 VOP3P = 1 << 12, enumerator
|
D | SIInstrInfo.h | 597 return MI.getDesc().TSFlags & SIInstrFlags::VOP3P; in isVOP3P() 601 return get(Opcode).TSFlags & SIInstrFlags::VOP3P; in isVOP3P()
|
D | VOPInstructions.td | 140 let VOP3P = 1;
|
D | AMDGPU.td | 314 "Has VOP3P packed instructions"
|
D | SIInstructions.td | 1323 // VOP3P instructions, so it is turned into the bit op. 2110 // FIXME: Should have VOP3P subtarget predicate
|
/external/llvm-project/llvm/docs/AMDGPU/ |
D | AMDGPUAsmGFX904.rst | 36 VOP3P section in Instructions
|
D | AMDGPUAsmGFX900.rst | 36 VOP3P section in Instructions
|
D | AMDGPUAsmGFX1011.rst | 66 VOP3P section in Instructions
|
D | AMDGPUAsmGFX906.rst | 59 VOP3P section in Instructions
|
D | AMDGPUAsmGFX908.rst | 88 VOP3P section in Instructions
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInstrFormats.td | 32 field bit VOP3P = 0; 107 // This bit indicates that this is a packed VOP3P instruction 144 let TSFlags{12} = VOP3P;
|
D | VOP3PInstructions.td | 10 // VOP3P Classes 18 // Non-packed instructions that use the VOP3P encoding. 19 // VOP3 neg/abs and VOP3P opsel/opsel_hi modifiers are allowed.
|
D | SIDefines.h | 38 VOP3P = 1 << 12, enumerator
|
D | SIInstrInfo.h | 567 return MI.getDesc().TSFlags & SIInstrFlags::VOP3P; in isVOP3P() 571 return get(Opcode).TSFlags & SIInstrFlags::VOP3P; in isVOP3P()
|
D | VOPInstructions.td | 134 let VOP3P = 1;
|
D | AMDGPU.td | 284 "Has VOP3P packed instructions"
|
/external/mesa3d/src/amd/compiler/ |
D | aco_opcodes.py | 52 VOP3P = 19 variable in Format 935 opcode(name, -1, code, code, Format.VOP3P)
|
D | aco_print_ir.cpp | 570 case Format::VOP3P: { in print_instr_format_specific() 748 if (instr->format == Format::VOP3P) { in aco_print_instr()
|
D | aco_ir.h | 98 VOP3P = 19, enumerator 923 || format == Format::VOP3P; in isVALU() 1351 if (format == Format::VOP3P) { in usesModifiers()
|
D | aco_assembler.cpp | 600 } else if (instr->format == Format::VOP3P) { in emit_instruction()
|
/external/llvm-project/llvm/docs/ |
D | AMDGPUModifierSyntax.rst | 1528 VOP3P Modifiers 1531 This section describes modifiers of *regular* VOP3P instructions. 1687 VOP3P MAD_MIX/FMA_MIX Modifiers 1692 in a manner different from *regular* VOP3P instructions. 1778 VOP3P MFMA Modifiers
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 2821 SIInstrFlags::VOP3 | SIInstrFlags::VOP3P | in validateConstantBusLimitations() 3260 if ((Desc.TSFlags & (VOP1 | VOP2 | VOP3 | VOPC | VOP3P | SIInstrFlags::SDWA)) == 0) in validateLdsDirect() 3398 if (!(Desc.TSFlags & (SIInstrFlags::VOP3 | SIInstrFlags::VOP3P))) in validateVOP3Literal()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 3078 SIInstrFlags::VOP3 | SIInstrFlags::VOP3P | in validateConstantBusLimitations() 3594 if ((Desc.TSFlags & (VOP1 | VOP2 | VOP3 | VOPC | VOP3P | SIInstrFlags::SDWA)) == 0) in validateLdsDirect() 3774 if (!(Desc.TSFlags & (SIInstrFlags::VOP3 | SIInstrFlags::VOP3P))) in validateVOP3Literal()
|