Home
last modified time | relevance | path

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

/art/compiler/dex/quick/x86/
Dcodegen_x86.h500 void GenMultiplyVectorSignedByte(RegStorage rs_dest_src1, RegStorage rs_src2);
Dtarget_x86.cc1598 void X86Mir2Lir::GenMultiplyVectorSignedByte(RegStorage rs_dest_src1, RegStorage rs_src2) { in GenMultiplyVectorSignedByte() function in art::X86Mir2Lir
1727 GenMultiplyVectorSignedByte(rs_dest_src1, rs_src2); in GenMultiplyVector()