Home
last modified time | relevance | path

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

/third_party/vixl/src/aarch64/
Dinstructions-aarch64.h72 const unsigned kDRegSizeLog2 = 6; variable
74 const unsigned kDRegSizeInBytesLog2 = kDRegSizeLog2 - 3;
Dsimulator-aarch64.h2076 case kDRegSizeLog2:
/third_party/node/deps/v8/src/codegen/arm64/
Dconstants-arm64.h60 const int kDRegSizeLog2 = kDRegSizeInBitsLog2 - 3; variable
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-arm64.h1254 if (format & kPrintRegAsDVector) return kDRegSizeLog2; in GetPrintRegSizeInBytesLog2()
Dsimulator-arm64.cc1566 reg_size_log2 = kDRegSizeLog2; in PrintVRegister()