|
@@ -45,9 +45,10 @@
|
|
|
# Pipeline info: Slotting & Comments
|
|
|
__copy_user:
|
|
|
.prologue 0
|
|
|
- andq $18, $18, $0
|
|
|
- subq $18, 32, $1 # .. E .. .. : Is this going to be a small copy?
|
|
|
- beq $0, $zerolength # U .. .. .. : U L U L
|
|
|
+ mov $18, $0 # .. .. .. E
|
|
|
+ subq $18, 32, $1 # .. .. E. .. : Is this going to be a small copy?
|
|
|
+ nop # .. E .. ..
|
|
|
+ beq $18, $zerolength # U .. .. .. : U L U L
|
|
|
|
|
|
and $16,7,$3 # .. .. .. E : is leading dest misalignment
|
|
|
ble $1, $onebyteloop # .. .. U .. : 1st branch : small amount of data
|