Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dconstants-arm64.h1209 SCVTF_fixed = FPFixedPointConvertFixed | 0x00020000, enumerator
1210 SCVTF_sw_fixed = SCVTF_fixed,
1211 SCVTF_sx_fixed = SCVTF_fixed | SixtyFourBits,
1212 SCVTF_dw_fixed = SCVTF_fixed | FP64,
1213 SCVTF_dx_fixed = SCVTF_fixed | SixtyFourBits | FP64,
Dassembler-arm64.cc2026 Emit(SF(rn) | FPType(fd) | SCVTF_fixed | FPScale(64 - fbits) | Rn(rn) | in scvtf()
/external/vixl/src/vixl/a64/
Dconstants-a64.h1321 SCVTF_fixed = FPFixedPointConvertFixed | 0x00020000, enumerator
1322 SCVTF_sw_fixed = SCVTF_fixed,
1323 SCVTF_sx_fixed = SCVTF_fixed | SixtyFourBits,
1324 SCVTF_dw_fixed = SCVTF_fixed | FP64,
1325 SCVTF_dx_fixed = SCVTF_fixed | SixtyFourBits | FP64,
Dassembler-a64.cc2968 Emit(SF(rn) | FPType(vd) | SCVTF_fixed | FPScale(64 - fbits) | Rn(rn) | in scvtf()