Home
last modified time | relevance | path

Searched refs:AcquireV (Results 1 - 7 of 7) sorted by relevance

/third_party/vixl/test/
H A Dtest-use-scratch-register-scope.cc141 VIXL_CHECK(d2.Is(temps.AcquireV(64))); in TEST_AARCH32()
155 VIXL_CHECK(q2.Is(temps.AcquireV(128))); in TEST_AARCH32()
/third_party/node/deps/v8/src/wasm/baseline/arm64/
H A Dliftoff-assembler-arm64.h176 VRegister tmp = temps.AcquireV(format); in EmitSimdShift()
217 VRegister temp = scope.AcquireV(kFormatS); in EmitAnyTrue()
227 VRegister temp = scope.AcquireV(ScalarFormatFromFormat(format)); in EmitAllTrue()
1874 tmp = temps.AcquireV(kFormat2D); in emit_f64x2_pmin()
1891 tmp = temps.AcquireV(kFormat2D); in emit_f64x2_pmax()
2015 tmp = temps.AcquireV(kFormat4S); in emit_f32x4_pmin()
2032 tmp = temps.AcquireV(kFormat4S); in emit_f32x4_pmax()
2127 VRegister tmp1 = temps.AcquireV(kFormat2D); in emit_i64x2_mul()
2128 VRegister tmp2 = temps.AcquireV(kFormat2D); in emit_i64x2_mul()
2323 VRegister tmp1 = scope.AcquireV(kFormat4 in emit_i32x4_dot_i16x8_s()
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc2485 VRegister tmp1 = scope.AcquireV(kFormat4S); in AssembleArchInstruction()
2486 VRegister tmp2 = scope.AcquireV(kFormat4S); in AssembleArchInstruction()
2517 VRegister temp = scope.AcquireV(kFormat4S); in AssembleArchInstruction()
2538 VRegister temp = scope.AcquireV(kFormat4S); in AssembleArchInstruction()
2579 VRegister temp = scope.AcquireV(kFormat8H); in AssembleArchInstruction()
2597 VRegister temp = scope.AcquireV(kFormat8H); in AssembleArchInstruction()
2686 VRegister temp = scope.AcquireV(kFormat4S); in AssembleArchInstruction()
2752 VRegister temp = scope.AcquireV(kFormat16B); in AssembleArchInstruction()
2832 VRegister temp = scope.AcquireV(format); \ in AssembleArchInstruction()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.cc3737 VRegister scratch = temps.AcquireV(kFormat8B); in TruncateDoubleToI()
3748 VRegister tmp1 = scope.AcquireV(kFormat2D); in TruncateDoubleToI()
3759 VRegister tmp = scope.AcquireV(kFormat2D); in TruncateDoubleToI()
H A Dmacro-assembler-arm64.h2160 VRegister AcquireV(VectorFormat format) { in AcquireV() function in v8::internal::UseScratchRegisterScope
/third_party/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.cc99 VRegister UseScratchRegisterScope::AcquireV(unsigned size_in_bits) { in AcquireV() function in vixl::aarch32::UseScratchRegisterScope
H A Dmacro-assembler-aarch32.h13416 VRegister AcquireV(unsigned size_in_bits); in MacroAssembler()

Completed in 43 milliseconds