Searched refs:DPP32 (Results 1 – 2 of 2) sorted by relevance
3 …=amdgcn -mcpu=gfx1010 -verify-machineinstrs < %s | FileCheck %s -check-prefixes=GCN,DPP32,GFX10PLUS4 …=amdgcn -mcpu=gfx1100 -verify-machineinstrs < %s | FileCheck %s -check-prefixes=GCN,DPP32,GFX10PLUS9 ; DPP32-COUNT-2: v_mov_b32_dpp v{{[0-9]+}}, v{{[0-9]+}} row_share:1 row_mask:0xf bank_mask:0xf boun…25 ; DPP32-COUNT-2: v_mov_b32_dpp v{{[0-9]+}}, v{{[0-9]+}} row_share:1 row_mask:0xf bank_mask:0xf boun…
146 int DPP32 = AMDGPU::getDPPOp32(Op); in getDPPOp() local148 assert(DPP32 == -1); in getDPPOp()150 DPP32 = (E32 == -1) ? -1 : AMDGPU::getDPPOp32(E32); in getDPPOp()152 if (DPP32 != -1 && TII->pseudoToMCOpcode(DPP32) != -1) in getDPPOp()153 return DPP32; in getDPPOp()