Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp212 if ((Val & SISrcMods::OP_SEL_0) || !(Val & SISrcMods::OP_SEL_1)) in updateOperand()
225 Mod.setImm(Mod.getImm() & ~SISrcMods::OP_SEL_1); in updateOperand()
229 Mod.setImm(Mod.getImm() & ~SISrcMods::OP_SEL_1); in updateOperand()
1293 unsigned UnsetMods = (Op == AMDGPU::V_PK_MAX_F16) ? SISrcMods::OP_SEL_1 in isClamp()
DSIDefines.h187 OP_SEL_1 = 1 << 3, enumerator
DAMDGPUISelDAGToDAG.cpp2499 Mods |= SISrcMods::OP_SEL_1; in SelectVOP3PMods()
2517 Mods |= SISrcMods::OP_SEL_1; in SelectVOP3PMods()
2600 Mods |= SISrcMods::OP_SEL_1; in SelectVOP3PMadMixModsImpl()
DVOP3PInstructions.td79 (V_PK_SUB_U16 $src0_modifiers, $src0, SRCMODS.OP_SEL_1, NegSubInlineConstV216:$src1, $clamp)
DSIInstrInfo.td1315 int OP_SEL_1 = 8;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUInstPrinter.cpp941 int DefaultValue = IsPacked && (Mod == SISrcMods::OP_SEL_1); in allOpsDefaultValue()
1019 printPackedModifier(MI, " op_sel_hi:[", SISrcMods::OP_SEL_1, O); in printOpSelHi()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp6410 ModVal |= SISrcMods::OP_SEL_1; in cvtVOP3P()