Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DRegisterInfos_arm64_sve.h382 DEFINE_GPR32(w0, x0),
383 DEFINE_GPR32(w1, x1),
384 DEFINE_GPR32(w2, x2),
385 DEFINE_GPR32(w3, x3),
386 DEFINE_GPR32(w4, x4),
387 DEFINE_GPR32(w5, x5),
388 DEFINE_GPR32(w6, x6),
389 DEFINE_GPR32(w7, x7),
390 DEFINE_GPR32(w8, x8),
391 DEFINE_GPR32(w9, x9),
[all …]
DRegisterInfos_arm64.h497 #define DEFINE_GPR32(wreg, xreg) \ macro
570 DEFINE_GPR32(w0, x0),
571 DEFINE_GPR32(w1, x1),
572 DEFINE_GPR32(w2, x2),
573 DEFINE_GPR32(w3, x3),
574 DEFINE_GPR32(w4, x4),
575 DEFINE_GPR32(w5, x5),
576 DEFINE_GPR32(w6, x6),
577 DEFINE_GPR32(w7, x7),
578 DEFINE_GPR32(w8, x8),
[all …]