Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceInstARM32.cpp3422 template class InstARM32ThreeAddrFP<InstARM32::Vadd>; variable
3425 template class InstARM32ThreeAddrFP<InstARM32::Vdiv>; variable
3426 template class InstARM32ThreeAddrFP<InstARM32::Veor>; variable
3429 template class InstARM32ThreeAddrFP<InstARM32::Vmul>; variable
3433 template class InstARM32ThreeAddrFP<InstARM32::Vsub>; variable
3438 template class InstARM32ThreeAddrFP<InstARM32::Vmlap>; variable
3444 template class InstARM32ThreeAddrFP<InstARM32::Vzip>; variable
H A DIceInstARM32.h821 InstARM32ThreeAddrFP(Cfg *Func, Variable *Dest, Variable *Src0, Operand *Src1) in InstARM32ThreeAddrFP() function