Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1402 ArrayRef<TableEntry> InstTable; in handleTwoArgFP() local
1407 InstTable = ForwardST0Table; in handleTwoArgFP()
1409 InstTable = ReverseST0Table; in handleTwoArgFP()
1412 InstTable = ForwardSTiTable; in handleTwoArgFP()
1414 InstTable = ReverseSTiTable; in handleTwoArgFP()
1417 int Opcode = Lookup(InstTable, MI.getOpcode()); in handleTwoArgFP()