Searched refs:WORD_1 (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIPeepholeSDWA.cpp | 207 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 D | SIDefines.h | 771 WORD_1 = 5, enumerator
|
H A D | VOP1Instructions.td | 608 (inst_sdwa 0, $src, 0, 0, SDWA.WORD_1),
|
H A D | VOPInstructions.td | 466 int WORD_1 = 5;
|
H A D | SIInstrInfo.cpp | 919 : AMDGPU::SDWA::SdwaSel::WORD_1) in copyPhysReg() 922 : AMDGPU::SDWA::SdwaSel::WORD_1) in copyPhysReg()
|
H A D | AMDGPUInstructionSelector.cpp | 2200 .addImm(AMDGPU::SDWA::WORD_1) // $dst_sel in selectG_TRUNC()
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | AMDGPUModifierSyntax.rst | 1464 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 D | AMDGPUUsage.rst | 14583 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 D | AMDGPUInstPrinter.cpp | 1059 case SdwaSel::WORD_1: O << "WORD_1"; break; in printSDWASel()
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 8886 .Case("WORD_1", SdwaSel::WORD_1) in parseSDWASel()
|