Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dconstants-aarch64.h1564 SCVTF_fixed = FPFixedPointConvertFixed | 0x00020000, enumerator
1565 SCVTF_hw_fixed = SCVTF_fixed | FP16,
1566 SCVTF_hx_fixed = SCVTF_fixed | SixtyFourBits | FP16,
1567 SCVTF_sw_fixed = SCVTF_fixed,
1568 SCVTF_sx_fixed = SCVTF_fixed | SixtyFourBits,
1569 SCVTF_dw_fixed = SCVTF_fixed | FP64,
1570 SCVTF_dx_fixed = SCVTF_fixed | SixtyFourBits | FP64,
Dassembler-aarch64.cc3092 Emit(SF(rn) | FPType(vd) | SCVTF_fixed | FPScale(64 - fbits) | Rn(rn) | in scvtf()
/external/v8/src/arm64/
Dconstants-arm64.h1324 SCVTF_fixed = FPFixedPointConvertFixed | 0x00020000, enumerator
1325 SCVTF_sw_fixed = SCVTF_fixed,
1326 SCVTF_sx_fixed = SCVTF_fixed | SixtyFourBits,
1327 SCVTF_dw_fixed = SCVTF_fixed | FP64,
1328 SCVTF_dx_fixed = SCVTF_fixed | SixtyFourBits | FP64,
Dassembler-arm64.cc3223 Emit(SF(rn) | FPType(vd) | SCVTF_fixed | FPScale(64 - fbits) | Rn(rn) | in scvtf()