Home
last modified time | relevance | path

Searched refs:OP_SEL_0 (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUInstPrinter.cpp974 Mod == SISrcMods::OP_SEL_0 && in printPackedModifier()
1006 unsigned FI = !!(MI->getOperand(FIN).getImm() & SISrcMods::OP_SEL_0); in printOpSel()
1007 unsigned BC = !!(MI->getOperand(BCN).getImm() & SISrcMods::OP_SEL_0); in printOpSel()
1013 printPackedModifier(MI, " op_sel:[", SISrcMods::OP_SEL_0, O); in printOpSel()
/external/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUInstPrinter.cpp1073 Mod == SISrcMods::OP_SEL_0 && in printPackedModifier()
1105 unsigned FI = !!(MI->getOperand(FIN).getImm() & SISrcMods::OP_SEL_0); in printOpSel()
1106 unsigned BC = !!(MI->getOperand(BCN).getImm() & SISrcMods::OP_SEL_0); in printOpSel()
1112 printPackedModifier(MI, " op_sel:[", SISrcMods::OP_SEL_0, O); in printOpSel()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIDefines.h186 OP_SEL_0 = 1 << 2, enumerator
DSIFoldOperands.cpp212 if ((Val & SISrcMods::OP_SEL_0) || !(Val & SISrcMods::OP_SEL_1)) in updateOperand()
224 Mod.setImm(Mod.getImm() | SISrcMods::OP_SEL_0); in updateOperand()
DAMDGPUISelDAGToDAG.cpp2496 Mods |= SISrcMods::OP_SEL_0; in SelectVOP3PMods()
2602 Mods |= SISrcMods::OP_SEL_0; in SelectVOP3PMadMixModsImpl()
DSIInstrInfo.td1314 int OP_SEL_0 = 4;
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIDefines.h190 OP_SEL_0 = 1 << 2, enumerator
DSIFoldOperands.cpp212 if (!(Val & SISrcMods::OP_SEL_0) && (Val & SISrcMods::OP_SEL_1)) { in updateOperand()
223 Mod.setImm(Mod.getImm() | SISrcMods::OP_SEL_0); in updateOperand()
DAMDGPUISelDAGToDAG.cpp2796 Mods |= SISrcMods::OP_SEL_0; in SelectVOP3PMods()
2869 Mods |= SISrcMods::OP_SEL_0; in SelectVOP3PMadMixModsImpl()
DSIInstrInfo.td1356 int OP_SEL_0 = 4;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp6407 ModVal |= SISrcMods::OP_SEL_0; in cvtVOP3P()
/external/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp7222 ModVal |= SISrcMods::OP_SEL_0; in cvtVOP3P()