Searched refs:OP_SEL_1 (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIDefines.h | 187 OP_SEL_1 = 1 << 3, enumerator
|
D | SIFoldOperands.cpp | 212 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()
|
D | AMDGPUISelDAGToDAG.cpp | 2499 Mods |= SISrcMods::OP_SEL_1; in SelectVOP3PMods() 2517 Mods |= SISrcMods::OP_SEL_1; in SelectVOP3PMods() 2600 Mods |= SISrcMods::OP_SEL_1; in SelectVOP3PMadMixModsImpl()
|
D | VOP3PInstructions.td | 79 (V_PK_SUB_U16 $src0_modifiers, $src0, SRCMODS.OP_SEL_1, NegSubInlineConstV216:$src1, $clamp)
|
D | SIInstrInfo.td | 1315 int OP_SEL_1 = 8;
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIFoldOperands.cpp | 212 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()
|
D | SIDefines.h | 191 OP_SEL_1 = 1 << 3, enumerator
|
D | AMDGPUISelDAGToDAG.cpp | 2799 Mods |= SISrcMods::OP_SEL_1; in SelectVOP3PMods() 2817 Mods |= SISrcMods::OP_SEL_1; in SelectVOP3PMods() 2867 Mods |= SISrcMods::OP_SEL_1; in SelectVOP3PMadMixModsImpl()
|
D | VOP3PInstructions.td | 88 (V_PK_SUB_U16 $src0_modifiers, $src0, SRCMODS.OP_SEL_1, NegSubInlineConstV216:$src1)
|
D | SIInstrInfo.td | 1357 int OP_SEL_1 = 8;
|
D | AMDGPUInstructionSelector.cpp | 3301 Mods |= SISrcMods::OP_SEL_1; in selectVOP3PModsImpl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUInstPrinter.cpp | 941 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/ |
D | AMDGPUInstPrinter.cpp | 1040 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/ |
D | AMDGPUAsmParser.cpp | 6410 ModVal |= SISrcMods::OP_SEL_1; in cvtVOP3P()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 7225 ModVal |= SISrcMods::OP_SEL_1; in cvtVOP3P()
|