Lines Matching refs:Immediate
87 Immediate(OS::kMinComplexMemCopy)); in CreateMemCopyFunction()
111 __ add(Operand(edx), Immediate(16)); in CreateMemCopyFunction()
118 __ test(Operand(src), Immediate(0x0F)); in CreateMemCopyFunction()
133 __ add(Operand(src), Immediate(0x20)); in CreateMemCopyFunction()
137 __ add(Operand(dst), Immediate(0x20)); in CreateMemCopyFunction()
145 __ test(Operand(count), Immediate(0x10)); in CreateMemCopyFunction()
148 __ add(Operand(src), Immediate(0x10)); in CreateMemCopyFunction()
150 __ add(Operand(dst), Immediate(0x10)); in CreateMemCopyFunction()
179 __ add(Operand(src), Immediate(0x20)); in CreateMemCopyFunction()
183 __ add(Operand(dst), Immediate(0x20)); in CreateMemCopyFunction()
191 __ test(Operand(count), Immediate(0x10)); in CreateMemCopyFunction()
194 __ add(Operand(src), Immediate(0x10)); in CreateMemCopyFunction()
196 __ add(Operand(dst), Immediate(0x10)); in CreateMemCopyFunction()
231 __ add(Operand(edx), Immediate(4)); // edx = 4 - (dst & 3) in CreateMemCopyFunction()