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