Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIDefines.h187 OP_SEL_1 = 1 << 3, enumerator
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()
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;
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp212 if (!(Val & SISrcMods::OP_SEL_0) && (Val & SISrcMods::OP_SEL_1)) { in updateOperand()
224 Mod.setImm(Mod.getImm() & ~SISrcMods::OP_SEL_1); in updateOperand()
228 Mod.setImm(Mod.getImm() & ~SISrcMods::OP_SEL_1); in updateOperand()
1321 unsigned UnsetMods = (Op == AMDGPU::V_PK_MAX_F16) ? SISrcMods::OP_SEL_1 in isClamp()
DSIDefines.h191 OP_SEL_1 = 1 << 3, enumerator
DAMDGPUISelDAGToDAG.cpp2799 Mods |= SISrcMods::OP_SEL_1; in SelectVOP3PMods()
2817 Mods |= SISrcMods::OP_SEL_1; in SelectVOP3PMods()
2867 Mods |= SISrcMods::OP_SEL_1; in SelectVOP3PMadMixModsImpl()
DVOP3PInstructions.td88 (V_PK_SUB_U16 $src0_modifiers, $src0, SRCMODS.OP_SEL_1, NegSubInlineConstV216:$src1)
DSIInstrInfo.td1357 int OP_SEL_1 = 8;
DAMDGPUInstructionSelector.cpp3301 Mods |= SISrcMods::OP_SEL_1; in selectVOP3PModsImpl()
/external/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()
/external/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUInstPrinter.cpp1040 int DefaultValue = IsPacked && (Mod == SISrcMods::OP_SEL_1); in allOpsDefaultValue()
1118 printPackedModifier(MI, " op_sel_hi:[", SISrcMods::OP_SEL_1, O); in printOpSelHi()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp6410 ModVal |= SISrcMods::OP_SEL_1; in cvtVOP3P()
/external/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp7225 ModVal |= SISrcMods::OP_SEL_1; in cvtVOP3P()