Searched refs:FCSEL (Results 1 – 9 of 9) sorted by relevance
44 FCSEL, // Conditional move instruction. enumerator
463 // FCSEL is a WriteF.
844 case AArch64ISD::FCSEL: return "AArch64ISD::FCSEL"; in getTargetNodeName()
2608 defm FCSEL : FPCondSelect<"fcsel">;
1020 FCSEL = FCSEL_s enumerator
1955 Emit(FPType(fd) | FCSEL | Rm(fm) | Cond(cond) | Rn(fn) | Rd(fd)); in fcsel()
1126 FCSEL = FCSEL_s enumerator
2762 Emit(FPType(vd) | FCSEL | Rm(vm) | Cond(cond) | Rn(vn) | Rd(vd)); in fcsel()
1871 ### FCSEL ### subsection