Searched refs:EmitAllTrue (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/wasm/baseline/arm64/ |
H A D | liftoff-assembler-arm64.h | 224 inline void EmitAllTrue(LiftoffAssembler* assm, LiftoffRegister dst, in EmitAllTrue() function 2222 liftoff::EmitAllTrue(this, dst, src, kFormat4S); in emit_i32x4_alltrue() 2398 liftoff::EmitAllTrue(this, dst, src, kFormat8H); in emit_i16x8_alltrue() 2604 liftoff::EmitAllTrue(this, dst, src, kFormat16B); in emit_i8x16_alltrue()
|
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
H A D | liftoff-assembler-mips64.h | 1925 inline void EmitAllTrue(LiftoffAssembler* assm, LiftoffRegister dst, in EmitAllTrue() function 2438 liftoff::EmitAllTrue(this, dst, src, MSA_BRANCH_B); in emit_i8x16_alltrue() 2563 liftoff::EmitAllTrue(this, dst, src, MSA_BRANCH_H); in emit_i16x8_alltrue() 2687 liftoff::EmitAllTrue(this, dst, src, MSA_BRANCH_W); in emit_i32x4_alltrue() 2791 liftoff::EmitAllTrue(this, dst, src, MSA_BRANCH_D); in emit_i64x2_alltrue()
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 2743 inline void EmitAllTrue(LiftoffAssembler* assm, LiftoffRegister dst, in EmitAllTrue() function 3315 liftoff::EmitAllTrue<&TurboAssembler::Pcmpeqb>(this, dst, src); 3451 liftoff::EmitAllTrue<&TurboAssembler::Pcmpeqw>(this, dst, src); 3632 liftoff::EmitAllTrue<&TurboAssembler::Pcmpeqd>(this, dst, src); 3804 liftoff::EmitAllTrue<&TurboAssembler::Pcmpeqq>(this, dst, src, SSE4_1);
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 2371 inline void EmitAllTrue(LiftoffAssembler* assm, LiftoffRegister dst, in EmitAllTrue() function 2901 liftoff::EmitAllTrue<&TurboAssembler::Pcmpeqb>(this, dst, src); in emit_i8x16_alltrue() 3026 liftoff::EmitAllTrue<&TurboAssembler::Pcmpeqw>(this, dst, src); in emit_i16x8_alltrue() 3206 liftoff::EmitAllTrue<&TurboAssembler::Pcmpeqd>(this, dst, src); in emit_i32x4_alltrue() 3374 liftoff::EmitAllTrue<&TurboAssembler::Pcmpeqq>(this, dst, src, SSE4_1); in emit_i64x2_alltrue()
|
Completed in 28 milliseconds