Home
last modified time | relevance | path

Searched refs:OP_SEL_1 (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp179 if ((Val & SISrcMods::OP_SEL_0) || !(Val & SISrcMods::OP_SEL_1)) in updateOperand()
185 Mod.setImm(Mod.getImm() & ~SISrcMods::OP_SEL_1); in updateOperand()
189 Mod.setImm(Mod.getImm() & ~SISrcMods::OP_SEL_1); in updateOperand()
799 unsigned UnsetMods = (Op == AMDGPU::V_PK_MAX_F16) ? SISrcMods::OP_SEL_1 : 0; in isClamp()
DSIDefines.h167 OP_SEL_1 = 1 << 3, enumerator
DAMDGPUISelDAGToDAG.cpp1969 Mods |= SISrcMods::OP_SEL_1; in SelectVOP3PMods()
1987 Mods |= SISrcMods::OP_SEL_1; in SelectVOP3PMods()
2070 Mods |= SISrcMods::OP_SEL_1; in SelectVOP3PMadMixModsImpl()
DSIInstrInfo.td990 int OP_SEL_1 = 8;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/InstPrinter/
DAMDGPUInstPrinter.cpp824 int DefaultValue = IsPacked && (Mod == SISrcMods::OP_SEL_1); in allOpsDefaultValue()
890 printPackedModifier(MI, " op_sel_hi:[", SISrcMods::OP_SEL_1, O); in printOpSelHi()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp5080 ModVal |= SISrcMods::OP_SEL_1; in cvtVOP3P()