Searched refs:NEON_SQSUB (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | constants-arm64.h | 1475 NEON_SQSUB = NEON3SameFixed | 0x00002800, 1488 NEON_UQSUB = NEON3SameFixed | NEON3SameUBit | NEON_SQSUB, 2073 NEON_SQSUB_scalar = NEON_Q | NEONScalar | NEON_SQSUB,
|
H A D | assembler-arm64.cc | 3106 V(sqsub, NEON_SQSUB, true) \
|
/third_party/vixl/src/aarch64/ |
H A D | constants-aarch64.h | 2010 NEON_SQSUB = NEON3SameFixed | 0x00002800, enumerator 2023 NEON_UQSUB = NEON3SameFixed | NEON3SameUBit | NEON_SQSUB, 2656 NEON_SQSUB_scalar = NEON_Q | NEONScalar | NEON_SQSUB,
|
H A D | assembler-aarch64.cc | 4210 V(sqsub, NEON_SQSUB, true) \
|
H A D | simulator-aarch64.cc | 7552 case NEON_SQSUB: in Simulator()
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.cc | 4382 case NEON_SQSUB:
|
Completed in 54 milliseconds