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

/freebsd-13-stable/tools/tools/nanobsd/rescue/
H A Dbuild.sh38 F64="/usr/obj/Rescue/rescue_${today}_x64"
41 cp "${D64}/_.disk.full" "${F64}.img"
44 cp "${D64}/_.disk.iso" "${F64}.iso"
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRuntimeLibcallSignatures.cpp536 Params.push_back(wasm::ValType::F64);
551 Rets.push_back(wasm::ValType::F64);
555 Rets.push_back(wasm::ValType::F64);
556 Params.push_back(wasm::ValType::F64);
559 Rets.push_back(wasm::ValType::F64);
563 Rets.push_back(wasm::ValType::F64);
572 Params.push_back(wasm::ValType::F64);
584 Params.push_back(wasm::ValType::F64);
606 Rets.push_back(wasm::ValType::F64);
607 Params.push_back(wasm::ValType::F64);
[all...]
H A DWebAssemblyMCInstLower.cpp188 return wasm::ValType::F64;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTargetDesc.cpp142 return wasm::ValType::F64;
H A DWebAssemblyMCTargetDesc.h130 F64 = unsigned(wasm::ValType::F64), member in class:llvm::WebAssembly::BlockType
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h96 F64 = 11, member in class:llvm::AMDGPU::HSAMD::AccessQualifier::AddressSpaceQualifier::ValueKind::ValueType
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp549 getArgType(FInfo) == AMDGPULibFunc::F64 || !HasNative(FInfo.getId()) ||
714 getArgType(FInfo) == AMDGPULibFunc::F64)
771 } else { // F64
1252 if (getArgType(FInfo) == AMDGPULibFunc::F64 || !HasNative(FInfo.getId()))
1436 opr0 = (getArgType(FInfo) == AMDGPULibFunc::F64)
1442 opr1 = (getArgType(FInfo) == AMDGPULibFunc::F64)
1448 opr2 = (getArgType(FInfo) == AMDGPULibFunc::F64)
H A DAMDGPULibFunc.h272 F64 = FLOAT | B64, enumerator in enum:llvm::AMDGPULibFuncBase::EType
H A DAMDGPULibFunc.cpp631 case 'd': res.ArgType = AMDGPULibFunc::F64; break;
738 case AMDGPULibFunc::F64: return "d";
887 case AMDGPULibFunc::F64: T = Type::getDoubleTy(C); break;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h361 F64 = WASM_TYPE_F64, member in class:llvm::wasm::ValType
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DAMDGPUMetadata.cpp88 YIO.enumCase(EN, "F64", ValueType::F64);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp318 return wasm::ValType::F64;
336 .Case("f64", WebAssembly::BlockType::F64)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp565 ECase(F64);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp238 // In 32-bit mode these are custom lowered. In 64-bit mode F32 and F64
252 // In 32-bit mode these are custom lowered. In 64-bit mode F32 and F64
[all...]

Completed in 207 milliseconds