Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dmacro-assembler-arm64.cc2612 Register bulk_length = scratch; in CopyBytes() local
2616 Bic(bulk_length, length, pair_mask); in CopyBytes()
2617 Cbz(bulk_length, &short_copy); in CopyBytes()
2619 Sub(bulk_length, bulk_length, pair_size); in CopyBytes()
2622 Cbnz(bulk_length, &bulk_loop); in CopyBytes()