bitwise shift operators, where does the bit go?

I am trying serially write to a pin...Speed is super important to keep the data rate as high as possible, thus, I am trying to do it with the least number of instructions.

So, you are trying to write your own SoftwareSerial class?