HomeSort by relevance Sort by last modified time
    Searched defs:kXRegSizeLog2 (Results 1 - 2 of 2) sorted by null

  /external/vixl/src/aarch64/
instructions-aarch64.h 64 const unsigned kXRegSizeLog2 = 6;
66 const unsigned kXRegSizeInBytesLog2 = kXRegSizeLog2 - 3;
  /external/v8/src/arm64/
constants-arm64.h 52 const int kXRegSizeLog2 = kXRegSizeInBitsLog2 - 3;
    [all...]

Completed in 75 milliseconds