Searched refs:NEON_SRSHL (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | constants-arm64.h | 1462 NEON_SRSHL = NEON3SameFixed | 0x00005000, 1484 NEON_URSHL = NEON3SameFixed | NEON3SameUBit | NEON_SRSHL, 2079 NEON_SRSHL_scalar = NEON_Q | NEONScalar | NEON_SRSHL,
|
H A D | assembler-arm64.cc | 3069 V(srshl, NEON_SRSHL, vd.IsVector() || vd.Is1D()) \
|
/third_party/vixl/src/aarch64/ |
H A D | constants-aarch64.h | 1997 NEON_SRSHL = NEON3SameFixed | 0x00005000, enumerator 2019 NEON_URSHL = NEON3SameFixed | NEON3SameUBit | NEON_SRSHL, 2662 NEON_SRSHL_scalar = NEON_Q | NEONScalar | NEON_SRSHL,
|
H A D | assembler-aarch64.cc | 4173 V(srshl, NEON_SRSHL, vd.IsVector() || vd.Is1D()) \
|
H A D | simulator-aarch64.cc | 7570 case NEON_SRSHL: in Simulator()
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.cc | 4400 case NEON_SRSHL:
|
Completed in 59 milliseconds