Searched refs:MemMoveEmitMainLoop (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/ia32/ |
D | codegen-ia32.cc | 115 void MemMoveEmitMainLoop(MacroAssembler* masm, in MemMoveEmitMainLoop() function 275 MemMoveEmitMainLoop(&masm, &move_last_15, FORWARD, MOVE_ALIGNED); in CreateMemMoveFunction() 287 MemMoveEmitMainLoop(&masm, &move_last_15, FORWARD, MOVE_UNALIGNED); in CreateMemMoveFunction() 304 MemMoveEmitMainLoop(&masm, &last_15_much_overlap, in CreateMemMoveFunction() 341 MemMoveEmitMainLoop(&masm, &move_first_15, BACKWARD, MOVE_ALIGNED); in CreateMemMoveFunction() 355 MemMoveEmitMainLoop(&masm, &move_first_15, BACKWARD, MOVE_UNALIGNED); in CreateMemMoveFunction() 372 MemMoveEmitMainLoop(&masm, &first_15_much_overlap, in CreateMemMoveFunction()
|