Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dmacro-assembler-arm.cc3283 Label align_loop_1, word_loop, byte_loop, byte_loop_1, done; in CopyBytes() local
3287 b(le, &byte_loop); in CopyBytes()
3303 b(lt, &byte_loop); in CopyBytes()
3320 bind(&byte_loop); in CopyBytes()
/external/v8/src/mips64/
Dmacro-assembler-mips64.cc3576 Label align_loop_1, word_loop, byte_loop, byte_loop_1, done; in CopyBytes() local
3579 Branch(&byte_loop, le, length, Operand(kPointerSize)); in CopyBytes()
3597 Branch(&byte_loop, lt, length, Operand(kPointerSize)); in CopyBytes()
3624 bind(&byte_loop); in CopyBytes()
/external/v8/src/mips/
Dmacro-assembler-mips.cc3666 Label align_loop_1, word_loop, byte_loop, byte_loop_1, done; in CopyBytes() local
3669 Branch(&byte_loop, le, length, Operand(kPointerSize)); in CopyBytes()
3687 Branch(&byte_loop, lt, length, Operand(kPointerSize)); in CopyBytes()
3717 bind(&byte_loop); in CopyBytes()