Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1327 ArrayRef<TableEntry> InstTable; in handleTwoArgFP() local
1332 InstTable = ForwardST0Table; in handleTwoArgFP()
1334 InstTable = ReverseST0Table; in handleTwoArgFP()
1337 InstTable = ForwardSTiTable; in handleTwoArgFP()
1339 InstTable = ReverseSTiTable; in handleTwoArgFP()
1342 int Opcode = Lookup(InstTable, MI.getOpcode()); in handleTwoArgFP()