Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp1213 const TableEntry *InstTable; in handleTwoArgFP() local
1218 InstTable = ForwardST0Table; in handleTwoArgFP()
1220 InstTable = ReverseST0Table; in handleTwoArgFP()
1223 InstTable = ForwardSTiTable; in handleTwoArgFP()
1225 InstTable = ReverseSTiTable; in handleTwoArgFP()
1228 int Opcode = Lookup(InstTable, array_lengthof(ForwardST0Table), in handleTwoArgFP()