HomeSort by: relevance | last modified time | path
    Searched defs:F64 (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Utils/
WebAssemblyTypeUtilities.h 32 F64 = unsigned(wasm::ValType::F64),
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
RustDemangle.h 47 F64,
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
Wasm.h 396 F64 = WASM_TYPE_F64,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
AMDGPUMetadata.h 107 F64 = 11,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULibFunc.h 272 F64 = FLOAT | B64,
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 168 if (ElemTy != MVT::f64)
228 addTypeForNEON(VT, MVT::f64, MVT::v2i32);
743 addRegisterClass(MVT::f64, &ARM::DPRRegClass);
747 setAllExpand(MVT::f64);
781 setOperationAction(ISD::ConstantFP, MVT::f64, Custom);
821 // v2f64 is legal so that QR subregs can be extracted as f64 elements, but
1007 // operations, f64 is legal for the few double-precision instructions which
1010 setOperationAction(ISD::FADD, MVT::f64, Expand);
1011 setOperationAction(ISD::FSUB, MVT::f64, Expand);
1012 setOperationAction(ISD::FMUL, MVT::f64, Expand)
    [all...]

Completed in 30 milliseconds