Home
last modified time | relevance | path

Searched refs:R15 (Results 1 – 25 of 75) sorted by relevance

123

/third_party/ltp/tools/sparse/sparse-src/validation/
Drepeat.h16 #define R15(P, S) R12(P,S##0) R12(P,S##1) R12(P,S##2) R12(P,S##3) R12(P,S##4) R12(P,S##5) R12(P,S##… macro
17 #define R16(P, S) R15(P,S##0) R15(P,S##1)
18 #define R17(P, S) R15(P,S##0) R15(P,S##1) R15(P,S##2) R15(P,S##3)
19 #define R18(P, S) R15(P,S##0) R15(P,S##1) R15(P,S##2) R15(P,S##3) R15(P,S##4) R15(P,S##5) R15(P,S##…
/third_party/mesa3d/src/panfrost/bifrost/
DREADME.md11 R8 - R15: general purpose
22 R0 - R15: general purpose (full threads)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiRegisterInfo.td37 def RCA : LanaiReg<15, "rca", [R15]>, DwarfRegAlias<R15>;
49 R15, RCA, // register for constant addresses
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dosfiber_asm_x64.h43 uintptr_t R15; member
66 static_assert(offsetof(marl_fiber_context, R15) == MARL_REG_R15,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCRegisterInfo.td45 def R15 : Core<15, "%r15">, DwarfRegNum<[15]>;
72 R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15, R16, R17, R18, R19,
78 (add R0, R1, R2, R3, R12, R13, R14, R15)>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430CallingConv.td18 // i16 are returned in registers R12, R13, R14, R15
19 CCIfType<[i16], CCAssignToReg<[R12, R13, R14, R15]>>
DMSP430RegisterInfo.cpp54 MSP430::R12, MSP430::R13, MSP430::R14, MSP430::R15, in getCalleeSavedRegs()
60 MSP430::R12, MSP430::R13, MSP430::R14, MSP430::R15, in getCalleeSavedRegs()
DMSP430RegisterInfo.td68 def R15 : MSP430RegWithSubregs<15, "r15", [R15B]>;
81 (add R12, R13, R14, R15, R11, R10, R9, R8, R7, R6, R5,
/third_party/boost/libs/context/src/asm/
Dontop_ppc64_sysv_xcoff_gas.S9 std 15, 16(1) # save R15
45 ld 15, 16(1) # restore R15
Djump_ppc64_sysv_xcoff_gas.S17 std 15, 16(1) # save R15
53 ld 15, 16(1) # restore R15
Dontop_x86_64_ms_pe_masm.asm61 ; | R14 | R15 | RDI | RSI |
129 mov [rsp+0e8h], r15 ; save R15
179 mov r15, [rsp+0e8h] ; restore R15
Djump_x86_64_ms_pe_masm.asm61 ; | R14 | R15 | RDI | RSI |
129 mov [rsp+0e8h], r15 ; save R15
179 mov r15, [rsp+0e8h] ; restore R15
Dontop_ppc64_sysv_macho_gas.S78 std r15, 16(r1) ; save R15
113 ld r15, 16(r1) ; restore R15
Djump_ppc64_sysv_macho_gas.S78 std r15, 16(r1) ; save R15
113 ld r15, 16(r1) ; restore R15
Djump_ppc64_sysv_elf_gas.S106 std %r15, 16(%r1) # save R15
149 ld %r15, 16(%r1) # restore R15
Dmake_x86_64_ms_pe_masm.asm61 ; | R14 | R15 | RDI | RSI |
Dontop_ppc32_sysv_xcoff_gas.S108 stw r15, 160(r1) # save R15
165 lwz r15, 160(r1) # restore R15
Dontop_ppc64_sysv_elf_gas.S106 std %r15, 16(%r1) # save R15
148 ld %r15, 16(%r1) # restore R15
/third_party/libunwind/src/x86_64/
Dinit.h64 c->dwarf.loc[R15] = REG_INIT_LOC(c, r15, R15); in common_init()
DGget_save_loc.c46 case UNW_X86_64_R15: loc = c->dwarf.loc[R15]; break; in unw_get_save_loc()
Dunwind_i.h54 #define R15 15 macro
/third_party/musl/arch/x86_64/bits/
Dreg.h3 #define R15 0 macro
/third_party/musl/arch/x32/bits/
Dreg.h3 #define R15 0 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRRegisterInfo.td59 def R15 : AVRReg<15, "r15">, DwarfRegNum<[15]>;
98 def R15R14 : AVRReg<14, "r15:r14", [R14, R15]>, DwarfRegNum<[14]>;
120 R28, R29, R17, R16, R15, R14, R13, R12, R11, R10,
127 add R15, R14, R13, R12, R11, R10, R9, R8, R7, R6, R5, R4, R3, R2, R0, R1
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiBaseInfo.h78 case Lanai::R15: in getLanaiRegisterNumbering()

123