Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstARM32.cpp3504 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vcge>; variable
3505 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vcgt>; variable
3512 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vshl>; variable
3513 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vshr>; variable
3515 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vqadd>; variable
3516 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vqsub>; variable
3517 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vqmovn2>; variable
3518 template class InstARM32ThreeAddrSignAwareFP<InstARM32::Vmulh>; variable
DIceInstARM32.h862 InstARM32ThreeAddrSignAwareFP(Cfg *Func, Variable *Dest, Variable *Src0, in InstARM32ThreeAddrSignAwareFP() function