Home
last modified time | relevance | path

Searched refs:SCVTF_fixed (Results 1 – 2 of 2) sorted by relevance

/external/vixl/src/aarch64/
Dconstants-aarch64.h1812 SCVTF_fixed = FPFixedPointConvertFixed | 0x00020000, enumerator
1813 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,
Dassembler-aarch64.cc3274 Emit(SF(rn) | FPType(vd) | SCVTF_fixed | FPScale(64 - fbits) | Rn(rn) | in scvtf()