Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp2120 unsigned MxOpcode; in LowerSELECT() local
2125 MxOpcode = M68kISD::ADD; in LowerSELECT()
2129 MxOpcode = M68kISD::ADD; in LowerSELECT()
2133 MxOpcode = M68kISD::SUB; in LowerSELECT()
2137 MxOpcode = M68kISD::SUB; in LowerSELECT()
2141 MxOpcode = M68kISD::UMUL; in LowerSELECT()
2316 unsigned MxOpcode; in LowerBRCOND() local
2324 MxOpcode = M68kISD::ADD; in LowerBRCOND()
2328 MxOpcode = M68kISD::ADD; in LowerBRCOND()
2332 MxOpcode = M68kISD::SUB; in LowerBRCOND()
[all …]