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

/external/v8/src/arm64/
H A Dconstants-arm64.h1237 UCVTF_fixed = FPFixedPointConvertFixed | 0x00030000, enumerator in enum:v8::internal::FPFixedPointConvertOp
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
H A Dassembler-arm64.cc2117 Emit(SF(rn) | FPType(fd) | UCVTF_fixed | FPScale(64 - fbits) | Rn(rn) |
/external/vixl/src/aarch64/
H A Dconstants-aarch64.h1335 UCVTF_fixed = FPFixedPointConvertFixed | 0x00030000, enumerator in enum:vixl::aarch64::FPFixedPointConvertOp
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
H A Dassembler-aarch64.cc2453 Emit(SF(rn) | FPType(vd) | UCVTF_fixed | FPScale(64 - fbits) | Rn(rn) |

Completed in 7038 milliseconds