/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | repeat.h | 16 #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/ |
D | README.md | 11 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/ |
D | LanaiRegisterInfo.td | 37 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/ |
D | osfiber_asm_x64.h | 43 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/ |
D | ARCRegisterInfo.td | 45 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/ |
D | MSP430CallingConv.td | 18 // i16 are returned in registers R12, R13, R14, R15 19 CCIfType<[i16], CCAssignToReg<[R12, R13, R14, R15]>>
|
D | MSP430RegisterInfo.cpp | 54 MSP430::R12, MSP430::R13, MSP430::R14, MSP430::R15, in getCalleeSavedRegs() 60 MSP430::R12, MSP430::R13, MSP430::R14, MSP430::R15, in getCalleeSavedRegs()
|
D | MSP430RegisterInfo.td | 68 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/ |
D | ontop_ppc64_sysv_xcoff_gas.S | 9 std 15, 16(1) # save R15 45 ld 15, 16(1) # restore R15
|
D | jump_ppc64_sysv_xcoff_gas.S | 17 std 15, 16(1) # save R15 53 ld 15, 16(1) # restore R15
|
D | ontop_x86_64_ms_pe_masm.asm | 61 ; | R14 | R15 | RDI | RSI | 129 mov [rsp+0e8h], r15 ; save R15 179 mov r15, [rsp+0e8h] ; restore R15
|
D | jump_x86_64_ms_pe_masm.asm | 61 ; | R14 | R15 | RDI | RSI | 129 mov [rsp+0e8h], r15 ; save R15 179 mov r15, [rsp+0e8h] ; restore R15
|
D | ontop_ppc64_sysv_macho_gas.S | 78 std r15, 16(r1) ; save R15 113 ld r15, 16(r1) ; restore R15
|
D | jump_ppc64_sysv_macho_gas.S | 78 std r15, 16(r1) ; save R15 113 ld r15, 16(r1) ; restore R15
|
D | jump_ppc64_sysv_elf_gas.S | 106 std %r15, 16(%r1) # save R15 149 ld %r15, 16(%r1) # restore R15
|
D | make_x86_64_ms_pe_masm.asm | 61 ; | R14 | R15 | RDI | RSI |
|
D | ontop_ppc32_sysv_xcoff_gas.S | 108 stw r15, 160(r1) # save R15 165 lwz r15, 160(r1) # restore R15
|
D | ontop_ppc64_sysv_elf_gas.S | 106 std %r15, 16(%r1) # save R15 148 ld %r15, 16(%r1) # restore R15
|
/third_party/libunwind/src/x86_64/ |
D | init.h | 64 c->dwarf.loc[R15] = REG_INIT_LOC(c, r15, R15); in common_init()
|
D | Gget_save_loc.c | 46 case UNW_X86_64_R15: loc = c->dwarf.loc[R15]; break; in unw_get_save_loc()
|
D | unwind_i.h | 54 #define R15 15 macro
|
/third_party/musl/arch/x86_64/bits/ |
D | reg.h | 3 #define R15 0 macro
|
/third_party/musl/arch/x32/bits/ |
D | reg.h | 3 #define R15 0 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRRegisterInfo.td | 59 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/ |
D | LanaiBaseInfo.h | 78 case Lanai::R15: in getLanaiRegisterNumbering()
|