HomeSort by: relevance | last modified time | path
    Searched defs:Dl (Results 1 - 5 of 5) 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/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/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...]
  /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...]

Completed in 74 milliseconds