Lines Matching refs:SELB
485 node_names[(unsigned) SPUISD::SELB] = "SPUISD::SELB";
2629 SELB instruction.
2648 // NOTE: SELB's arguments: $rA, $rB, $mask
2650 // SELB selects bits from $rA where bits in $mask are 0, bits from $rB
2653 // arguments to SELB get reversed.
2655 // Note: Really should be ISD::SELECT instead of SPUISD::SELB, but LLVM's
2662 return DAG.getNode(SPUISD::SELB, dl, VT, falseval, trueval, compare);
3183 case SPUISD::SELB: