Searched refs:NEON_SSHL (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | constants-arm64.h | 1465 NEON_SSHL = NEON3SameFixed | 0x00004000, 1489 NEON_USHL = NEON3SameFixed | NEON3SameUBit | NEON_SSHL, 2075 NEON_SSHL_scalar = NEON_Q | NEONScalar | NEON_SSHL,
|
H A D | assembler-arm64.cc | 3067 V(sshl, NEON_SSHL, vd.IsVector() || vd.Is1D()) \
|
/third_party/vixl/src/aarch64/ |
H A D | constants-aarch64.h | 2000 NEON_SSHL = NEON3SameFixed | 0x00004000, enumerator 2024 NEON_USHL = NEON3SameFixed | NEON3SameUBit | NEON_SSHL, 2658 NEON_SSHL_scalar = NEON_Q | NEONScalar | NEON_SSHL,
|
H A D | assembler-aarch64.cc | 4171 V(sshl, NEON_SSHL, vd.IsVector() || vd.Is1D()) \
|
H A D | simulator-aarch64.cc | 7525 case NEON_SSHL: in Simulator()
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.cc | 4355 case NEON_SSHL:
|
Completed in 55 milliseconds