Searched refs:byte_loop_1 (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/arm/ |
D | macro-assembler-arm.cc | 3133 Label align_loop, align_loop_1, word_loop, byte_loop, byte_loop_1, done; in CopyBytes() local 3145 b(ne, &byte_loop_1); in CopyBytes() 3174 bind(&byte_loop_1); in CopyBytes() 3178 b(ne, &byte_loop_1); in CopyBytes()
|
/external/v8/src/mips/ |
D | macro-assembler-mips.cc | 3274 Label align_loop, align_loop_1, word_loop, byte_loop, byte_loop_1, done; in CopyBytes() local 3287 Branch(&byte_loop_1, ne, length, Operand(zero_reg)); in CopyBytes() 3317 bind(&byte_loop_1); in CopyBytes() 3323 Branch(&byte_loop_1, ne, length, Operand(zero_reg)); in CopyBytes()
|