Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dinstructions-arm64.h56 LSByte = 0, enumerator
/external/flac/libFLAC/ia32/
Dbitreader_asm.nasm137 …bswap edx ; edx = br->buffer[cwords] swapped; now we can CRC the bytes from LSByte to MSByte wh…
213 …bswap edx ; edx = br->buffer[cwords] swapped; now we can CRC the bytes from LSByte to MSByte wh…
434 …bswap edx ; edx = br->buffer[cwords] swapped; now we can CRC the bytes from LSByte to MSByte wh…
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc65 return IsLoadStoreImmediate(value, LSByte); in CanBeImmediate()