Searched refs:NEON_CMGE (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | constants-arm64.h | 1453 NEON_CMGE = NEON3SameFixed | 0x00003800, 1456 NEON_CMHS = NEON3SameFixed | NEON3SameUBit | NEON_CMGE, 2064 NEON_CMGE_scalar = NEON_Q | NEONScalar | NEON_CMGE,
|
H A D | assembler-arm64.cc | 3062 V(cmge, NEON_CMGE, vd.IsVector() || vd.Is1D()) \
|
/third_party/vixl/src/aarch64/ |
H A D | constants-aarch64.h | 1988 NEON_CMGE = NEON3SameFixed | 0x00003800, enumerator 1991 NEON_CMHS = NEON3SameFixed | NEON3SameUBit | NEON_CMGE, 2647 NEON_CMGE_scalar = NEON_Q | NEONScalar | NEON_CMGE,
|
H A D | assembler-aarch64.cc | 4166 V(cmge, NEON_CMGE, vd.IsVector() || vd.Is1D()) \
|
H A D | simulator-aarch64.cc | 7471 case NEON_CMGE: in Simulator()
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.cc | 4301 case NEON_CMGE:
|
Completed in 56 milliseconds