Searched refs:SCVTF_fixed (Results 1 – 2 of 2) sorted by relevance
1812 SCVTF_fixed = FPFixedPointConvertFixed | 0x00020000, enumerator1813 SCVTF_hw_fixed = SCVTF_fixed | FP16,1814 SCVTF_hx_fixed = SCVTF_fixed | SixtyFourBits | FP16,1815 SCVTF_sw_fixed = SCVTF_fixed,1816 SCVTF_sx_fixed = SCVTF_fixed | SixtyFourBits,1817 SCVTF_dw_fixed = SCVTF_fixed | FP64,1818 SCVTF_dx_fixed = SCVTF_fixed | SixtyFourBits | FP64,
3274 Emit(SF(rn) | FPType(vd) | SCVTF_fixed | FPScale(64 - fbits) | Rn(rn) | in scvtf()