Home
last modified time | relevance | path

Searched refs:DST_OP_SEL (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIDefines.h294 DST_OP_SEL = 1 << 3 // VOP3 dst op_sel (share mask with OP_SEL_1) enumerator
H A DGCNDPPCombine.cpp378 OpSel |= !!(Mod0->getImm() & SISrcMods::DST_OP_SEL) << 3; in createDPPInst()
H A DVOP3Instructions.td686 (inst !if(index, SRCMODS.DST_OP_SEL, 0), $src0, 0, $src1, $old, 0)
691 (inst !if(index{1}, SRCMODS.DST_OP_SEL, 0), $src0, 0, $src1,
H A DGCNHazardRecognizer.cpp928 SISrcMods::DST_OP_SEL)) in checkVALUHazards()
H A DSIInstrInfo.td1440 int DST_OP_SEL = 8;
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCCodeEmitter.cpp625 Op |= SISrcMods::DST_OP_SEL; in getMachineOpValueT16()
H A DAMDGPUInstPrinter.cpp1314 if (HasDstSel && (Ops[0] & SISrcMods::DST_OP_SEL) != 0) in allOpsDefaultValue()
1380 O << ',' << !!(Ops[0] & SISrcMods::DST_OP_SEL); in printPackedModifier()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp824 Modifiers.OpSel |= !!(Val & SISrcMods::DST_OP_SEL) << 3; in collectVOPModifiers()
845 SISrcMods::DST_OP_SEL}}}; in convertTrue16OpSel()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp8505 ModVal |= SISrcMods::DST_OP_SEL; in cvtVOP3DstOpSelOnly()
8508 ModVal |= SISrcMods::DST_OP_SEL; in cvtVOP3DstOpSelOnly()
8630 ModVal |= SISrcMods::DST_OP_SEL; in cvtVINTERP()