Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstructionSelector.cpp1513 const static struct SDivEntry { in selectSDiv() struct
1514 unsigned SizeInBits; in selectSDiv()
1515 unsigned QuotientReg; in selectSDiv()
1516 unsigned DividentRegUpper; in selectSDiv()
1517 unsigned DividentRegLower; in selectSDiv()
1518 unsigned OpSignExtend; in selectSDiv()
1519 unsigned OpCopy; in selectSDiv()
1520 unsigned OpDiv; in selectSDiv()