Home
last modified time | relevance | path

Searched refs:GPRs (Results 1 – 25 of 37) sorted by relevance

12

/external/llvm/test/CodeGen/SystemZ/
Dasm-17.ll6 ; Test i32 GPRs.
17 ; Test i64 GPRs.
63 ; Test clobbers of GPRs and CC.
Dargs-08.ll5 ; Up to four integer return values fit into GPRs.
32 ; Up to four floating-point return values fit into GPRs.
Dfp-move-02.ll1 ; Test moves between FPRs and GPRs. The 32-bit cases test the z10
11 ; Test 32-bit moves from GPRs to FPRs. The GPR must be moved into the high
57 ; Test 64-bit moves from GPRs to FPRs.
65 ; Test 128-bit moves from GPRs to FPRs. i128 isn't a legitimate type,
80 ; Test 32-bit moves from FPRs to GPRs. The high 32 bits of the FPR should
90 ; Test 64-bit moves from FPRs to GPRs.
98 ; Test 128-bit moves from FPRs to GPRs, with the same restriction as f6.
Dframe-05.ll1 ; Test saving and restoring of call-saved GPRs.
5 ; This function should require all GPRs, but no other spill slots. The caller
81 ; Like f1, but requires one fewer GPR. We allocate the call-saved GPRs
188 ; This function should use all call-clobbered GPRs but no call-saved ones.
Dint-move-01.ll1 ; Test moves between GPRs.
Dframe-06.ll7 ; This function should require all GPRs, but no other spill slots. The caller
78 ; Like f1, but requires one fewer GPR. We allocate the call-saved GPRs
185 ; This function should use all call-clobbered GPRs but no call-saved ones.
Dargs-07.ll5 ; Up to four integer return values fit into GPRs.
Dfp-move-10.ll1 ; Test moves between FPRs and GPRs for z13 and above.
Dfp-move-09.ll1 ; Test moves between FPRs and GPRs for z196 and zEC12.
Dframe-18.ll1 ; Test spilling of GPRs. The tests here assume z10 register pressure,
Dframe-09.ll41 ; This function should require all GPRs but no other spill slots.
/external/libunwind_llvm/src/
DRegisters.hpp67 struct GPRs { struct in libunwind::Registers_x86
86 GPRs _registers;
255 struct GPRs { struct in libunwind::Registers_x86_64
278 GPRs _registers;
1057 struct GPRs { struct in libunwind::Registers_arm64
1066 GPRs _registers;
1078 static_assert(sizeof(GPRs) == 0x110, in Registers_arm64()
1081 static_cast<const uint8_t *>(registers) + sizeof(GPRs), in Registers_arm64()
1345 struct GPRs { struct in libunwind::Registers_arm
1365 GPRs _registers;
/external/llvm/test/CodeGen/X86/
Dmmx-copy-gprs.ll6 ; This test should use GPRs to copy the mmx value, not MMX regs. Using mmx regs,
Dmmx-arg-passing.ll9 ; On Darwin x86-64, v1i64 values are passed in 64-bit GPRs.
Dmmx-arg-passing-x86-64.ll5 ; On Darwin x86-64, v1i64 values are passed in 64-bit GPRs.
Dmusttail-varargs.ll25 ; Save and restore 6 GPRs, 8 XMMs, and AL around the call.
/external/llvm/test/CodeGen/PowerPC/
Dppc64-align-long-double.ll5 ; argument comes in in GPR3; GPR4 is skipped; GPRs 5 and 6 contain
Dppc64-r2-alloc.ll75 ; This function will need to use all non-reserved GPRs (and then some), make
/external/llvm/test/CodeGen/Thumb/
D2011-06-16-NoGPRs.ll5 ; register, but we cannot have live GPRs in thumb mode because we don't know how
/external/llvm/lib/Target/ARM/
DARMRegisterInfo.td206 // GPRs without the PC. Some ARM instructions do not allow the PC in
216 // GPRs without the PC but with APSR. Some instructions allow accessing the
346 // Pseudo-registers representing even-odd pairs of GPRs from R1 to R13/SP.
347 // These are needed by instructions (e.g. ldrexd/strexd) requiring even-odd GPRs.
352 // Register class representing a pair of even-odd GPRs.
DARMCallingConv.td30 // f64 and v2f64 are passed in adjacent GPRs, possibly split onto the stack
117 // i64/f64 is passed in even pairs of GPRs
/external/llvm/test/CodeGen/ARM/
D2013-04-16-AAPCS-C5-vs-VFP.ll4 ; Our purpose: make NSAA != SP, and only after start to use GPRs, then pass
D2013-04-16-AAPCS-C4-vs-VFP.ll4 ; Our purpose: make NSAA != SP, and only after start to use GPRs.
Ddomain-conv-vmovs.ll90 ; Check that the movement to and from GPRs takes place in the NEON domain.
Dcombine-vmovdrr.ll8 ; The bitcasts force the values to go through the GPRs, whereas

12