Home | History | Annotate | Download | only in libyasm

Lines Matching refs:rshift

782     size_t rshift = shift < 0 ? (size_t)(-shift) : 0;
790 if (warn<0 && !yasm_intnum_check_size(intn, valsize, rshift, 1))
794 if (warn>0 && !yasm_intnum_check_size(intn, valsize, rshift, 2))
809 if (warn && rshift > 0) {
811 BitVector_Move_Left(conv_bv, (N_int)(BITVECT_NATIVE_SIZE-rshift));
818 if (rshift > 0) {
820 while (rshift-- > 0)
840 yasm_intnum_check_size(const yasm_intnum *intn, size_t size, size_t rshift,
847 if (rshift > 0) {
858 if (rshift > 0) {
860 while (rshift-- > 0)