Home
last modified time | relevance | path

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

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