Home
last modified time | relevance | path

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

123456

/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dasm-17.ll6 ; Test i32 GPRs.
17 ; Test i64 GPRs.
63 ; Test clobbers of GPRs and CC.
Dfp-move-13.ll21 ; Test 128-bit moves from GPRs to VRs. i128 isn't a legitimate type,
34 ; Test 128-bit moves from VRs to GPRs, with the same restriction as f2.
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.
Dframe-25.ll4 ; where no GPRs are saved / restored.
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.
/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.
/external/llvm-project/llvm/test/CodeGen/ARM/
Dinlineasm-operand-implicit-cast.ll85 ; Check support for returning several floats in GPRs with matching float inputs
98 ; Check support for returning several double in GPRs with matching double input
111 ; Check support for returning several float in specific GPRs with matching
124 ; Check support for returning several double in specific GPRs with matching
235 ; Check support for returning several floats in GPRs with matching float inputs
253 ; Check support for returning several double in GPRs with matching double input
271 ; Check support for returning several float in specific GPRs with matching
289 ; Check support for returning several double in specific GPRs with matching
/external/llvm-project/llvm/test/CodeGen/PowerPC/
DFrames-stack-floor.ll28 ; 288 bytes = 18*8 (FPRs) + 18*8 (GPRs, GPR13 reserved);
31 ; 220 bytes = 18*8 (FPRs) + 19*4 (GPRs);
/external/llvm-project/llvm/test/CodeGen/X86/
Dmmx-copy-gprs.ll6 ; This test should use GPRs to copy the mmx value, not MMX regs. Using mmx regs,
/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,
/external/llvm-project/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/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-project/llvm/lib/Target/ARM/
DARMRegisterInfo.td238 // GPRs without the PC. Some ARM instructions do not allow the PC in
250 // GPRs without the PC but with APSR. Some instructions allow accessing the
261 // GPRs without the PC and SP registers but with APSR. Used by CLRM instruction.
308 // GPRs without the PC and SP but with APSR_NZCV.Some instructions allow
498 // Pseudo-registers representing even-odd pairs of GPRs from R1 to R13/SP.
499 // These are needed by instructions (e.g. ldrexd/strexd) requiring even-odd GPRs.
507 // Register class representing a pair of even-odd GPRs.
512 // Register class representing a pair of even-odd GPRs, except (R12, SP).
/external/llvm/test/CodeGen/PowerPC/
Dppc64-align-long-double.ll5 ; argument comes in in GPR3; GPR4 is skipped; GPRs 5 and 6 contain
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dframelayout-unaligned-fp.ll4 ; of callee-saved GPRs as well as an odd number of callee-saved FPRs are
/external/libffi/src/powerpc/
Ddarwin_closure.S39 ; Define some pseudo-opcodes for size-independent load & store of GPRs ...
45 ; ... and the size of GPRs and their storage indicator.
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
Ddarwin_closure.S39 ; Define some pseudo-opcodes for size-independent load & store of GPRs ...
45 ; ... and the size of GPRs and their storage indicator.

123456