Searched refs:VA (Results 76 - 100 of 106) sorted by relevance

12345

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2654 SmallVectorImpl<std::pair<Register, SDValue>> &RegsToPass, CCValAssign &VA,
2659 assert(VA.isRegLoc() && NextVA.isRegLoc() &&
2673 RegsToPass.push_back(std::make_pair(VA.getLocReg(), Lo));
2702 CCValAssign &VA = RVLocs[I]; local
2703 assert(VA.isRegLoc() && "Can only return in registers!");
2707 MF.getRegInfo().disableCalleeSavedRegister(VA.getLocReg());
2713 if (VA.getLocInfo() == CCValAssign::SExt)
2714 ValToCopy = DAG.getNode(ISD::SIGN_EXTEND, dl, VA.getLocVT(), ValToCopy);
2715 else if (VA.getLocInfo() == CCValAssign::ZExt)
2716 ValToCopy = DAG.getNode(ISD::ZERO_EXTEND, dl, VA
2652 Passv64i1ArgInRegs( const SDLoc &Dl, SelectionDAG &DAG, SDValue &Arg, SmallVectorImpl<std::pair<Register, SDValue>> &RegsToPass, CCValAssign &VA, CCValAssign &NextVA, const X86Subtarget &Subtarget) argument
2945 getv64i1Argument(CCValAssign &VA, CCValAssign &NextVA, SDValue &Root, SelectionDAG &DAG, const SDLoc &Dl, const X86Subtarget &Subtarget, SDValue *InFlag = nullptr) argument
3048 CCValAssign &VA = RVLocs[I]; local
3231 LowerMemArgument(SDValue Chain, CallingConv::ID CallConv, const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &dl, SelectionDAG &DAG, const CCValAssign &VA, MachineFrameInfo &MFI, unsigned i) const argument
[all...]
H A DX86ISelLowering.h1464 const CCValAssign &VA, MachineFrameInfo &MFI,
1468 const CCValAssign &VA,
/netbsd-current/sys/arch/cesfic/cesfic/
H A Dlocore.s244 /* configure kernel and lwp0 VA space so we can get going */
449 clrl %sp@- | no VA arg
665 clrl %sp@- | VA == none
706 clrl %sp@- | VA == none
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Object/
H A DCOFFObjectFile.cpp456 // Returns the file offset for the given VA.
1870 uint64_t VA = Entry.DataRVA + Obj->getImageBase();
1872 if (VA >= S.getAddress() &&
1873 VA + Entry.DataSize <= S.getAddress() + S.getSize()) {
1874 uint64_t Offset = VA - S.getAddress();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.h568 unsigned LastReg, const CCValAssign &VA,
578 const CCValAssign &VA) const;
/netbsd-current/sys/arch/luna68k/dev/xplx/
H A Dxplx.asm664 ; Common0: VA=0000H -> PA=00000H SH
665 ; Bank : VA=E000H -> PA=28000H PR
666 ; Common1: VA=F000H -> PA=FF000H IN
682 ; built-in RAM VA=FE00H PA=FFE00H
/netbsd-current/sys/arch/mips/mips/
H A DmipsX_subr.S330 * XXX: use linear mapped PTs at fixed VA in kseg2 in the future?
2284 _SRA a0, V_MIPS3_PG_HVPN # clear bottom bits of VA
2285 _SLL a0, V_MIPS3_PG_HVPN # clear bottom bits of VA
2317 movn t2, a0, v0 # yes, keep VA the same
2391 _MFC0 ta1, MIPS_COP_0_TLB_HI # get VA and ASID
2580 _MFC0 t0, MIPS_COP_0_TLB_HI # get VA and ASID
2913 PTR_SRL k0, k0, 26 # position upper 4 bits of VA
2948 PTR_SRL k0, k0, 26 # position upper 4 bits of VA
/netbsd-current/sys/arch/mac68k/mac68k/
H A Dlocore.s532 clrl %sp@- | no VA arg
824 clrl %sp@- | VA == none
865 clrl %sp@- | VA == none
/netbsd-current/sys/arch/amiga/amiga/
H A Dlocore.s138 movl %sp@(FR_HW+8),%d1 | grab VA
219 movl %d1,%sp@- | push fault VA
317 clrl %sp@- | no VA arg
715 clrl %sp@- | VA == none
743 * virtual address. It is at the same address as in the users VA space.
/netbsd-current/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A DMUTTUCData.txt260 E935;DEVANAGARI HALF LETTER VA;Lo;0;L;;;;;N;;;;;
/netbsd-current/sys/arch/next68k/next68k/
H A Dlocore.s153 * By the way, we get loaded at our final address i.e. PA==VA for the kernel.
155 /* I think the PA==VA comment to be a lie, but I have yet to verify it.
263 /* configure kernel and lwp0 VA space so we can get going */
287 * translation registers (which provide PA == VA mappings) and just
288 * turns on the MMU, then jump from the VA == PA address (at 0x40XXXXXX)
459 clrl %sp@- | no VA arg
686 clrl %sp@- | VA == none
/netbsd-current/sys/arch/news68k/news68k/
H A Dlocore.s308 * configure kernel and lwp0 VA space so we can get going
479 clrl %sp@- | no VA arg
739 clrl %sp@- | VA == none
/netbsd-current/sys/arch/x68k/x68k/
H A Dlocore.s234 /* configure kernel and lwp0 VA space so we can get going */
453 clrl %sp@- | no VA arg
734 clrl %sp@- | VA == none
/netbsd-current/sys/arch/luna68k/luna68k/
H A Dlocore.s204 /* configure kernel and lwp0 VA space so we can get going */
380 clrl %sp@- | no VA arg
621 clrl %sp@- | VA == none
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1137 uint64_t VA = COFFObj->getImageBase() + RVA;
1139 SectionAddresses, [VA](const std::pair<uint64_t, SectionRef> &O) {
1140 return O.first <= VA;
1144 AllSymbols[Sec->second].emplace_back(VA, Name, ELF::STT_NOTYPE);
1146 AbsoluteSymbols.emplace_back(VA, Name, ELF::STT_NOTYPE);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp1981 ExtValue VA(A), VB(B);
1982 if (VA != VB)
1983 return VA < VB;
/netbsd-current/sys/arch/hp300/hp300/
H A Dlocore.s114 * VA 0.
117 * a VA for it and map it later.
391 /* configure kernel and lwp0 VA space so we can get going */
414 * page (which is conveniently mapped == VA) and load it up with enough
619 clrl %sp@- | no VA arg
919 clrl %sp@- | VA == none
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1506 CCValAssign &VA = ArgLocs[i]; local
1509 EVT MemVT = VA.getLocVT();
1516 Register Reg = MF.addLiveIn(VA.getLocReg(), &R600::R600_Reg128RegClass);
1542 unsigned PartOffset = VA.getLocMemOffset();
H A DSIISelLowering.h56 SDValue lowerStackParameter(SelectionDAG &DAG, CCValAssign &VA,
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/d30v/
H A Dinst.s327 mvtsys VA, r10
/netbsd-current/sys/arch/virt68k/virt68k/
H A Dlocore.s57 * at 0x0000.2000 to ensure that VA==0 is unmapped once we turn
58 * on the MMU. We arrive here running VA==PA and with the MMU
323 clrl %sp@- | no VA arg
530 Lrei1: clrl %sp@- | VA == none
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/microblaze/
H A Dmicroblaze.c58 #define MICROBLAZE_VERSION_COMPARE(VA,VB) strcasecmp (VA, VB)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/microblaze/
H A Dmicroblaze.cc59 #define MICROBLAZE_VERSION_COMPARE(VA,VB) strcasecmp (VA, VB)
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DCOFF.h1081 Error getVaPtr(uint64_t VA, uintptr_t &Res) const;
/netbsd-current/sys/arch/mvme68k/mvme68k/
H A Dlocore.s535 * configure kernel and lwp0 VA space so we can get going
744 clrl %sp@- | no VA arg
932 Lrei1: clrl %sp@- | VA == none

Completed in 512 milliseconds

12345