Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp1546 const static struct DivRemEntry { in selectDivRem() struct
1548 unsigned SizeInBits; in selectDivRem()
1549 unsigned LowInReg; // low part of the register pair in selectDivRem()
1550 unsigned HighInReg; // high part of the register pair in selectDivRem()
1552 struct DivRemResult { in selectDivRem()
1560 } ResultTable[NumOps]; in selectDivRem()
H A DX86FastISel.cpp1875 const static struct DivRemEntry { in X86SelectDivRem() struct
1877 const TargetRegisterClass *RC; in X86SelectDivRem()
1878 unsigned LowInReg; // low part of the register pair in X86SelectDivRem()
1879 unsigned HighInReg; // high part of the register pair in X86SelectDivRem()
1881 struct DivRemResult { in X86SelectDivRem()
1889 } ResultTable[NumOps]; in X86SelectDivRem()