Searched refs:VFormat (Results 1 – 2 of 2) sorted by relevance
2394 format = VFormat(vn); in NEON3DifferentL()2408 Emit(VFormat(vm) | vop | Rm(vm) | Rn(vn) | Rd(vd)); in NEON3DifferentW()2420 Emit(VFormat(vd) | vop | Rm(vm) | Rn(vn) | Rd(vd)); in NEON3DifferentHN()3306 format = VFormat(vd); in NEON3Same()3446 format = VFormat(vd); in NEON2RegMisc()3494 Emit(VFormat(vn) | NEON_SHLL | Rn(vn) | Rd(vd)); in shll()3504 Emit(VFormat(vn) | NEON_SHLL | Rn(vn) | Rd(vd)); in shll2()3808 format = VFormat(vd); in sqrdmlah()3827 format = VFormat(vd); in sqrdmlsh()3841 Emit(VFormat(vd) | NEON_SDOT | Rm(vm) | Rn(vn) | Rd(vd)); in sdot()[all …]
6278 static Instr VFormat(VRegister vd) { in VFormat() function