Searched refs:VFormat (Results 1 – 4 of 4) sorted by relevance
2238 format = VFormat(vn); in NEON3DifferentL()2252 Emit(VFormat(vm) | vop | Rm(vm) | Rn(vn) | Rd(vd)); in NEON3DifferentW()2264 Emit(VFormat(vd) | vop | Rm(vm) | Rn(vn) | Rd(vd)); in NEON3DifferentHN()3124 format = VFormat(vd); in NEON3Same()3240 format = VFormat(vd); in NEON2RegMisc()3288 Emit(VFormat(vn) | NEON_SHLL | Rn(vn) | Rd(vd)); in shll()3298 Emit(VFormat(vn) | NEON_SHLL | Rn(vn) | Rd(vd)); in shll2()3578 format = VFormat(vd); in sqrdmlah()3597 format = VFormat(vd); in sqrdmlsh()3611 Emit(VFormat(vd) | NEON_SDOT | Rm(vm) | Rn(vn) | Rd(vd)); in sdot()[all …]
3856 static Instr VFormat(VRegister vd) { in VFormat() function
1832 format = VFormat(vn); in NEON3DifferentL()1843 Emit(VFormat(vm) | vop | Rm(vm) | Rn(vn) | Rd(vd)); in NEON3DifferentW()1852 Emit(VFormat(vd) | vop | Rm(vm) | Rn(vn) | Rd(vd)); in NEON3DifferentHN()1925 Emit(VFormat(vd) | op | Rm(vm) | Rn(vn) | Rd(vd)); in NEON_3DIFF_HN_LIST()2328 Emit(VFormat(vn) | NEON_CLS | Rn(vn) | Rd(vd)); in cls()2334 Emit(VFormat(vn) | NEON_CLZ | Rn(vn) | Rd(vd)); in clz()2340 Emit(VFormat(vn) | NEON_CNT | Rn(vn) | Rd(vd)); in cnt()2346 Emit(VFormat(vn) | NEON_REV16 | Rn(vn) | Rd(vd)); in rev16()2352 Emit(VFormat(vn) | NEON_REV32 | Rn(vn) | Rd(vd)); in rev32()2358 Emit(VFormat(vn) | NEON_REV64 | Rn(vn) | Rd(vd)); in rev64()[all …]
2980 static Instr VFormat(VRegister vd) { in VFormat() function