Home
last modified time | relevance | path

Searched refs:synthesized_op (Results 1 – 1 of 1) sorted by relevance

/external/vixl/src/aarch64/
Dassembler-sve-aarch64.cc1596 Instr synthesized_op = SVEFPMulIndexHelper(zda.GetLaneSizeInBytesLog2(), in fmla() local
1603 Emit(synthesized_op | Rd(zda) | Rn(zn)); in fmla()
1615 Instr synthesized_op = SVEFPMulIndexHelper(zda.GetLaneSizeInBytesLog2(), in fmls() local
1622 Emit(synthesized_op | Rd(zda) | Rn(zn)); in fmls()
1641 Instr synthesized_op = SVEFPMulIndexHelper(zd.GetLaneSizeInBytesLog2(), in fmul() local
1648 Emit(synthesized_op | Rd(zd) | Rn(zn)); in fmul()