Home
last modified time | relevance | path

Searched refs:VOP2 (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrFormats.td29 field bit VOP2 = 0;
169 let TSFlags{8} = VOP2;
259 let hasExtraSrcRegAllocReq = !or(VOP1, VOP2, VOP3, VOPC, SDWA, VALU);
H A DVOP2Instructions.td10 // 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 DSIDefines.h67 VOP2 = 1 << 8, enumerator
H A DSIInstrInfo.h497 return MI.getDesc().TSFlags & SIInstrFlags::VOP2; in isVOP2()
501 return get(Opcode).TSFlags & SIInstrFlags::VOP2; in isVOP2()
H A DSIInstrInfo.td1507 !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 DVOPInstructions.td1541 // VOP1 and VOP2 depend on these triple defs
1677 def VOP2InfoTable : VOPInfoTable<"VOP2">;
H A DVOP3Instructions.td1225 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 DSIInstructions.td1180 // VOP2 Patterns
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3719 (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 DAMDGPUInstPrinter.cpp400 ((Flags & SIInstrFlags::VOP2) && !getVOP2IsSingle(Opcode))) in printVOPDst()