Home
last modified time | relevance | path

Searched refs:move_first_15 (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/ia32/
Dcodegen-ia32.cc316 Label unaligned_source, move_first_15, skip_last_move; in CreateMemMoveFunction() local
341 MemMoveEmitMainLoop(&masm, &move_first_15, BACKWARD, MOVE_ALIGNED); in CreateMemMoveFunction()
343 __ bind(&move_first_15); in CreateMemMoveFunction()
355 MemMoveEmitMainLoop(&masm, &move_first_15, BACKWARD, MOVE_UNALIGNED); in CreateMemMoveFunction()
356 __ jmp(&move_first_15); in CreateMemMoveFunction()