Searched refs:UCVTF_fixed (Results 1 – 4 of 4) sorted by relevance
/external/vixl/src/aarch64/ |
D | constants-aarch64.h | 1571 UCVTF_fixed = FPFixedPointConvertFixed | 0x00030000, enumerator 1572 UCVTF_hw_fixed = UCVTF_fixed | FP16, 1573 UCVTF_hx_fixed = UCVTF_fixed | SixtyFourBits | FP16, 1574 UCVTF_sw_fixed = UCVTF_fixed, 1575 UCVTF_sx_fixed = UCVTF_fixed | SixtyFourBits, 1576 UCVTF_dw_fixed = UCVTF_fixed | FP64, 1577 UCVTF_dx_fixed = UCVTF_fixed | SixtyFourBits | FP64
|
D | assembler-aarch64.cc | 3106 Emit(SF(rn) | FPType(vd) | UCVTF_fixed | FPScale(64 - fbits) | Rn(rn) | in ucvtf()
|
/external/v8/src/arm64/ |
D | constants-arm64.h | 1329 UCVTF_fixed = FPFixedPointConvertFixed | 0x00030000, enumerator 1330 UCVTF_sw_fixed = UCVTF_fixed, 1331 UCVTF_sx_fixed = UCVTF_fixed | SixtyFourBits, 1332 UCVTF_dw_fixed = UCVTF_fixed | FP64, 1333 UCVTF_dx_fixed = UCVTF_fixed | SixtyFourBits | FP64
|
D | assembler-arm64.cc | 3233 Emit(SF(rn) | FPType(fd) | UCVTF_fixed | FPScale(64 - fbits) | Rn(rn) | in ucvtf()
|