Searched refs:FCVTPS (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | constants-arm64.h | 1273 FCVTPS = FPIntegerConvertFixed | 0x00080000, 1274 FCVTPS_ws = FCVTPS, 1275 FCVTPS_xs = FCVTPS | SixtyFourBits, 1276 FCVTPS_wd = FCVTPS | FP64, 1277 FCVTPS_xd = FCVTPS | SixtyFourBits | FP64,
|
H A D | assembler-arm64.cc | 2800 V(fcvtps, NEON_FCVTPS, FCVTPS) \
|
/third_party/vixl/src/aarch64/ |
H A D | constants-aarch64.h | 1718 FCVTPS = FPIntegerConvertFixed | 0x00080000, enumerator 1719 FCVTPS_wh = FCVTPS | FP16, 1720 FCVTPS_xh = FCVTPS | SixtyFourBits | FP16, 1721 FCVTPS_ws = FCVTPS, 1722 FCVTPS_xs = FCVTPS | SixtyFourBits, 1723 FCVTPS_wd = FCVTPS | FP64, 1724 FCVTPS_xd = FCVTPS | SixtyFourBits | FP64,
|
H A D | assembler-aarch64.cc | 3677 V(fcvtps, NEON_FCVTPS, FCVTPS) \
|
Completed in 34 milliseconds