| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/ |
| atomic.d | 28 [ "DL", "DX", "EDX", "RDX" ], 100 mov RDX, 0; 103 ?1 mov 8[R9], RDX; 118 mov RDX, 0; 202 mov R8, RDX; 203 mov RAX, [RDX]; 204 mov RDX, 8[RDX]; 221 mov RDI, RDX; 222 mov RAX, [RDX]; [all...] |
| /src/external/bsd/pcc/dist/pcc/arch/amd64/ |
| order.c | 257 { NEVER, RAX }, { NEVER, RDX }, 259 { NORIGHT, RDX }, { NORIGHT, RAX }, { 0 } }; 273 { NEVER, RAX }, { NEVER, RDX }, 274 { NLEFT, RAX }, { NRES, RDX }, 275 { NORIGHT, RDX }, { NORIGHT, RAX }, { 0 } };
|
| macdefs.h | 159 #define RDX 001
|
| local2.c | 438 printf("\tmovq %%rdx"); 922 "%rax", "%rdx", "%rcx", "%rbx", "%rsi", "%rdi", "%rbp", "%rsp", 1070 case 'd': reg = RDX; break; 1072 case 'Q': reg = RDX; break; /* Always dx for now */ 1211 { "rdx", RDX },
|
| code.c | 47 static const int argregsi[] = { RDI, RSI, RDX, RCX, R08, R09 }; 217 r2 = RDX, t2 = LONG; 422 P("movq (%%rax),%%rdx\nmovq %%rdx,24(%%rdi)"); 424 P("movq 16(%%rax),%%rdx\nmovq %%rdx,32(%%rdi)"); 434 P("movq (%%rax),%%rdx\nmovq %%rdx,24(%%rdi)"); 436 P("movq 16(%%rax),%%rdx\nmovq %%rdx,32(%%rdi)") [all...] |
| /src/sys/arch/amd64/include/ |
| frame_regs.h | 34 greg(rdx, RDX, 2) /* tf_rdx */ \
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/ |
| bitop.d | 906 mov RDX, RAX; 909 and RDX, RCX; 911 shl RDX, 1; 912 or RAX, RDX; 914 mov RDX, RAX; 917 and RDX, RCX; 919 shl RDX, 2; 920 or RAX, RDX; 922 mov RDX, RAX; 925 and RDX, RCX [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/config/mingw/ |
| switchcontext.S | 52 movq %RDX, %RSP;
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| netbsd-amd64-low.cc | 35 AMD64_RDX_REGNUM, /* %rdx */ 99 netbsd_x86_64_collect_gp (AMD64_RDX_REGNUM, RDX); 136 netbsd_x86_64_supply_gp (AMD64_RDX_REGNUM, RDX);
|
| linux-x86-low.cc | 216 RAX * 8, RCX * 8, RDX * 8, RBX * 8, 230 RAX * 8, RBX * 8, RCX * 8, RDX * 8, 1117 buf[i++] = 0x52; /* push %rdx */ 1215 buf[i++] = 0x5a; /* pop %rdx */
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| netbsd-amd64-low.cc | 35 AMD64_RDX_REGNUM, /* %rdx */ 99 netbsd_x86_64_collect_gp (AMD64_RDX_REGNUM, RDX); 136 netbsd_x86_64_supply_gp (AMD64_RDX_REGNUM, RDX);
|
| linux-x86-low.cc | 216 RAX * 8, RCX * 8, RDX * 8, RBX * 8, 230 RAX * 8, RBX * 8, RCX * 8, RDX * 8, 1148 buf[i++] = 0x52; /* push %rdx */ 1246 buf[i++] = 0x5a; /* pop %rdx */
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
| X86MCTargetDesc.cpp | 157 {codeview::RegisterId::RDX, X86::RDX}, 629 case X86::DH: case X86::DL: case X86::DX: case X86::EDX: case X86::RDX: 641 case X86::DH: case X86::DL: case X86::DX: case X86::EDX: case X86::RDX: 678 case X86::DH: case X86::DL: case X86::DX: case X86::EDX: case X86::RDX: 714 case X86::DH: case X86::DL: case X86::DX: case X86::EDX: case X86::RDX: 750 case X86::DH: case X86::DL: case X86::DX: case X86::EDX: case X86::RDX: 751 return X86::RDX;
|
| /src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| asan_rtl_x86_64.S | 127 ASAN_MEMORY_ACCESS_CALLBACKS_ADD(RDX)
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/gc/ |
| bits.d | 129 mov RDX, i; 131 bts qword ptr[RAX], RDX;
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| amd64-linux-nat.c | 71 RDX * 8, RBX * 8, /* %edx, %ebx */
|
| /src/external/gpl3/gdb/dist/gdb/ |
| amd64-linux-nat.c | 72 RDX * 8, RBX * 8, /* %edx, %ebx */
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/X86/Disassembler/ |
| X86DisassemblerDecoder.h | 172 ENTRY(RDX) \ 190 ENTRY(RDX) \
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| X86CallingConv.cpp | 86 static const MCPhysReg RegListGPR[] = {X86::RCX, X86::RDX, X86::R8, X86::R9};
|
| X86FrameLowering.cpp | 795 // registers. For the prolog expansion we use RAX, RCX and RDX. 802 CopyReg = InProlog ? X86::RDX 804 TestReg = InProlog ? X86::RDX 806 FinalReg = InProlog ? X86::RDX 808 RoundedReg = InProlog ? X86::RDX 817 // SP-relative offsets where we can save RCX and RDX. 821 // If inlining in the prolog, save RCX and RDX. 830 // Check if we need to spill RCX and/or RDX. 832 // RDX, so checking the block live-ins is enough. 834 const bool IsRDXLiveIn = MBB.isLiveIn(X86::RDX); [all...] |
| X86InstructionSelector.cpp | 1553 X86::RDX, 1556 {X86::IDIV64r, X86::CQO, Copy, X86::RDX, S}, // SRem 1558 {X86::DIV64r, X86::MOV32r0, Copy, X86::RDX, U}, // URem
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| BugReporterVisitors.cpp | 522 if (const auto *RDX = dyn_cast<CXXRecordDecl>(RD)) 523 if (!RDX->hasDefinition()) 528 if (const auto *RDX = dyn_cast<CXXRecordDecl>(RD)) 529 for (const auto &II : RDX->bases())
|
| /src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| unwind.c | 1485 #define RDX 2 1498 unsigned long rdx; member in struct:AdvWalkContext 2804 if (reg == RDX) 2808 cur->rdx = *cur->sp; 3039 if (MRM_REGS (modrm) == RSP && MRM_REGD (modrm) == RDX) 3044 cur->ra_sav = cur->rdx; 3067 else if (MRM_REGS (modrm) == RSP && MRM_REGD (modrm) == RDX) 3072 cur->ra_sav = cur->rdx;
|
| /src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| unwind.c | 1485 #define RDX 2 1498 unsigned long rdx; member in struct:AdvWalkContext 2804 if (reg == RDX) 2808 cur->rdx = *cur->sp; 3039 if (MRM_REGS (modrm) == RSP && MRM_REGD (modrm) == RDX) 3044 cur->ra_sav = cur->rdx; 3067 else if (MRM_REGS (modrm) == RSP && MRM_REGD (modrm) == RDX) 3072 cur->ra_sav = cur->rdx;
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/thread/ |
| fiber.d | 326 mov RSP, RDX;
|