Searched refs:NEON_FCVTNS (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | constants-arm64.h | 1414 NEON_FCVTNS = NEON2RegMiscFixed | 0x0001A000, 1415 NEON_FCVTNU = NEON_FCVTNS | NEON2RegMiscUBit, 2044 NEON_FCVTNS_scalar = NEON_Q | NEONScalar | NEON_FCVTNS,
|
H A D | assembler-arm64.cc | 2798 V(fcvtns, NEON_FCVTNS, FCVTNS) \
|
/third_party/vixl/src/aarch64/ |
H A D | constants-aarch64.h | 1913 NEON_FCVTNS = NEON2RegMiscFixed | 0x0001A000, enumerator 1914 NEON_FCVTNU = NEON_FCVTNS | NEON2RegMiscUBit, 2600 NEON_FCVTNS_scalar = NEON_Q | NEONScalar | NEON_FCVTNS,
|
H A D | cpu-features-auditor-aarch64.cc | 693 case NEON_FCVTNS: in VisitNEON2RegMisc()
|
H A D | assembler-aarch64.cc | 3675 V(fcvtns, NEON_FCVTNS, FCVTNS) \
|
H A D | simulator-aarch64.cc | 7123 case NEON_FCVTNS: in Simulator()
|
/third_party/node/deps/v8/src/diagnostics/arm64/ |
H A D | disasm-arm64.cc | 1820 case NEON_FCVTNS: in VisitNEON2RegMisc()
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.cc | 4075 case NEON_FCVTNS:
|
Completed in 68 milliseconds