Home | History | Annotate | Download | only in Hexagon

Lines Matching defs:BitPos

117     int32_t bitPos;
118 bitPos = Log2_32(Imm);
119 assert(bitPos >= 0 && bitPos < 32 &&
120 "Constant out of range for 32 BitPos Memops");
121 return CurDAG->getTargetConstant(bitPos, DL, MVT::i32);
1181 unsigned BitPos = 0;
1188 BitPos = countTrailingZeros(uint64_t(Val));
1191 BitPos = 31;
1214 SDValue SDVal = CurDAG->getTargetConstant(BitPos, dl, MVT::i32);
1243 if (SubValueVT != MVT::f32 && BitPos < 32) {
1252 SDVal = CurDAG->getTargetConstant(BitPos-32, dl, MVT::i32);