Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dconstants-arm64.h1237 UCVTF_fixed = FPFixedPointConvertFixed | 0x00030000, enumerator
1238 UCVTF_sw_fixed = UCVTF_fixed,
1239 UCVTF_sx_fixed = UCVTF_fixed | SixtyFourBits,
1240 UCVTF_dw_fixed = UCVTF_fixed | FP64,
1241 UCVTF_dx_fixed = UCVTF_fixed | SixtyFourBits | FP64
Dassembler-arm64.cc2112 Emit(SF(rn) | FPType(fd) | UCVTF_fixed | FPScale(64 - fbits) | Rn(rn) | in ucvtf()
/external/vixl/src/aarch64/
Dconstants-aarch64.h1335 UCVTF_fixed = FPFixedPointConvertFixed | 0x00030000, enumerator
1336 UCVTF_sw_fixed = UCVTF_fixed,
1337 UCVTF_sx_fixed = UCVTF_fixed | SixtyFourBits,
1338 UCVTF_dw_fixed = UCVTF_fixed | FP64,
1339 UCVTF_dx_fixed = UCVTF_fixed | SixtyFourBits | FP64
Dassembler-aarch64.cc2453 Emit(SF(rn) | FPType(vd) | UCVTF_fixed | FPScale(64 - fbits) | Rn(rn) | in ucvtf()