Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstARM32.cpp3503 template class InstARM32ThreeAddrFP<InstARM32::Vadd>; variable
3506 template class InstARM32ThreeAddrFP<InstARM32::Vdiv>; variable
3507 template class InstARM32ThreeAddrFP<InstARM32::Veor>; variable
3510 template class InstARM32ThreeAddrFP<InstARM32::Vmul>; variable
3514 template class InstARM32ThreeAddrFP<InstARM32::Vsub>; variable
3519 template class InstARM32ThreeAddrFP<InstARM32::Vmlap>; variable
3525 template class InstARM32ThreeAddrFP<InstARM32::Vzip>; variable
DIceInstARM32.h822 InstARM32ThreeAddrFP(Cfg *Func, Variable *Dest, Variable *Src0, Operand *Src1) in InstARM32ThreeAddrFP() function