Home
last modified time | relevance | path

Searched refs:UCVTF_fixed (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm64/
H A Dconstants-arm64.h1352 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 Dassembler-arm64.cc2851 Emit(SF(rn) | FPType(fd) | UCVTF_fixed | FPScale(64 - fbits) | Rn(rn) | in ucvtf()
/third_party/vixl/src/aarch64/
H A Dconstants-aarch64.h1827 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 Dassembler-aarch64.cc3826 Emit(SF(rn) | FPType(vd) | UCVTF_fixed | FPScale(64 - fbits) | Rn(rn) |

Completed in 38 milliseconds