Searched refs:NoCPUReg (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | reglist-arm64.h | 81 void Remove(const CPURegister& other1, const CPURegister& other2 = NoCPUReg, 82 const CPURegister& other3 = NoCPUReg, 83 const CPURegister& other4 = NoCPUReg); 109 const CPURegister& other2 = NoCPUReg, in IncludesAliasOf() 110 const CPURegister& other3 = NoCPUReg, in IncludesAliasOf() 111 const CPURegister& other4 = NoCPUReg) const { in IncludesAliasOf() 108 IncludesAliasOf(const CPURegister& other1, const CPURegister& other2 = NoCPUReg, const CPURegister& other3 = NoCPUReg, const CPURegister& other4 = NoCPUReg) const IncludesAliasOf() argument
|
H A D | register-arm64.h | 442 constexpr CPURegister NoCPUReg = CPURegister::no_reg(); member 522 // arguments. At least one argument (reg1) must be valid (not NoCPUReg). 524 const CPURegister& reg1, const CPURegister& reg2 = NoCPUReg, 525 const CPURegister& reg3 = NoCPUReg, const CPURegister& reg4 = NoCPUReg, 526 const CPURegister& reg5 = NoCPUReg, const CPURegister& reg6 = NoCPUReg, 527 const CPURegister& reg7 = NoCPUReg, const CPURegister& reg8 = NoCPUReg);
|
H A D | macro-assembler-arm64.h | 602 void Printf(const char* format, CPURegister arg0 = NoCPUReg, 603 CPURegister arg1 = NoCPUReg, CPURegister arg2 = NoCPUReg, 604 CPURegister arg3 = NoCPUReg); 609 void PrintfNoPreserve(const char* format, const CPURegister& arg0 = NoCPUReg, 610 const CPURegister& arg1 = NoCPUReg, 611 const CPURegister& arg2 = NoCPUReg, 612 const CPURegister& arg3 = NoCPUReg);
|
H A D | assembler-arm64.cc | 131 return NoCPUReg; in PopLowestIndex() 141 return NoCPUReg; in PopHighestIndex()
|
/third_party/vixl/src/aarch64/ |
H A D | registers-aarch64.h | 841 const CPURegister NoCPUReg; 1027 // arguments. At least one argument (reg1) must be valid (not NoCPUReg). 1031 const CPURegister& reg3 = NoCPUReg, 1032 const CPURegister& reg4 = NoCPUReg, 1033 const CPURegister& reg5 = NoCPUReg, 1034 const CPURegister& reg6 = NoCPUReg, 1035 const CPURegister& reg7 = NoCPUReg, 1036 const CPURegister& reg8 = NoCPUReg) { 1051 // arguments. At least one argument (reg1) must be valid (not NoCPUReg). 1076 // (not NoCPUReg) [all...] |
H A D | operands-aarch64.cc | 35 if (list == 0) return NoCPUReg; in PopLowestIndex() 45 if (list == 0) return NoCPUReg; in PopHighestIndex()
|
H A D | operands-aarch64.h | 43 CPURegister reg2 = NoCPUReg, in CPURegList() 44 CPURegister reg3 = NoCPUReg, in CPURegList() 45 CPURegister reg4 = NoCPUReg) in CPURegList() 210 // the list is empty, leave it unchanged and return NoCPUReg. 42 CPURegList(CPURegister reg1, CPURegister reg2 = NoCPUReg, CPURegister reg3 = NoCPUReg, CPURegister reg4 = NoCPUReg) CPURegList() argument
|
H A D | macro-assembler-aarch64.h | 8102 CPURegister arg0 = NoCPUReg, 8103 CPURegister arg1 = NoCPUReg, 8104 CPURegister arg2 = NoCPUReg, 8105 CPURegister arg3 = NoCPUReg); 8111 const CPURegister& arg0 = NoCPUReg, 8112 const CPURegister& arg1 = NoCPUReg, 8113 const CPURegister& arg2 = NoCPUReg, 8114 const CPURegister& arg3 = NoCPUReg); 8768 const CPURegister& reg2 = NoCPUReg, 8769 const CPURegister& reg3 = NoCPUReg, [all...] |
/third_party/vixl/test/aarch64/ |
H A D | test-api-aarch64.cc | 199 VIXL_CHECK(NoReg.Is(NoCPUReg)); in TEST() 200 VIXL_CHECK(NoCPUReg.Is(NoReg)); in TEST() 202 VIXL_CHECK(NoVReg.Is(NoCPUReg)); in TEST() 203 VIXL_CHECK(NoCPUReg.Is(NoVReg)); in TEST() 205 VIXL_CHECK(NoVReg.Is(NoCPUReg)); in TEST() 206 VIXL_CHECK(NoCPUReg.Is(NoVReg)); in TEST() 210 VIXL_CHECK(NoCPUReg.IsNone()); in TEST() 384 VIXL_CHECK(!NoCPUReg.IsValid()); in TEST() 455 VIXL_CHECK(!static_cast<CPURegister>(NoCPUReg).IsValid()); in TEST() 1246 temps.Include(NoCPUReg); in TEST() [all...] |
/third_party/node/deps/v8/src/builtins/arm64/ |
H A D | builtins-arm64.cc | 3851 if (reg1 == NoCPUReg) { in RestoreRegList()
|
Completed in 41 milliseconds