Searched refs:shift_left (Results 1 – 8 of 8) sorted by relevance
745 Attribute.Zext -> Int32.shift_left 1l 0746 | Attribute.Sext -> Int32.shift_left 1l 1747 | Attribute.Noreturn -> Int32.shift_left 1l 2748 | Attribute.Inreg -> Int32.shift_left 1l 3749 | Attribute.Structret -> Int32.shift_left 1l 4750 | Attribute.Nounwind -> Int32.shift_left 1l 5751 | Attribute.Noalias -> Int32.shift_left 1l 6752 | Attribute.Byval -> Int32.shift_left 1l 7753 | Attribute.Nest -> Int32.shift_left 1l 8754 | Attribute.Readnone -> Int32.shift_left 1l 9[all …]
9 define i32 @shift_left() nounwind {
3017 int32 shift_left = 0; in WriteFramesLessThan() local3052 ++shift_left; in WriteFramesLessThan()3059 if (shift_left > 0) { in WriteFramesLessThan()3060 if (shift_left >= frames_size_) in WriteFramesLessThan()3063 const int32 new_frames_size = frames_size_ - shift_left; in WriteFramesLessThan()3065 frames_[i] = frames_[i + shift_left]; in WriteFramesLessThan()
593 uint32_t shift_left = sizeof(value) * 8 - 1 - msbit; in bits() local594 value <<= shift_left; // shift anything above the msbit off of the unsigned edge in bits()595 …value >>= (shift_left + lsbit); // shift it back again down to the lsbit (including undoing any sh… in bits()
1156 int shift_left = 32 - (pos + size); in Ext() local1157 sll(rt, rs, shift_left); // Acts as a move if shift_left == 0. in Ext()
2926 case shift_left
3536 case shift_left
1690 shift_left: in handleIntIntBinOp()1719 goto shift_left; in handleIntIntBinOp()