Searched refs:R15 (Results 1 - 25 of 28) sorted by relevance

12

/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dptrace-abi.h28 #define R15 0 macro
/external/libunwind/src/x86_64/
H A DGget_save_loc.c46 case UNW_X86_64_R15: loc = c->dwarf.loc[R15]; break;
H A Dunwind_i.h54 #define R15 15 macro
H A Dinit.h64 c->dwarf.loc[R15] = REG_INIT_LOC(c, r15, R15);
H A DGregs.c120 case UNW_X86_64_R15: loc = c->dwarf.loc[R15]; break;
H A DGos-freebsd.c126 c->dwarf.loc[R15] = DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_R15, 0);
/external/linux-tools-perf/perf-3.12.0/arch/hexagon/lib/
H A Dmemcpy.S176 #define inc R15:14 /* inc kernel by -1 and defetch ptr by 32 */
182 #define prolog R15 /* bytes in prolog */
183 #define epilogdws R15 /* number dwords in epilog */
/external/linux-tools-perf/perf-3.12.0/arch/powerpc/lib/
H A Dmemcpy_power7.S70 std r15,STK_REG(R15)(r1)
125 ld r15,STK_REG(R15)(r1)
344 std r15,STK_REG(R15)(r1)
381 ld r15,STK_REG(R15)(r1)
530 std r15,STK_REG(R15)(r1)
575 ld r15,STK_REG(R15)(r1)
/external/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp592 case X86::R15B: case X86::R15W: case X86::R15D: case X86::R15:
629 case X86::R15B: case X86::R15W: case X86::R15D: case X86::R15:
665 case X86::R15B: case X86::R15W: case X86::R15D: case X86::R15:
701 case X86::R15B: case X86::R15W: case X86::R15D: case X86::R15:
702 return X86::R15;
/external/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp142 PPC::R12, PPC::R13, PPC::R14, PPC::R15,
153 PPC::R12, PPC::R13, PPC::R14, PPC::R15,
/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h186 ENTRY(R15)
204 ENTRY(R15)
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h733 case X86::R12: case X86::R13: case X86::R14: case X86::R15:
H A DX86AsmBackend.cpp615 X86::RBX, X86::R12, X86::R13, X86::R14, X86::R15, X86::RBP, 0
/external/valgrind/main/VEX/auxprogs/
H A Dgenoffsets.c118 GENOFFSET(AMD64,amd64,R15);
/external/valgrind/main/coregrind/m_sigframe/
H A Dsigframe-amd64-linux.c352 SC2(r15,R15);
/external/chromium_org/v8/src/
H A Dsampler.cc387 state.pc = reinterpret_cast<Address>(mcontext.gregs[R15]);
/external/libunwind/src/ptrace/
H A D_UPT_reg_offset.c308 UNW_R_OFF(R15, r15)
/external/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h358 case X86::R15: return X86::R15D;
/external/llvm/test/MC/X86/
H A Dintel-syntax.s75 vpgatherdd XMM10, DWORD PTR [R15 + 2*XMM9], XMM8
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dx86inc.asm326 DECLARE_REG 14, R15, 120
400 DECLARE_REG 14, R15, 72
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/x86inc/
H A Dx86inc.asm431 DECLARE_REG 14, R15, R15D, R15W, R15B, 120
508 DECLARE_REG 14, R15, R15D, R15W, R15B, 72
/external/chromium_org/third_party/libyuv/source/
H A Dx86inc.asm326 DECLARE_REG 14, R15, 120
400 DECLARE_REG 14, R15, 72
/external/libvpx/libvpx/third_party/x86inc/
H A Dx86inc.asm414 DECLARE_REG 14, R15, R15D, R15W, R15B, 120
491 DECLARE_REG 14, R15, R15D, R15W, R15B, 72
/external/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp40 PPC::R12, PPC::R13, PPC::R14, PPC::R15,
51 PPC::R12, PPC::R13, PPC::R14, PPC::R15,
/external/qemu/
H A Dcpu-exec.c1067 pc = uc->uc_mcontext.gregs[R15];

Completed in 3128 milliseconds

12