Searched refs:VNarrowV (Results 1 – 2 of 2) sorted by relevance
1211 i->ARM64in.VNarrowV.op = op; in ARM64Instr_VNarrowV()1212 i->ARM64in.VNarrowV.dszBlg2 = dszBlg2; in ARM64Instr_VNarrowV()1213 i->ARM64in.VNarrowV.dst = dst; in ARM64Instr_VNarrowV()1214 i->ARM64in.VNarrowV.src = src; in ARM64Instr_VNarrowV()1815 UInt dszBlg2 = i->ARM64in.VNarrowV.dszBlg2; in ppARM64Instr()1818 const HChar* nm = showARM64VecNarrowOp(i->ARM64in.VNarrowV.op); in ppARM64Instr()1820 ppHRegARM64(i->ARM64in.VNarrowV.dst); in ppARM64Instr()1822 ppHRegARM64(i->ARM64in.VNarrowV.src); in ppARM64Instr()2199 addHRegUse(u, HRmWrite, i->ARM64in.VNarrowV.dst); in getRegUsage_ARM64Instr()2200 addHRegUse(u, HRmRead, i->ARM64in.VNarrowV.src); in getRegUsage_ARM64Instr()[all …]
850 } VNarrowV; member