Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h44 FCSEL, // Conditional move instruction. enumerator
DAArch64SchedCyclone.td465 // FCSEL is a WriteF.
DAArch64SchedExynosM3.td542 def : InstRW<[M3WriteNEONH], (instregex "^FCSEL[DS]rrr")>;
DAArch64SchedExynosM4.td653 def : InstRW<[M4WriteNEONH], (instregex "^FCSEL[HSD]rrr")>;
DAArch64SchedExynosM5.td712 def : InstRW<[M5WriteNEONH], (instregex "^FCSEL[HSD]rrr")>;
DAArch64SchedFalkorDetails.td1118 def : InstRW<[FalkorWr_1VXVY_1cyc], (instregex "^FCSEL(S|D)rrr$")>;
DAArch64SchedThunderX2T99.td1188 def : InstRW<[THX2T99Write_4Cyc_F01], (instregex "^FCSEL")>;
DAArch64ISelLowering.cpp1243 case AArch64ISD::FCSEL: return "AArch64ISD::FCSEL"; in getTargetNodeName()
DAArch64InstrInfo.td3565 defm FCSEL : FPCondSelect<"fcsel">;