Lines Matching defs:Round
26569 uint64_t Round = Op.getConstantOperandVal(2);
26570 SDValue RoundingMode = DAG.getTargetConstant(Round & 0xf, dl, MVT::i32);
26578 uint64_t Round = Op.getConstantOperandVal(3);
26579 SDValue RoundingMode = DAG.getTargetConstant(Round & 0xf, dl, MVT::i32);
28217 00 Round to nearest
28218 01 Round to -inf
28219 10 Round to +inf
28220 11 Round to 0
28224 0 Round to 0
28225 1 Round to nearest
28226 2 Round to +inf
28227 3 Round to -inf
28321 // 0 Round to 0 -> 11
28322 // 1 Round to nearest -> 00
28323 // 2 Round to +inf -> 10
28324 // 3 Round to -inf -> 01