Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dconstants-arm64.h47 const int kWRegSizeInBitsLog2 = 5; variable
49 const int kWRegSizeLog2 = kWRegSizeInBitsLog2 - 3;
Dmacro-assembler-arm64.cc776 : kWRegSizeInBitsLog2)); in AddSubWithCarryMacro()