Home
last modified time | relevance | path

Searched refs:R22 (Results 1 – 21 of 21) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
DAVRRegisterInfo.td66 def R22 : AVRReg<22, "r22">, DwarfRegNum<[22]>;
94 def R23R22 : AVRReg<22, "r23:r22", [R22, R23]>, DwarfRegNum<[22]>;
110 def R22R21 : AVRReg<21, "r22:r21", [R21, R22]>, DwarfRegNum<[21]>;
127 add R24, R25, R18, R19, R20, R21, R22, R23,
145 add R24, R25, R18, R19, R20, R21, R22, R23,
155 add R23, R22, R21, R20, R19, R18, R17, R16
DAVRISelLowering.cpp1002 AVR::R25, AVR::R24, AVR::R23, AVR::R22, AVR::R21, AVR::R20,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/
DARCRegisterInfo.td54 def R22 : Core<22, "%r22">, DwarfRegNum<[22]>;
73 R20, R21, R22, R23, R24, R25, GP, FP, SP, ILINK, R30, BLINK)>;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiBaseInfo.h93 case Lanai::R22: in getLanaiRegisterNumbering()
/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/
Dpoly1305_sse2.c211 xmmi R20, R21, R22, R23, R24, S21, S22, S23, S24; in poly1305_blocks() local
269 R22 = _mm_shuffle_epi32(T5, _MM_SHUFFLE(1, 1, 0, 0)); in poly1305_blocks()
277 R22 = _mm_shuffle_epi32(T0, _MM_SHUFFLE(2, 2, 2, 2)); in poly1305_blocks()
282 S22 = _mm_mul_epu32(R22, FIVE); in poly1305_blocks()
473 T14 = R22; in poly1305_blocks()
595 T14 = R22; in poly1305_blocks()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonRegisterInfo.cpp122 Hexagon::R20, Hexagon::R21, Hexagon::R22, Hexagon::R23, in getCalleeSavedRegs()
131 Hexagon::R20, Hexagon::R21, Hexagon::R22, Hexagon::R23, in getCalleeSavedRegs()
DHexagonFrameLowering.h96 { Hexagon::R23, -28 }, { Hexagon::R22, -32 }, { Hexagon::D11, -32 }, in getCalleeSavedSpillSlots()
DHexagonRegisterInfo.td123 def D11 : Rd<22, "r23:22", [R22, R23]>, DwarfRegNum<[54]>;
378 (add R23, R22, R21, R20, R19, R18, R17, R16,
448 : CalleeSavedRegs<(add R16, R17, R18, R19, R20, R21, R22, R23,
DHexagonFrameLowering.cpp1077 Hexagon::R21, Hexagon::R20, Hexagon::R23, Hexagon::R22, in insertCFIInstructionsAt()
DHexagonISelLowering.cpp294 .Case("r22", Hexagon::R22) in getRegisterByName()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/Disassembler/
DLanaiDisassembler.cpp159 Lanai::R18, Lanai::R19, Lanai::R20, Lanai::R21, Lanai::R22, Lanai::R23,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/Disassembler/
DAVRDisassembler.cpp66 AVR::R20, AVR::R21, AVR::R22, AVR::R23,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCCallingConv.td272 R21, R22, R23, R24, R25, R26, R27,
288 R21, R22, R23, R24, R25, R26, R27, R28,
DPPCFrameLowering.cpp128 {PPC::R22, -40}, \ in getCalleeSavedSpillSlots()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/Disassembler/
DARCDisassembler.cpp120 ARC::R21, ARC::R22, ARC::R23, ARC::R24, ARC::R25, ARC::GP, ARC::FP,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
DHexagonDisassembler.cpp552 Hexagon::R20, Hexagon::R21, Hexagon::R22, Hexagon::R23, Hexagon::R24, in DecodeIntRegsRegisterClass()
567 Hexagon::R20, Hexagon::R21, Hexagon::R22, Hexagon::R23, in DecodeGeneralSubRegsRegisterClass()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/CSKY/
DCSKYRegisterInfo.td74 def R22 : CSKYReg<22, "r22", ["t6"]>, DwarfRegNum<[22]>;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.cpp687 Register = Hexagon::R22; in compoundRegisterMap()
DHexagonMCDuplexInfo.cpp686 case Hexagon::R22: in addOps()
DHexagonMCInstrInfo.cpp296 case R22: in getDuplexRegisterNumbering()
/freebsd-12-stable/contrib/libstdc++/
DChangeLog-20022116 Import from upstream, R22.