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

/freebsd-13-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-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRuntimeLibcallSignatures.cpp531 Rets.push_back(wasm::ValType::F32);
532 Params.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);
547 Rets.push_back(wasm::ValType::F32);
552 Params.push_back(wasm::ValType::F32);
568 Params.push_back(wasm::ValType::F32);
580 Params.push_back(wasm::ValType::F32);
591 Rets.push_back(wasm::ValType::F32);
[all...]
H A DWebAssemblyFastISel.cpp1062 bool F32 = getSimpleType(FCmp->getOperand(0)->getType()) != MVT::f64;
1067 Opc = F32 ? WebAssembly::EQ_F32 : WebAssembly::EQ_F64;
1070 Opc = F32 ? WebAssembly::NE_F32 : WebAssembly::NE_F64;
1073 Opc = F32 ? WebAssembly::GT_F32 : WebAssembly::GT_F64;
1076 Opc = F32 ? WebAssembly::GE_F32 : WebAssembly::GE_F64;
1079 Opc = F32 ? WebAssembly::LT_F32 : WebAssembly::LT_F64;
1082 Opc = F32 ? WebAssembly::LE_F32 : WebAssembly::LE_F64;
1085 Opc = F32 ? WebAssembly::LE_F32 : WebAssembly::LE_F64;
1089 Opc = F32 ? WebAssembly::LT_F32 : WebAssembly::LT_F64;
1093 Opc = F32
[all...]
H A DWebAssemblyMCInstLower.cpp186 return wasm::ValType::F32;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTargetDesc.cpp140 return wasm::ValType::F32;
H A DWebAssemblyMCTargetDesc.h129 F32 = unsigned(wasm::ValType::F32), member in class:llvm::WebAssembly::BlockType
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp713 if ((getArgType(FInfo) == AMDGPULibFunc::F32 ||
764 if (getArgType(FInfo) == AMDGPULibFunc::F32) {
798 if (getArgType(FInfo) != AMDGPULibFunc::F32 ||
844 (CF1 && (getArgType(FInfo) == AMDGPULibFunc::F32)))
964 double dval = (getArgType(FInfo) == AMDGPULibFunc::F32)
1027 double V = (getArgType(FInfo) == AMDGPULibFunc::F32)
1052 double V = (getArgType(FInfo) == AMDGPULibFunc::F32)
1059 if (getArgType(FInfo) == AMDGPULibFunc::F32) {
1078 double y = (getArgType(FInfo) == AMDGPULibFunc::F32)
1088 double y = (getArgType(FInfo) == AMDGPULibFunc::F32)
[all...]
H A DAMDGPULibFunc.cpp389 P.ArgType = AMDGPULibFunc::F32; P.VectorSize = 4; break;
630 case 'f': res.ArgType = AMDGPULibFunc::F32; break;
737 case AMDGPULibFunc::F32: return "f";
886 case AMDGPULibFunc::F32: T = Type::getFloatTy(C); break;
H A DAMDGPULibFunc.h271 F32 = FLOAT | B32, enumerator in enum:llvm::AMDGPULibFuncBase::EType
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h93 F32 = 8, member in class:llvm::AMDGPU::HSAMD::AccessQualifier::AddressSpaceQualifier::ValueKind::ValueType
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h360 F32 = WASM_TYPE_F32, member in class:llvm::wasm::ValType
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DAMDGPUMetadata.cpp85 YIO.enumCase(EN, "F32", ValueType::F32);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp316 return wasm::ValType::F32;
335 .Case("f32", WebAssembly::BlockType::F32)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp564 ECase(F32);

Completed in 202 milliseconds