HomeSort by relevance Sort by last modified time
    Searched refs:low16 (Results 1 - 3 of 3) sorted by null

  /external/v8/src/arm64/
instructions-arm64.cc 295 uint32_t low16 = unsigned_bitextract_32(15, 0, target_offset); local
299 patcher.brk(low16);
instructions-arm64.h 330 int32_t low16 = following()->ImmException(); local
331 return (high16 << 16) | low16;
assembler-arm64.cc 2159 uint32_t low16 = unsigned_bitextract_32(15, 0, offset); local
    [all...]

Completed in 54 milliseconds