| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/ |
| H A D | fastmath_dlib_asm.S | 77 #define minmin R11:10 // exactly 0x800000000000000000LL 78 #define minminh R11 212 #define minmin R11:10 // exactly 0x800000000000000000LL 213 #define minminh R11 331 #define lmantc R11:10 332 #define mantch R11
|
| H A D | fastmath2_dlib_asm.S | 70 #define minmin R11:10 // exactly 0x000000000000008001LL 171 #define minmin R11:10 // exactly 0x000000000000008001LL 269 #define lmantc R11:10 271 #define guard R11
|
| H A D | fastmath2_ldlib_asm.S | 264 #define lmantc R11:10
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreRegisterInfo.td | 36 def R11 : Ri<11, "r11">, DwarfRegNum<[11]>; 50 R11)>; 56 R11, CP, DP, SP, LR)> {
|
| H A D | XCoreCallingConv.td | 30 // The 'nest' parameter, if any, is passed in R11. 31 CCIfNest<CCAssignToReg<[R11]>>,
|
| H A D | XCoreInstrInfo.td | 673 let Uses = [R11], isCall=1 in 687 let Defs = [R11], hasSideEffects = 0, isReMaterializable = 1 in 691 let Defs = [R11], isReMaterializable = 1 in 693 [(set R11, (cprelwrapper tglobaladdr:$a))]>; 695 let Defs = [R11] in 720 let Defs = [R11], isReMaterializable = 1 in { 725 [(set R11, (pcrelwrapper tglobaladdr:$a))]>; 734 [(set R11, (pcrelwrapper tglobaladdr:$a))]>; 738 [(set R11, (pcrelwrapper tblockaddress:$a))]>; 743 Defs = [R0, R1, R2, R3, R11, LR], Uses = [SP] in { [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiRegisterInfo.td | 36 def RR2 : LanaiReg<11, "rr2", [R11]>, DwarfRegAlias<R11>; 50 R10, RR1, R11, RR2, // programmer controlled registers
|
| H A D | LanaiRegisterInfo.cpp | 53 Reserved.set(Lanai::R11); in getReservedRegs()
|
| /freebsd/crypto/openssl/crypto/sha/asm/ |
| H A D | keccak1600-avx512vl.pl | 56 my ($R20,$R01,$R31,$R21,$R41,$R11) = map("%ymm$_",(16..21)); 110 vprolvq $R11,$A11,@T[1] # $A11 -> future $A01 215 vmovdqa64 5*32(%r8),$R11 301 vmovdqa64 5*32(%r8),$R11
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMCallingConv.td | 122 CCIfType<[i32], CCAssignToReg<[R4, R5, R6, R7, R8, R9, R10, R11]>> 275 def CSR_AAPCS : CalleeSavedRegs<(add LR, R11, R10, R9, R8, R7, R6, R5, R4, 285 R11, R10, R9, R8, 290 LR, R11)>; 297 def CSR_Win_AAPCS_CFGuard_Check : CalleeSavedRegs<(add LR, R11, R10, R9, R8, R7, 320 LR, R11, 322 def CSR_AAPCS_SplitPush_R7 : CalleeSavedRegs<(add LR, R11, 331 def CSR_AAPCS_ThisReturn : CalleeSavedRegs<(add LR, R11, R10, R9, R8, R7, R6, 358 def CSR_iOS_CXX_TLS_PE : CalleeSavedRegs<(add LR, R12, R11, R7, R5, R4)>; 384 // FIXME: we mark R11 as callee-saved since it's often the frame-pointer, and [all …]
|
| H A D | ARMSLSHardening.cpp | 145 {"__llvm_slsblr_thunk_arm_r11", ARM::R11, false}, 159 {"__llvm_slsblr_thunk_thumb_r11", ARM::R11, true},
|
| H A D | Thumb1FrameLowering.cpp | 207 case ARM::R11: in emitPrologue() 353 case ARM::R11: in emitPrologue() 380 case ARM::R11: in emitPrologue() 806 ARM::R10, ARM::R11};
|
| H A D | ARMSubtarget.cpp | 489 getFramePointerReg() == ARM::R11 && in getPushPopSplitVariation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86IndirectThunks.cpp | 96 BuildMI(&MF.front(), DebugLoc(), TII->get(X86::JMP64r)).addReg(X86::R11); in populateThunk() 97 MF.front().addLiveIn(X86::R11); in populateThunk() 144 ThunkReg = X86::R11; in populateThunk()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRRegisterInfo.td | 47 def R11 : AVRReg<11, "r11">, DwarfRegNum<[11]>; 90 def R11R10 : AVRReg<10, "r11:r10", [R10, R11]>, DwarfRegNum<[10]>; 105 def R12R11 : AVRReg<11, "r12:r11", [R11, R12]>, DwarfRegNum<[11]>; 120 R28, R29, R17, R16, R15, R14, R13, R12, R11, R10, 125 (add R15, R14, R13, R12, R11, R10, R9, R8, R7, R6,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430RegisterInfo.cpp | 50 MSP430::R8, MSP430::R9, MSP430::R10, MSP430::R11, in getCalleeSavedRegs() 56 MSP430::R8, MSP430::R9, MSP430::R10, MSP430::R11, in getCalleeSavedRegs()
|
| H A D | MSP430RegisterInfo.td | 66 def R11 : MSP430RegWithSubregs<11, "r11", [R11B]>, DwarfRegNum<[11]>; 83 (add R12, R13, R14, R15, R11, R10, R9, R8, R7, R6, R5,
|
| /freebsd/sys/contrib/edk2/Include/Protocol/ |
| H A D | DebugSupport.h | 227 UINT64 R11; member 298 UINT64 R11; member 502 UINT32 R11; member 767 UINT64 R11; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
| H A D | LanaiBaseInfo.h | 69 case Lanai::R11: in getLanaiRegisterNumbering()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFRegisterInfo.td | 49 R11, // Stack Ptr
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_unwind_win.cpp | 76 stack_frame.AddrFrame.Offset = ctx.R11; in UnwindSlow()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/ |
| H A D | BPFMCTargetDesc.cpp | 45 InitBPFMCRegisterInfo(X, BPF::R11 /* RAReg doesn't exist */); in createBPFMCRegisterInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAndOrXor.cpp | 248 Value *R11, *R12, *R2; in getMaskedTypeForICmpPair() local 249 if (decomposeBitTestICmp(RHS, PredR, R11, R12, R2)) { in getMaskedTypeForICmpPair() 250 if (R11 == L11 || R11 == L12 || R11 == L21 || R11 == L22) { in getMaskedTypeForICmpPair() 251 A = R11; in getMaskedTypeForICmpPair() 255 D = R11; in getMaskedTypeForICmpPair() 273 if (!match(R1, m_And(m_Value(R11), m_Value(R12)))) { in getMaskedTypeForICmpPair() 276 R11 = R1; in getMaskedTypeForICmpPair() 280 if (R11 == L11 || R11 == L12 || R11 == L21 || R11 == L22) { in getMaskedTypeForICmpPair() 281 A = R11; in getMaskedTypeForICmpPair() 287 D = R11; in getMaskedTypeForICmpPair() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCSubtarget.h | 281 return IsPPC64 ? PPC::X11 : PPC::R11; in getEnvironmentPointerRegister()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/Disassembler/ |
| H A D | BPFDisassembler.cpp | 99 BPF::R6, BPF::R7, BPF::R8, BPF::R9, BPF::R10, BPF::R11};
|