• Home
  • Raw
  • Download

Lines Matching refs:VFormat

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()
3852 Emit(VFormat(vd) | NEON_UDOT | Rm(vm) | Rn(vn) | Rd(vd)); in udot()
3933 Emit(VFormat(vd) | Rm(vm) | NEON_FCMLA_byelement | in fcmla()
3947 Emit(VFormat(vd) | Rm(vm) | NEON_FCMLA | ImmRotFcmlaVec(rot) | Rn(vn) | in fcmla()
3961 Emit(VFormat(vd) | Rm(vm) | NEON_FCADD | ImmRotFcadd(rot) | Rn(vn) | Rd(vd)); in fcadd()
4107 format = VFormat(vn); in NEONByElement()
4135 format = VFormat(vn); in NEONByElementL()
4151 Emit(VFormat(vd) | NEON_SDOT_byelement | in sdot()
4165 Emit(VFormat(vd) | NEON_UDOT_byelement | in udot()
4348 format = VFormat(vd); in NEONXtn()
4415 Emit(VFormat(vd) | NEON_RBIT_NOT | Rn(vn) | Rd(vd)); in not_()
4423 Emit(VFormat(vn) | (1 << NEONSize_offset) | NEON_RBIT_NOT | Rn(vn) | Rd(vd)); in rbit()
4435 Emit(VFormat(vd) | NEON_EXT | Rm(vm) | ImmNEONExt(index) | Rn(vn) | Rd(vd)); in ext()
4488 Emit(q | NEON_DUP_GENERAL | ImmNEON5(VFormat(vd), 0) | Rn(rn) | Rd(vd)); in dup()
4652 Emit(VFormat(vn) | NEON_CLS | Rn(vn) | Rd(vd)); in cls()
4660 Emit(VFormat(vn) | NEON_CLZ | Rn(vn) | Rd(vd)); in clz()
4668 Emit(VFormat(vn) | NEON_CNT | Rn(vn) | Rd(vd)); in cnt()
4676 Emit(VFormat(vn) | NEON_REV16 | Rn(vn) | Rd(vd)); in rev16()
4684 Emit(VFormat(vn) | NEON_REV32 | Rn(vn) | Rd(vd)); in rev32()
4692 Emit(VFormat(vn) | NEON_REV64 | Rn(vn) | Rd(vd)); in rev64()
4700 Emit(VFormat(vn) | NEON_URSQRTE | Rn(vn) | Rd(vd)); in ursqrte()
4708 Emit(VFormat(vn) | NEON_URECPE | Rn(vn) | Rd(vd)); in urecpe()
4722 Emit(VFormat(vn) | op | Rn(vn) | Rd(vd)); in NEONAddlp()
4756 Emit(VFormat(vn) | op | Rn(vn) | Rd(vd)); in NEONAcrossLanesL()
4791 Emit(VFormat(vn) | op | Rn(vn) | Rd(vd)); in NEONAcrossLanes()
4838 Emit(VFormat(vd) | op | Rm(vm) | Rn(vn) | Rd(vd)); in NEON_ACROSSLANES_FP_LIST()