Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:EXTRACT_SUBREG

557   /// the same way as the generic EXTRACT_SUBREG instructions.
560 /// is equivalent to two EXTRACT_SUBREG:
561 /// rX = EXTRACT_SUBREG dZ, ssub_0
562 /// rY = EXTRACT_SUBREG dZ, ssub_1
814 return getOpcode() == TargetOpcode::EXTRACT_SUBREG;