Searched refs:VOP2 (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrFormats.td | 29 field bit VOP2 = 0; 169 let TSFlags{8} = VOP2; 259 let hasExtraSrcRegAllocReq = !or(VOP1, VOP2, VOP3, VOPC, SDWA, VALU);
|
H A D | VOP2Instructions.td | 10 // VOP2 Classes 76 let VOP2 = 1; 89 let VOP2 = 1; 713 // VOP2 Instructions 1335 //===------------------------------- VOP2 -------------------------------===// 1379 //===------------------------- VOP2 (with name) -------------------------===// 1746 //===------------------------------- VOP2 -------------------------------===// 1786 //===------------------------- VOP2 (with name) -------------------------===// 2013 // VOP2 no carry-in, carry-out. 2021 // VOP2 carry-in, carry-out. [all …]
|
H A D | SIDefines.h | 67 VOP2 = 1 << 8, enumerator
|
H A D | SIInstrInfo.h | 497 return MI.getDesc().TSFlags & SIInstrFlags::VOP2; in isVOP2() 501 return get(Opcode).TSFlags & SIInstrFlags::VOP2; in isVOP2()
|
H A D | SIInstrInfo.td | 1507 !if (!eq(Src2.Value, untyped.Value), 2, // VOP2 1705 !if(!eq(NumSrcArgs, 2), (ins Src0RC:$src0, Src1RC:$src1), // VOP2 1746 // VOP2 without modifiers
|
H A D | VOPInstructions.td | 1541 // VOP1 and VOP2 depend on these triple defs 1677 def VOP2InfoTable : VOPInfoTable<"VOP2">;
|
H A D | VOP3Instructions.td | 1225 defm V_READLANE_B32 : VOP3_Real_No_Suffix_gfx11_gfx12<0x360>; // Pseudo in VOP2 1227 defm V_WRITELANE_B32 : VOP3_Real_No_Suffix_gfx11_gfx12<0x361>; // Pseudo in VOP2
|
H A D | SIInstructions.td | 1180 // VOP2 Patterns
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 3719 (SIInstrFlags::VOPC | SIInstrFlags::VOP1 | SIInstrFlags::VOP2 | in validateConstantBusLimitations() 4345 const auto Enc = VOP1 | VOP2 | VOP3 | VOPC | VOP3P | SIInstrFlags::SDWA; in validateLdsDirect() 9431 cvtSDWA(Inst, Operands, SIInstrFlags::VOP2); in cvtSdwaVOP2() 9435 cvtSDWA(Inst, Operands, SIInstrFlags::VOP2, true, true); in cvtSdwaVOP2b() 9439 cvtSDWA(Inst, Operands, SIInstrFlags::VOP2, false, true); in cvtSdwaVOP2e() 9471 if (BasicInstType == SIInstrFlags::VOP2 && in cvtSDWA() 9519 case SIInstrFlags::VOP2: in cvtSDWA()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUInstPrinter.cpp | 400 ((Flags & SIInstrFlags::VOP2) && !getVOP2IsSingle(Opcode))) in printVOPDst()
|