Searched refs:FCSEL (Results 1 – 19 of 19) sorted by relevance
44 FCSEL, // Conditional move instruction. enumerator
256 def : InstRW<[M1WriteNEONH], (instregex "^FCSEL[DS]rrr")>;
464 // FCSEL is a WriteF.
423 def : InstRW<[VulcanWrite_4Cyc_F01], (instregex "^FCSEL")>;
843 case AArch64ISD::FCSEL: return "AArch64ISD::FCSEL"; in getTargetNodeName()
2683 defm FCSEL : FPCondSelect<"fcsel">;
466 // FCSEL is a WriteF.
469 def : InstRW<[M1WriteNEONH], (instregex "^FCSEL[DS]rrr")>;
534 def : InstRW<[M3WriteNEONH], (instregex "^FCSEL[DS]rrr")>;
1119 def : InstRW<[FalkorWr_1VXVY_1cyc], (instregex "^FCSEL(S|D)rrr$")>;
1189 def : InstRW<[THX2T99Write_4Cyc_F01], (instregex "^FCSEL")>;
1094 case AArch64ISD::FCSEL: return "AArch64ISD::FCSEL"; in getTargetNodeName()
2971 defm FCSEL : FPCondSelect<"fcsel">;
1129 FCSEL = FCSEL_s enumerator
3104 Emit(FPType(fd) | FCSEL | Rm(fm) | Cond(cond) | Rn(fn) | Rd(fd)); in fcsel()
1311 FCSEL = FCSEL_s enumerator
2835 Emit(FPType(vd) | FCSEL | Rm(vm) | Cond(cond) | Rn(vn) | Rd(vd)); in fcsel()
1807 ### FCSEL ### subsection