Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.cc3014 static Instr EncodeVCVT(const VFPType dst_type, const int dst_code, in EncodeVCVT() function
3058 emit(EncodeVCVT(F64, dst.code(), S32, src.code(), mode, cond)); in vcvt_f64_s32()
3063 emit(EncodeVCVT(F32, dst.code(), S32, src.code(), mode, cond)); in vcvt_f32_s32()
3069 emit(EncodeVCVT(F64, dst.code(), U32, src.code(), mode, cond)); in vcvt_f64_u32()
3074 emit(EncodeVCVT(F32, dst.code(), U32, src.code(), mode, cond)); in vcvt_f32_u32()
3079 emit(EncodeVCVT(S32, dst.code(), F32, src.code(), mode, cond)); in vcvt_s32_f32()
3084 emit(EncodeVCVT(U32, dst.code(), F32, src.code(), mode, cond)); in vcvt_u32_f32()
3090 emit(EncodeVCVT(S32, dst.code(), F64, src.code(), mode, cond)); in vcvt_s32_f64()
3096 emit(EncodeVCVT(U32, dst.code(), F64, src.code(), mode, cond)); in vcvt_u32_f64()
3102 emit(EncodeVCVT(F6 in vcvt_f64_f32()
[all...]

Completed in 9 milliseconds