Lines Matching defs:Round
26055 uint64_t Round = Op.getConstantOperandVal(2);
26056 SDValue RoundingMode = DAG.getTargetConstant(Round & 0xf, dl, MVT::i32);
26064 uint64_t Round = Op.getConstantOperandVal(3);
26065 SDValue RoundingMode = DAG.getTargetConstant(Round & 0xf, dl, MVT::i32);
27625 00 Round to nearest
27626 01 Round to -inf
27627 10 Round to +inf
27628 11 Round to 0
27632 0 Round to 0
27633 1 Round to nearest
27634 2 Round to +inf
27635 3 Round to -inf
27729 // 0 Round to 0 -> 11
27730 // 1 Round to nearest -> 00
27731 // 2 Round to +inf -> 10
27732 // 3 Round to -inf -> 01