Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dconstants-aarch64.h1571 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
Dassembler-aarch64.cc3106 Emit(SF(rn) | FPType(vd) | UCVTF_fixed | FPScale(64 - fbits) | Rn(rn) | in ucvtf()
/external/v8/src/arm64/
Dconstants-arm64.h1329 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
Dassembler-arm64.cc3233 Emit(SF(rn) | FPType(fd) | UCVTF_fixed | FPScale(64 - fbits) | Rn(rn) | in ucvtf()