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

/freebsd-13-stable/tools/tools/nanobsd/rescue/
H A Dmerge.sh6 I32="/usr/obj/Rescue/rescue_${today}_x32.img"
16 dd if=${I32} of=${IAL} bs=128k
/freebsd-13-stable/sys/isa/
H A Dpnpparse.c47 #define I32(p) (I16(p) + (I16((p)+2) << 16)) macro
280 if (I32(res + 13) == 0) {
293 I32(res + 1),
294 I32(res + 5) + I32(res + 13) - 1,
295 I32(res + 13), I32(res + 9));
297 config->ic_mem[config->ic_nmem].ir_start = I32(res + 1);
299 I32(res + 5) + I32(re
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRuntimeLibcallSignatures.cpp524 Subtarget.hasAddr64() ? wasm::ValType::I64 : wasm::ValType::I32;
540 Params.push_back(wasm::ValType::I32);
548 Params.push_back(wasm::ValType::I32);
560 Params.push_back(wasm::ValType::I32);
567 Rets.push_back(wasm::ValType::I32);
571 Rets.push_back(wasm::ValType::I32);
575 Rets.push_back(wasm::ValType::I32);
576 Params.push_back(wasm::ValType::I32);
598 Params.push_back(wasm::ValType::I32);
613 Params.push_back(wasm::ValType::I32);
[all...]
H A DWebAssemblyFastISel.cpp993 bool I32 = getSimpleType(ICmp->getOperand(0)->getType()) != MVT::i64; local
998 Opc = I32 ? WebAssembly::EQ_I32 : WebAssembly::EQ_I64;
1001 Opc = I32 ? WebAssembly::NE_I32 : WebAssembly::NE_I64;
1004 Opc = I32 ? WebAssembly::GT_U_I32 : WebAssembly::GT_U_I64;
1007 Opc = I32 ? WebAssembly::GE_U_I32 : WebAssembly::GE_U_I64;
1010 Opc = I32 ? WebAssembly::LT_U_I32 : WebAssembly::LT_U_I64;
1013 Opc = I32 ? WebAssembly::LE_U_I32 : WebAssembly::LE_U_I64;
1016 Opc = I32 ? WebAssembly::GT_S_I32 : WebAssembly::GT_S_I64;
1020 Opc = I32 ? WebAssembly::GE_S_I32 : WebAssembly::GE_S_I64;
1024 Opc = I32
[all...]
H A DWebAssemblyMCInstLower.cpp110 : wasm::ValType::I32);
182 return wasm::ValType::I32;
H A DWebAssemblyCFGStackify.cpp333 ReturnType = WebAssembly::BlockType::I32;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp398 Type *I32 = Type::getInt32Ty(BB->getContext()); local
404 ConstantInt::get(I32, P.Writes),
405 ConstantInt::get(I32, 3), ConstantInt::get(I32, 1)});
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTargetDesc.cpp136 return wasm::ValType::I32;
H A DWebAssemblyMCTargetDesc.h127 I32 = unsigned(wasm::ValType::I32), member in class:llvm::WebAssembly::BlockType
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp385 P.ArgType = AMDGPULibFunc::I32; P.VectorSize = 4; break;
422 P.ArgType = AMDGPULibFunc::I32; break;
441 P.ArgType = AMDGPULibFunc::I32;
628 case 'i': res.ArgType = AMDGPULibFunc::I32; break;
734 case AMDGPULibFunc::I32: return "i";
882 case AMDGPULibFunc::I32: T = Type::getInt32Ty(C); break;
H A DAMDGPULibFunc.h268 I32 = INT | B32, enumerator in enum:llvm::AMDGPULibFuncBase::EType
H A DAMDGPUCodeGenPrepare.cpp439 Function *I32 = local
442 Value *ExtRes = Builder.CreateCall(I32, { ExtOp });
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h91 I32 = 6, member in class:llvm::AMDGPU::HSAMD::AccessQualifier::AddressSpaceQualifier::ValueKind::ValueType
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h358 I32 = WASM_TYPE_I32, member in class:llvm::wasm::ValType
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp505 Type *I32 = Type::getInt32Ty(BB->getContext()); variable
507 Constant *CI = ConstantInt::get(I32, getRandom() % (Width*2));
510 CI = UndefValue::get(I32);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DAMDGPUMetadata.cpp83 YIO.enumCase(EN, "I32", ValueType::I32);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp312 return wasm::ValType::I32;
333 .Case("i32", WebAssembly::BlockType::I32)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp562 ECase(I32);

Completed in 312 milliseconds