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

/freebsd-11-stable/tools/tools/nanobsd/rescue/
H A Dbuild.sh29 F32="/usr/obj/Rescue/rescue_${today}_x32"
32 cp "${D32}/_.disk.full" "${F32}.img"
35 cp "${D32}/_.disk.iso" "${F32}.iso"
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRuntimeLibcallSignatures.cpp527 Rets.push_back(wasm::ValType::F32);
528 Params.push_back(wasm::ValType::F32);
531 Rets.push_back(wasm::ValType::F32);
535 Rets.push_back(wasm::ValType::F32);
539 Rets.push_back(wasm::ValType::F32);
543 Rets.push_back(wasm::ValType::F32);
548 Params.push_back(wasm::ValType::F32);
564 Params.push_back(wasm::ValType::F32);
576 Params.push_back(wasm::ValType::F32);
587 Rets.push_back(wasm::ValType::F32);
[all...]
H A DWebAssemblyFastISel.cpp1071 bool F32 = getSimpleType(FCmp->getOperand(0)->getType()) != MVT::f64;
1076 Opc = F32 ? WebAssembly::EQ_F32 : WebAssembly::EQ_F64;
1079 Opc = F32 ? WebAssembly::NE_F32 : WebAssembly::NE_F64;
1082 Opc = F32 ? WebAssembly::GT_F32 : WebAssembly::GT_F64;
1085 Opc = F32 ? WebAssembly::GE_F32 : WebAssembly::GE_F64;
1088 Opc = F32 ? WebAssembly::LT_F32 : WebAssembly::LT_F64;
1091 Opc = F32 ? WebAssembly::LE_F32 : WebAssembly::LE_F64;
1094 Opc = F32 ? WebAssembly::LE_F32 : WebAssembly::LE_F64;
1098 Opc = F32 ? WebAssembly::LT_F32 : WebAssembly::LT_F64;
1102 Opc = F32
[all...]
H A DWebAssemblyMCInstLower.cpp188 return wasm::ValType::F32;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTargetDesc.cpp140 return wasm::ValType::F32;
H A DWebAssemblyMCTargetDesc.h131 F32 = unsigned(wasm::ValType::F32), member in class:llvm::WebAssembly::BlockType
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp717 if ((getArgType(FInfo) == AMDGPULibFunc::F32 ||
768 if (getArgType(FInfo) == AMDGPULibFunc::F32) {
802 if (getArgType(FInfo) != AMDGPULibFunc::F32 ||
848 (CF1 && (getArgType(FInfo) == AMDGPULibFunc::F32)))
968 double dval = (getArgType(FInfo) == AMDGPULibFunc::F32)
1031 double V = (getArgType(FInfo) == AMDGPULibFunc::F32)
1056 double V = (getArgType(FInfo) == AMDGPULibFunc::F32)
1063 if (getArgType(FInfo) == AMDGPULibFunc::F32) {
1082 double y = (getArgType(FInfo) == AMDGPULibFunc::F32)
1092 double y = (getArgType(FInfo) == AMDGPULibFunc::F32)
[all...]
H A DAMDGPULibFunc.cpp388 P.ArgType = AMDGPULibFunc::F32; P.VectorSize = 4; break;
631 case 'f': res.ArgType = AMDGPULibFunc::F32; break;
738 case AMDGPULibFunc::F32: return "f";
887 case AMDGPULibFunc::F32: T = Type::getFloatTy(C); break;
H A DAMDGPULibFunc.h270 F32 = FLOAT | B32, enumerator in enum:llvm::AMDGPULibFuncBase::EType
H A DAMDGPUHSAMetadataStreamer.cpp150 return ValueType::F32;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h350 F32 = WASM_TYPE_F32, member in class:llvm::wasm::ValType
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h92 F32 = 8, member in class:llvm::AMDGPU::HSAMD::AccessQualifier::AddressSpaceQualifier::ValueKind::ValueType
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DAMDGPUMetadata.cpp85 YIO.enumCase(EN, "F32", ValueType::F32);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp304 return wasm::ValType::F32;
321 .Case("f32", WebAssembly::BlockType::F32)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp558 ECase(F32);

Completed in 110 milliseconds