HomeSort by relevance Sort by last modified time
    Searched full:fprs (Results 1 - 25 of 42) sorted by null

1 2

  /external/llvm/test/CodeGen/SystemZ/
asm-17.ll 27 ; Test i32 FPRs.
38 ; Test i64 FPRs.
49 ; Test i128 FPRs.
73 ; Test clobbers of FPRs and CC.
fp-move-01.ll 1 ; Test moves between FPRs.
fp-abs-01.ll 27 ; processing so that using FPRs is unequivocally better.
fp-neg-01.ll 25 ; processing so that using FPRs is unequivocally better.
fp-abs-02.ll 29 ; extra processing so that using FPRs is unequivocally better.
frame-04.ll 2 ; cases are slightly different because we need to allocate pairs of FPRs.
6 ; This function should require all FPRs, but no other spill slots.
7 ; We need to save and restore 8 of the 16 FPRs, so the frame size
160 ; This function should use all call-clobbered FPRs but no call-saved ones.
fp-move-02.ll 1 ; Test moves between FPRs and GPRs.
10 ; Test 32-bit moves from GPRs to FPRs. The GPR must be moved into the high
56 ; Test 64-bit moves from GPRs to FPRs.
64 ; Test 128-bit moves from GPRs to FPRs. i128 isn't a legitimate type,
79 ; Test 32-bit moves from FPRs to GPRs. The high 32 bits of the FPR should
89 ; Test 64-bit moves from FPRs to GPRs.
97 ; Test 128-bit moves from FPRs to GPRs, with the same restriction as f6.
frame-02.ll 1 ; Test saving and restoring of call-saved FPRs.
5 ; This function should require all FPRs, but no other spill slots.
6 ; We need to save and restore 8 of the 16 FPRs, so the frame size
218 ; This function should use all call-clobbered FPRs but no call-saved ones.
frame-03.ll 7 ; This function should require all FPRs, but no other spill slots.
8 ; We need to save and restore 8 of the 16 FPRs, so the frame size
220 ; This function should use all call-clobbered FPRs but no call-saved ones.
frame-07.ll 1 ; Test the saving and restoring of FPRs in large frames.
6 ; Test a frame size that requires some FPRs to be saved and loaded using
122 ; Test a frame size that requires some FPRs to be saved and loaded using
frame-17.ll 1 ; Test spilling of FPRs.
5 ; We need to save and restore 8 of the 16 FPRs and allocate an additional
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-s390x-linux.c 181 sigregs->fpregs.fprs[0] = tst->arch.vex.guest_f0;
182 sigregs->fpregs.fprs[1] = tst->arch.vex.guest_f1;
183 sigregs->fpregs.fprs[2] = tst->arch.vex.guest_f2;
184 sigregs->fpregs.fprs[3] = tst->arch.vex.guest_f3;
185 sigregs->fpregs.fprs[4] = tst->arch.vex.guest_f4;
186 sigregs->fpregs.fprs[5] = tst->arch.vex.guest_f5;
187 sigregs->fpregs.fprs[6] = tst->arch.vex.guest_f6;
188 sigregs->fpregs.fprs[7] = tst->arch.vex.guest_f7;
189 sigregs->fpregs.fprs[8] = tst->arch.vex.guest_f8;
190 sigregs->fpregs.fprs[9] = tst->arch.vex.guest_f9
    [all...]
  /art/runtime/arch/arm/
context_arm.cc 91 uint32_t fprs[32]; local
96 fprs[i] = fprs_[i] != NULL ? *fprs_[i] : ArmContext::kBadGprBase + i;
99 art_quick_do_long_jump(gprs, fprs);
  /art/runtime/arch/mips/
context_mips.cc 91 uint32_t fprs[kNumberOfFRegisters]; local
96 fprs[i] = fprs_[i] != NULL ? *fprs_[i] : MipsContext::kBadGprBase + i;
98 art_quick_do_long_jump(gprs, fprs);
  /external/valgrind/main/coregrind/
m_debugger.c 290 regs.fp_regs.fprs[0].ui = vex->guest_f0;
291 regs.fp_regs.fprs[1].ui = vex->guest_f1;
292 regs.fp_regs.fprs[2].ui = vex->guest_f2;
293 regs.fp_regs.fprs[3].ui = vex->guest_f3;
294 regs.fp_regs.fprs[4].ui = vex->guest_f4;
295 regs.fp_regs.fprs[5].ui = vex->guest_f5;
296 regs.fp_regs.fprs[6].ui = vex->guest_f6;
297 regs.fp_regs.fprs[7].ui = vex->guest_f7;
298 regs.fp_regs.fprs[8].ui = vex->guest_f8;
299 regs.fp_regs.fprs[9].ui = vex->guest_f9
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZMachineFunctionInfo.h 46 // Likewise FPRs.
SystemZRegisterInfo.td 139 // There's no store-multiple instruction for FPRs, so we're not fussy
SystemZFrameLowering.cpp 199 // Save FPRs in the normal TargetInstrInfo way.
226 // Restore FPRs in the normal TargetInstrInfo way.
  /external/elfutils/backends/
sparc_corenote.c 76 GR (34, 1, 84), /* %fprs */
sparc_regs.c 62 { "pc", "npc", "state", "fsr", "fprs", "y" } /* v9 */
  /external/kernel-headers/original/asm-mips/
thread_info.h 124 #define TIF_32BIT_REGS 22 /* also implies 16/32 fprs */
  /external/libffi/src/s390/
sysv.S 133 la %r4,64(%r1) # FPRs
336 la %r4,128(%r1) # FPRs
  /external/valgrind/main/VEX/pub/
libvex_s390x_common.h 68 8 FPRs
  /external/qemu/
gdbstub.c 644 /* fprs */
682 /* fprs */
748 /* fprs */
784 case 84: GET_REGL(env->fprs);
812 /* fprs */
848 case 84: env->fprs = tmp; break;
    [all...]
  /external/valgrind/main/coregrind/m_dispatch/
dispatch-s390x-linux.S 95 /* Save fprs: ABI: f8...f15 */

Completed in 558 milliseconds

1 2