Home
last modified time | relevance | path

Searched refs:DivInstr (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.h317 using DivInstr = void (TargetARM32::*)(Variable *, Variable *, Variable *, variable
320 ExtInstr ExtFunc, DivInstr DivFunc, bool IsRemainder);
DIceTargetLoweringARM32.cpp2318 DivInstr DivFunc, bool IsRemainder) { in lowerIDivRem()