HomeSort by: relevance | last modified time | path
    Searched refs:Dl (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/arch/amd64/amd64/
db_disasm.c 108 #define Dl 27 /* long displacement from EIP */
295 /*80*/ { "jo", false, NONE, op1(Dl), 0 },
296 /*81*/ { "jno", false, NONE, op1(Dl), 0 },
297 /*82*/ { "jb", false, NONE, op1(Dl), 0 },
298 /*83*/ { "jnb", false, NONE, op1(Dl), 0 },
299 /*84*/ { "jz", false, NONE, op1(Dl), 0 },
300 /*85*/ { "jnz", false, NONE, op1(Dl), 0 },
301 /*86*/ { "jbe", false, NONE, op1(Dl), 0 },
302 /*87*/ { "jnbe", false, NONE, op1(Dl), 0 },
304 /*88*/ { "js", false, NONE, op1(Dl), 0 }
    [all...]
  /src/sys/arch/i386/i386/
db_disasm.c 90 #define Dl 27 /* long displacement from EIP */
263 /*80*/ { "jo", false, NONE, op1(Dl), 0 },
264 /*81*/ { "jno", false, NONE, op1(Dl), 0 },
265 /*82*/ { "jb", false, NONE, op1(Dl), 0 },
266 /*83*/ { "jnb", false, NONE, op1(Dl), 0 },
267 /*84*/ { "jz", false, NONE, op1(Dl), 0 },
268 /*85*/ { "jnz", false, NONE, op1(Dl), 0 },
269 /*86*/ { "jbe", false, NONE, op1(Dl), 0 },
270 /*87*/ { "jnbe", false, NONE, op1(Dl), 0 },
272 /*88*/ { "js", false, NONE, op1(Dl), 0 }
    [all...]
  /src/external/bsd/ntp/dist/ntpsnmpd/
ntpsnmpd-opts.def 78 .Dl % snmpwalk -v2c -c public localhost enterprises.5597.99
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
MachODumper.cpp 712 MachO::dylib_command Dl = Obj->getDylibIDLoadCommand(Command);
713 if (Dl.dylib.name < Dl.cmdsize) {
714 auto *P = static_cast<const char*>(Command.Ptr) + Dl.dylib.name;
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 715 void setDebugLoc(DebugLoc dl) { debugLoc = std::move(dl); }
1056 SDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTs)
1058 IROrder(Order), debugLoc(std::move(dl)) {
1080 DebugLoc DL;
1085 SDLoc(const SDNode *N) : DL(N->getDebugLoc()), IROrder(N->getIROrder()) {}
1090 DL = I->getDebugLoc();
1094 const DebugLoc &getDebugLoc() const { return DL; }
1234 AddrSpaceCastSDNode(unsigned Order, const DebugLoc &dl, EVT VT,
1256 MemSDNode(unsigned Opc, unsigned Order, const DebugLoc &dl, SDVTList VTs
    [all...]
SelectionDAG.h 617 SDValue getConstant(uint64_t Val, const SDLoc &DL, EVT VT,
619 SDValue getConstant(const APInt &Val, const SDLoc &DL, EVT VT,
622 SDValue getAllOnesConstant(const SDLoc &DL, EVT VT, bool IsTarget = false,
624 return getConstant(APInt::getAllOnesValue(VT.getScalarSizeInBits()), DL,
628 SDValue getConstant(const ConstantInt &Val, const SDLoc &DL, EVT VT,
630 SDValue getIntPtrConstant(uint64_t Val, const SDLoc &DL,
632 SDValue getShiftAmountConstant(uint64_t Val, EVT VT, const SDLoc &DL,
634 SDValue getVectorIdxConstant(uint64_t Val, const SDLoc &DL,
637 SDValue getTargetConstant(uint64_t Val, const SDLoc &DL, EVT VT,
639 return getConstant(Val, DL, VT, true, isOpaque)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 1815 EVT ARMTargetLowering::getSetCCResultType(const DataLayout &DL, LLVMContext &,
1818 return getPointerTy(DL);
2062 SDValue ARMTargetLowering::MoveToHPR(const SDLoc &dl, SelectionDAG &DAG,
2064 Val = DAG.getNode(ISD::BITCAST, dl, MVT::getIntegerVT(LocVT.getSizeInBits()),
2067 Val = DAG.getNode(ARMISD::VMOVhr, dl, ValVT, Val);
2069 Val = DAG.getNode(ISD::TRUNCATE, dl,
2071 Val = DAG.getNode(ISD::BITCAST, dl, ValVT, Val);
2076 SDValue ARMTargetLowering::MoveFromHPR(const SDLoc &dl, SelectionDAG &DAG,
2080 Val = DAG.getNode(ARMISD::VMOVrh, dl,
2083 Val = DAG.getNode(ISD::BITCAST, dl,
2229 SDLoc &dl = CLI.DL; local
10057 DebugLoc dl = MI.getDebugLoc(); local
10181 DebugLoc dl = MI.getDebugLoc(); local
10732 DebugLoc dl = MI.getDebugLoc(); local
11252 DebugLoc dl = MI.getDebugLoc(); local
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 131 static SDValue widenVec(SelectionDAG &DAG, SDValue Vec, const SDLoc &dl);
1545 const DataLayout &DL) const {
1725 EVT PPCTargetLowering::getSetCCResultType(const DataLayout &DL, LLVMContext &C,
2672 // FIXME dl should come from parent load or store, not from address
2673 SDLoc dl(N);
2688 Disp = DAG.getTargetConstant(imm, dl, N.getValueType());
2727 Disp = DAG.getTargetConstant(imm, dl, N.getValueType());
2739 Disp = DAG.getTargetConstant(Imm, dl, CN->getValueType(0));
2753 Disp = DAG.getTargetConstant((short)Addr, dl, MVT::i32);
2755 Base = DAG.getTargetConstant((Addr - (signed short)Addr) >> 16, dl,
5563 SDLoc &dl = CLI.DL; local
11026 DebugLoc dl = MI.getDebugLoc(); local
11167 DebugLoc dl = MI.getDebugLoc(); local
11857 DebugLoc dl = MI.getDebugLoc(); local
11891 DebugLoc dl = MI.getDebugLoc(); local
11956 DebugLoc dl = MI.getDebugLoc(); local
12124 DebugLoc dl = MI.getDebugLoc(); local
12203 DebugLoc dl = MI.getDebugLoc(); local
12382 DebugLoc dl = MI.getDebugLoc(); local
12446 DebugLoc dl = MI.getDebugLoc(); local
12470 DebugLoc dl = MI.getDebugLoc(); local
    [all...]
PPCISelDAGToDAG.cpp 174 inline SDValue getI16Imm(unsigned Imm, const SDLoc &dl) {
175 return CurDAG->getTargetConstant(Imm, dl, MVT::i16);
180 inline SDValue getI32Imm(unsigned Imm, const SDLoc &dl) {
181 return CurDAG->getTargetConstant(Imm, dl, MVT::i32);
186 inline SDValue getI64Imm(uint64_t Imm, const SDLoc &dl) {
187 return CurDAG->getTargetConstant(Imm, dl, MVT::i64);
191 inline SDValue getSmallIPtrImm(unsigned Imm, const SDLoc &dl) {
193 Imm, dl, PPCLowering->getPointerTy(CurDAG->getDataLayout()));
226 const SDLoc &dl, SDValue Chain = SDValue());
381 SDLoc dl(Op)
438 DebugLoc dl; local
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 1624 SDLoc DL(Op);
1630 New = TLO.DAG.getNode(Op.getOpcode(), DL, VT, Op.getOperand(0),
1631 TLO.DAG.getConstant(NewImm, DL, VT));
1636 SDValue EncConst = TLO.DAG.getTargetConstant(Enc, DL, VT);
1638 TLO.DAG.getMachineNode(NewOpc, DL, VT, Op.getOperand(0), EncConst), 0);
1756 MVT AArch64TargetLowering::getScalarShiftAmountTy(const DataLayout &DL,
2123 DebugLoc DL = MI.getDebugLoc();
2142 BuildMI(MBB, DL, TII->get(AArch64::Bcc)).addImm(CondCode).addMBB(TrueBB);
2143 BuildMI(MBB, DL, TII->get(AArch64::B)).addMBB(EndBB);
2155 BuildMI(*EndBB, EndBB->begin(), DL, TII->get(AArch64::PHI), DestReg
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 106 static void errorUnsupported(SelectionDAG &DAG, const SDLoc &dl,
110 DiagnosticInfoUnsupported(MF.getFunction(), Msg, dl.getDebugLoc()));
2096 const SDLoc &DL) const {
2099 MachineSDNode *Node = DAG.getMachineNode(XorOp, DL, PtrTy, Val);
2214 EVT X86TargetLowering::getSetCCResultType(const DataLayout &DL,
2273 const DataLayout &DL) const {
2276 Align TyAlign = DL.getABITypeAlign(Ty);
2622 const SDLoc &Dl, SelectionDAG &DAG) {
2626 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, Dl, ValLoc, ValArg,
2627 DAG.getIntPtrConstant(0, Dl));
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 1196 const SDLoc &DL, void *&InsertPos) {
1205 if (N->getDebugLoc() != DL.getDebugLoc())
1212 if (DL.getIROrder() && DL.getIROrder() < N->getIROrder())
1213 N->setDebugLoc(DL.getDebugLoc());
1242 SDValue SelectionDAG::getFPExtendOrRound(SDValue Op, const SDLoc &DL, EVT VT) {
1244 ? getNode(ISD::FP_EXTEND, DL, VT, Op)
1245 : getNode(ISD::FP_ROUND, DL, VT, Op, getIntPtrConstant(0, DL));
1250 const SDLoc &DL, EVT VT)
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 1191 MachO::dylib_command dl = O->getDylibIDLoadCommand(Load); local
1192 if (dl.dylib.name < dl.cmdsize) {
1193 const char *p = (const char *)(Load.Ptr) + dl.dylib.name;
1199 << ((dl.dylib.compatibility_version >> 16) & 0xffff) << "."
1200 << ((dl.dylib.compatibility_version >> 8) & 0xff) << "."
1201 << (dl.dylib.compatibility_version & 0xff) << ",";
1203 << ((dl.dylib.current_version >> 16) & 0xffff) << "."
1204 << ((dl.dylib.current_version >> 8) & 0xff) << "."
1205 << (dl.dylib.current_version & 0xff)
    [all...]

Completed in 55 milliseconds