Searched refs:DST_OP_SEL (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIDefines.h | 294 DST_OP_SEL = 1 << 3 // VOP3 dst op_sel (share mask with OP_SEL_1) enumerator
|
H A D | GCNDPPCombine.cpp | 378 OpSel |= !!(Mod0->getImm() & SISrcMods::DST_OP_SEL) << 3; in createDPPInst()
|
H A D | VOP3Instructions.td | 686 (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 D | GCNHazardRecognizer.cpp | 928 SISrcMods::DST_OP_SEL)) in checkVALUHazards()
|
H A D | SIInstrInfo.td | 1440 int DST_OP_SEL = 8;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUMCCodeEmitter.cpp | 625 Op |= SISrcMods::DST_OP_SEL; in getMachineOpValueT16()
|
H A D | AMDGPUInstPrinter.cpp | 1314 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 D | AMDGPUDisassembler.cpp | 824 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 D | AMDGPUAsmParser.cpp | 8505 ModVal |= SISrcMods::DST_OP_SEL; in cvtVOP3DstOpSelOnly() 8508 ModVal |= SISrcMods::DST_OP_SEL; in cvtVOP3DstOpSelOnly() 8630 ModVal |= SISrcMods::DST_OP_SEL; in cvtVINTERP()
|