Lines Matching refs:destination
57 Register destination,
2259 // Generate code to jump to the right destination for all used
4722 // Move sign bit from source to destination. This works because the sign bit
5869 // Source and destination may be the same register. This routine does
5873 Register destination,
5876 __ mov(destination, Operand(source, LSL, BitPosition(known_int)));
5880 __ add(destination, source, Operand(source, LSL, second_bit - first_bit));
5882 __ mov(destination, Operand(destination, LSL, first_bit));
5887 __ rsb(destination, source, Operand(source, LSL, the_bit));
7073 // Check that destination is actually word aligned if the flag says
7076 __ Check(eq, "Destination of copy not aligned.");
7125 // to create a destination word.