Searched refs:SCVTF_fixed (Results 1 – 4 of 4) sorted by relevance
/external/vixl/src/aarch64/ |
D | constants-aarch64.h | 1564 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,
|
D | assembler-aarch64.cc | 3092 Emit(SF(rn) | FPType(vd) | SCVTF_fixed | FPScale(64 - fbits) | Rn(rn) | in scvtf()
|
/external/v8/src/arm64/ |
D | constants-arm64.h | 1324 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,
|
D | assembler-arm64.cc | 3223 Emit(SF(rn) | FPType(vd) | SCVTF_fixed | FPScale(64 - fbits) | Rn(rn) | in scvtf()
|