Searched refs:Load (Results 1 - 25 of 76) sorted by relevance

1234

/freebsd-10.0-release/lib/libc/mips/sys/
H A Dptrace.S62 # Load __cerror's address using our gp, then restore it.
/freebsd-10.0-release/sys/boot/i386/btx/lib/
H A Dbtxv86.s53 call __v86_swap # Load V86 registers
55 call __v86_swap # Load user registers
73 movl 0x8(%esp,1),%eax # Load EBP
/freebsd-10.0-release/sys/boot/pc98/btx/lib/
H A Dbtxv86.s53 call __v86_swap # Load V86 registers
55 call __v86_swap # Load user registers
73 movl 0x8(%esp,1),%eax # Load EBP
/freebsd-10.0-release/contrib/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h31 Load = (1<<1), enumerator in enum:llvm::SPII::__anon2496
/freebsd-10.0-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp293 LoadInst *Load = dyn_cast<LoadInst>(GetObjCArg(Release)); local
294 if (!Load || !Load->isSimple()) return;
298 if (Load->getParent() != BB) return;
301 BasicBlock::iterator I = Load, End = BB->end();
303 AliasAnalysis::Location Loc = AA->getLocation(Load);
325 if (CanUse(Inst, Load, PA, Class))
354 Value *Args[] = { Load->getPointerOperand(), New };
374 if (Load->use_empty())
375 Load
[all...]
/freebsd-10.0-release/tools/regression/ia64/unaligned/
H A Dtest.c33 #define Load 0x01 macro
118 #if ACCESS == Load
/freebsd-10.0-release/contrib/llvm/lib/Target/MBlaze/
H A DMBlazeISelDAGToDAG.cpp239 SDValue Load = SDValue(CurDAG->getMachineNode(MBlaze::LW, dl, local
241 Chain = Load.getValue(1);
244 Chain = CurDAG->getCopyToReg(Chain, dl, R20Reg, Load, InFlag);
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DCaptureTracking.cpp131 case Instruction::Load:
/freebsd-10.0-release/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp421 MachOObjectFile::LoadCommandInfo Load = getFirstLoadCommandInfo(); local
423 if (Load.C.Type == macho::LCT_Symtab) {
425 SymtabLoadCmd = Load.Ptr;
426 } else if (Load.C.Type == macho::LCT_Dysymtab) {
428 DysymtabLoadCmd = Load.Ptr;
429 } else if (Load.C.Type == SegmentLoadType) {
430 uint32_t NumSections = getSegmentLoadCommandNumSections(this, Load);
432 const char *Sec = getSectionPtr(this, Load, J);
440 Load = getNextLoadCommandInfo(Load);
1429 MachOObjectFile::LoadCommandInfo Load; local
[all...]
/freebsd-10.0-release/sys/boot/i386/boot0/
H A Dboot0.S134 .set LOAD,0x7c00 # Load address
271 movb (%bx),%al # Load type
375 use_default: movb _OPT(%bp),%al # Load default
483 * Load selected bootsector to the LOAD location in RAM. If read
557 * Load the CHS values and possibly the LBA address from the block
562 movb 0x1(%si),%dh # Load head
563 movw 0x2(%si),%cx # Load cylinder:sector
H A Dboot0ext.S26 .set LOAD,0x7c00 # Load address
142 movb (%bx),%al # Load type
225 main.9: movb _OPT(%bp),%al # Load default
368 intx13: movb 0x1(%si),%dh # Load head
369 movw 0x2(%si),%cx # Load cylinder:sector
/freebsd-10.0-release/sys/boot/pc98/cdboot/
H A Dcdboot.S45 .set LOAD_SEG,0x0700 # Load segment
46 .set LOAD_SIZE,2048 # Load size
184 /* Load cdboot */
191 mov $LOAD_SEG,%bx /* Load address */
194 mov $LOAD_SIZE,%bx /* Load size */
373 # Load Volume Descriptor
414 # Load the binary into the buffer. Due to real mode addressing limitations
425 mov %es:DIR_EXTENT(%bx),%eax # Load extent
585 find_file: mov %es:DIR_EXTENT(%bx),%eax # Load extent
603 ff.load: mov rec_lba,%eax # Load LB
[all...]
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp256 SDNode *Load = O2SMap[Offset]; local
257 if (!TII->shouldScheduleLoadsNear(BaseLoad, Load, BaseOff, Offset,NumLoads))
259 Loads.push_back(Load);
274 SDNode *Load = Loads[I];
278 if (AddGlue(Load, InGlue, OutGlue, DAG)) {
280 InGlue = SDValue(Load, Load->getNumValues() - 1);
/freebsd-10.0-release/sys/boot/i386/pmbr/
H A Dpmbr.s37 .set LOAD,0x7c00 # Load address
96 # Load the GPT header and verify signature. Try LBA 1 for the primary one and
123 # Load a partition table sector from disk and look for a FreeBSD boot
135 # We found a boot partition. Load it into RAM starting at 0x7c00.
178 # Load a sector (64-bit LBA at %si) from disk %dl into %es:%bx by creating
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp226 assert((Opcode == Instruction::Load || Opcode == Instruction::Store) &&
/freebsd-10.0-release/sys/boot/i386/btx/btxldr/
H A Dbtxldr.S84 lgdt gdtdesc # Load new GDT
295 putstr: lodsb # Load char
/freebsd-10.0-release/sys/boot/i386/gptboot/
H A Dgptldr.S39 .set MEM_BUF,0x8cec # Load area
/freebsd-10.0-release/tools/tools/editing/
H A Dfreebsd.vim31 " Load only once.
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp617 // Load the vptr, and compute hash_16_bytes(TypeHash, vptr).
1181 llvm::LoadInst *Load = Builder.CreateLoad(Addr); local
1183 Load->setVolatile(true);
1185 Load->setAlignment(Alignment);
1189 CGM.DecorateInstruction(Load, TBAAPath, false/*ConvertTypeToTag*/);
1200 Load, llvm::ConstantInt::get(getLLVMContext(), End));
1203 Load, llvm::ConstantInt::get(getLLVMContext(), End));
1205 Load, llvm::ConstantInt::get(getLLVMContext(), Min));
1210 EmitCheckValue(Load), CRK_Recoverable);
1214 Load
1339 llvm::LoadInst *Load = Builder.CreateLoad(LV.getVectorAddr(), local
1389 llvm::LoadInst *Load = Builder.CreateLoad(LV.getExtVectorAddr(), local
1427 llvm::LoadInst *Load = Builder.CreateLoad(Dst.getVectorAddr(), local
1585 llvm::LoadInst *Load = Builder.CreateLoad(Dst.getExtVectorAddr(), local
[all...]
H A DCGCleanup.cpp324 llvm::LoadInst *Load = local
327 llvm::SwitchInst::Create(Load, Br->getSuccessor(0), 4, Block);
735 llvm::LoadInst *Load = local
738 llvm::SwitchInst::Create(Load, Default, SwitchCapacity);
740 InstsToAppend.push_back(Load);
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DVecUtils.cpp442 if (Opcode == Instruction::Load || Opcode == Instruction::Store) {
533 case Instruction::Load: {
541 TTI->getMemoryOpCost(Instruction::Load, ScalarTy, 1, 0);
542 int VecLdCost = TTI->getMemoryOpCost(Instruction::Load, ScalarTy, 1, 0);
687 case Instruction::Load: {
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp361 static void MoveBelowOrigChain(SelectionDAG *CurDAG, SDValue Load, argument
365 if (Chain.getNode() == Load.getNode())
366 Ops.push_back(Load.getOperand(0));
371 if (Chain.getOperand(i).getNode() == Load.getNode())
372 Ops.push_back(Load.getOperand(0));
376 CurDAG->getNode(ISD::TokenFactor, Load.getDebugLoc(),
384 CurDAG->UpdateNodeOperands(Load.getNode(), Call.getOperand(0),
385 Load.getOperand(1), Load.getOperand(2));
389 Ops.push_back(SDValue(Load
475 SDValue Load = N->getOperand(1); local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DInstruction.cpp218 case Load: return "load";
424 case Instruction::Load:
453 case Instruction::Load:
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dremote-vx.c723 error ("Load canceled.");
729 error ("Load failed on target machine");
/freebsd-10.0-release/sys/boot/pc98/boot2/
H A Dboot1.S31 .set LOAD_SIZE,8192 # Load size
35 .set MEM_BUF,0x8cec # Load area

Completed in 315 milliseconds

1234