Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter.h2089 return OpVectorslidedown<UnsignedType, vlmul, vta, vma>( in OpVector()
2393 return OpVectorslidedown<ElementType, vlmul, vta, vma>( in OpVector()
3970 void OpVectorslidedown(uint8_t dst, uint8_t src, Register offset) { in OpVectorslidedown() function
3971 return OpVectorslidedown<ElementType, NumberOfRegistersInvolved(vlmul), vta, vma>( in OpVectorslidedown()
3976 void OpVectorslidedown(uint8_t dst, uint8_t src, Register offset) { in OpVectorslidedown() function
4051 OpVectorslidedown<ElementType, NumberOfRegistersInvolved(vlmul), vta, vma>(dst, src, 1); in OpVectorslide1down()