Searched refs:AcquireV (Results 1 – 6 of 6) sorted by relevance
141 VIXL_CHECK(d2.Is(temps.AcquireV(64))); in TEST_AARCH32()155 VIXL_CHECK(q2.Is(temps.AcquireV(128))); in TEST_AARCH32()
1862 VRegister temp = scope.AcquireV(kFormat4S); in AssembleArchInstruction()1908 VRegister temp = scope.AcquireV(kFormat4S); in AssembleArchInstruction()1957 VRegister temp = scope.AcquireV(kFormat8H); in AssembleArchInstruction()1993 VRegister temp = scope.AcquireV(kFormat8H); in AssembleArchInstruction()2051 VRegister temp = scope.AcquireV(kFormat4S); in AssembleArchInstruction()2114 VRegister temp = scope.AcquireV(kFormat16B); in AssembleArchInstruction()2134 VRegister temp = scope.AcquireV(format); \ in AssembleArchInstruction()
468 VRegister scratch = temps.AcquireV(kFormat8B); in emit_i32_popcnt()
99 VRegister UseScratchRegisterScope::AcquireV(unsigned size_in_bits) { in AcquireV() function in vixl::aarch32::UseScratchRegisterScope
11111 VRegister AcquireV(unsigned size_in_bits);
2099 VRegister AcquireV(VectorFormat format) { in AcquireV() function