Home
last modified time | relevance | path

Searched defs:InstARM32FourAddrGPR (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceInstARM32.cpp3456 template class InstARM32FourAddrGPR<InstARM32::Mla>; variable
3457 template class InstARM32FourAddrGPR<InstARM32::Mls>; variable
H A DIceInstARM32.h900 InstARM32FourAddrGPR(Cfg *Func, Variable *Dest, Variable *Src0, in InstARM32FourAddrGPR() function