Searched refs:UCVTF_fixed (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | constants-arm64.h | 1352 UCVTF_fixed = FPFixedPointConvertFixed | 0x00030000, 1353 UCVTF_sw_fixed = UCVTF_fixed, 1354 UCVTF_sx_fixed = UCVTF_fixed | SixtyFourBits, 1355 UCVTF_dw_fixed = UCVTF_fixed | FP64, 1356 UCVTF_dx_fixed = UCVTF_fixed | SixtyFourBits | FP64
|
H A D | assembler-arm64.cc | 2851 Emit(SF(rn) | FPType(fd) | UCVTF_fixed | FPScale(64 - fbits) | Rn(rn) | in ucvtf()
|
/third_party/vixl/src/aarch64/ |
H A D | constants-aarch64.h | 1827 UCVTF_fixed = FPFixedPointConvertFixed | 0x00030000, enumerator 1828 UCVTF_hw_fixed = UCVTF_fixed | FP16, 1829 UCVTF_hx_fixed = UCVTF_fixed | SixtyFourBits | FP16, 1830 UCVTF_sw_fixed = UCVTF_fixed, 1831 UCVTF_sx_fixed = UCVTF_fixed | SixtyFourBits, 1832 UCVTF_dw_fixed = UCVTF_fixed | FP64, 1833 UCVTF_dx_fixed = UCVTF_fixed | SixtyFourBits | FP64
|
H A D | assembler-aarch64.cc | 3826 Emit(SF(rn) | FPType(vd) | UCVTF_fixed | FPScale(64 - fbits) | Rn(rn) |
|
Completed in 35 milliseconds