Home
last modified time | relevance | path

Searched refs:WORD_1 (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp207 case WORD_1: OS << "WORD_1"; break; in operator <<()
375 if (DstSel == AMDGPU::SDWA::SdwaSel::WORD_1 && in convertToSDWA()
555 Dst, Src1, *Imm == 16 ? WORD_1 : BYTE_3, UNUSED_PAD); in matchSDWAOperand()
558 Src1, Dst, *Imm == 16 ? WORD_1 : BYTE_3, false, false, in matchSDWAOperand()
641 SrcSel = WORD_1; in matchSDWAOperand()
770 (OtherDstSel == WORD_1)); in matchSDWAOperand()
772 case WORD_1: DstSelAgree = ((OtherDstSel == BYTE_0) || in matchSDWAOperand()
779 (OtherDstSel == WORD_1)); in matchSDWAOperand()
784 (OtherDstSel == WORD_1)); in matchSDWAOperand()
H A DSIDefines.h771 WORD_1 = 5, enumerator
H A DVOP1Instructions.td608 (inst_sdwa 0, $src, 0, 0, SDWA.WORD_1),
H A DVOPInstructions.td466 int WORD_1 = 5;
H A DSIInstrInfo.cpp919 : AMDGPU::SDWA::SdwaSel::WORD_1) in copyPhysReg()
922 : AMDGPU::SDWA::SdwaSel::WORD_1) in copyPhysReg()
H A DAMDGPUInstructionSelector.cpp2200 .addImm(AMDGPU::SDWA::WORD_1) // $dst_sel in selectG_TRUNC()
/openbsd/gnu/llvm/llvm/docs/
H A DAMDGPUModifierSyntax.rst1464 dst_sel:WORD_1 Use bits 31:16.
1500 src0_sel:WORD_1 Use bits 31:16.
1519 src1_sel:WORD_1 Use bits 31:16.
H A DAMDGPUUsage.rst14583 v_min_u32 v200, v200, v1 dst_sel:WORD_1 dst_unused:UNUSED_PAD src0_sel:BYTE_1 src1_sel:DWORD
14584 v_sin_f32 v0, v0 dst_unused:UNUSED_PAD src0_sel:WORD_1
14585 v_fract_f32 v0, |v0| dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1059 case SdwaSel::WORD_1: O << "WORD_1"; break; in printSDWASel()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp8886 .Case("WORD_1", SdwaSel::WORD_1) in parseSDWASel()