Searched refs:VNarrowV (Results 1 – 2 of 2) sorted by relevance
1199 i->ARM64in.VNarrowV.op = op; in ARM64Instr_VNarrowV()1200 i->ARM64in.VNarrowV.dszBlg2 = dszBlg2; in ARM64Instr_VNarrowV()1201 i->ARM64in.VNarrowV.dst = dst; in ARM64Instr_VNarrowV()1202 i->ARM64in.VNarrowV.src = src; in ARM64Instr_VNarrowV()1796 UInt dszBlg2 = i->ARM64in.VNarrowV.dszBlg2; in ppARM64Instr()1799 const HChar* nm = showARM64VecNarrowOp(i->ARM64in.VNarrowV.op); in ppARM64Instr()1801 ppHRegARM64(i->ARM64in.VNarrowV.dst); in ppARM64Instr()1803 ppHRegARM64(i->ARM64in.VNarrowV.src); in ppARM64Instr()2170 addHRegUse(u, HRmWrite, i->ARM64in.VNarrowV.dst); in getRegUsage_ARM64Instr()2171 addHRegUse(u, HRmRead, i->ARM64in.VNarrowV.src); in getRegUsage_ARM64Instr()[all …]
819 } VNarrowV; member