Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dconstants-arm64.h1226 SCVTF_fixed = FPFixedPointConvertFixed | 0x00020000, enumerator
1227 SCVTF_sw_fixed = SCVTF_fixed,
1228 SCVTF_sx_fixed = SCVTF_fixed | SixtyFourBits,
1229 SCVTF_dw_fixed = SCVTF_fixed | FP64,
1230 SCVTF_dx_fixed = SCVTF_fixed | SixtyFourBits | FP64,
Dassembler-arm64.cc2050 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.cc2935 Emit(SF(rn) | FPType(vd) | SCVTF_fixed | FPScale(64 - fbits) | Rn(rn) | in scvtf()