| D | register-arm.h | 2 // Use of this source code is governed by a BSD-style license that can be 8 #include "src/codegen/register-base.h" 13 // clang-format off 56 // clang-format on 87 // Returns the number of padding slots needed for stack pointer alignment. 103 // Representation of a list of non-overlapping VFP registers. This list 119 static void split_code(int reg_code, int* vm, int* m) { in split_code() argument 122 *vm = reg_code >> 1; in split_code() 124 void split_code(int* vm, int* m) const { split_code(code(), vm, m); } in split_code() argument 159 static void split_code(int reg_code, int* vm, int* m) { in split_code() argument [all …]
|