Searched defs:CMOV (Results 1 – 7 of 7) sorted by relevance
43 CMOV, enumerator
63 CMOV, enumerator
31 CMOV, // Select between two values using the result of comparison. enumerator
97 CMOV, // ARM conditional move instructions. enumerator
17853 SDValue ARMTargetLowering::PerformCMOVToBFICombine(SDNode *CMOV, SelectionDAG &DAG) const { in PerformCMOVToBFICombine()
117 CMOV, enumerator
47156 SDValue CMOV = DAG.getNode(X86ISD::CMOV, DL, N->getValueType(0), Ops); in combineCMov() local