Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstARM32.cpp3486 template class InstARM32ThreeAddrGPR<InstARM32::Adc>; variable
3487 template class InstARM32ThreeAddrGPR<InstARM32::Add>; variable
3488 template class InstARM32ThreeAddrGPR<InstARM32::And>; variable
3489 template class InstARM32ThreeAddrGPR<InstARM32::Asr>; variable
3490 template class InstARM32ThreeAddrGPR<InstARM32::Bic>; variable
3491 template class InstARM32ThreeAddrGPR<InstARM32::Eor>; variable
3492 template class InstARM32ThreeAddrGPR<InstARM32::Lsl>; variable
3493 template class InstARM32ThreeAddrGPR<InstARM32::Lsr>; variable
3494 template class InstARM32ThreeAddrGPR<InstARM32::Mul>; variable
3495 template class InstARM32ThreeAddrGPR<InstARM32::Orr>; variable
[all …]
DIceInstARM32.h771 InstARM32ThreeAddrGPR(Cfg *Func, Variable *Dest, Variable *Src0, in InstARM32ThreeAddrGPR() function