Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstARM32.cpp3540 template class InstARM32CmpLike<InstARM32::Cmn>; variable
3541 template class InstARM32CmpLike<InstARM32::Cmp>; variable
3542 template class InstARM32CmpLike<InstARM32::Tst>; variable
DIceInstARM32.h992 InstARM32CmpLike(Cfg *Func, Variable *Src0, Operand *Src1, in InstARM32CmpLike() function