Searched refs:gprs (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Ddarwin-fallback.c49 interpret_libc (reg_unit gprs[32], struct _Unwind_Context *context) argument
60 gprs[i] = 1;
61 gprs[1] = _Unwind_GetCFA (context);
63 gprs[i] = _Unwind_GetGR (context, i);
106 int32_t val2 = gprs[ins >> 16 & 0x1F];
124 gprs [ins >> 16 & 0x1F] = (gprs [ins >> 11 & 0x1F]
125 | gprs [ins >> 21 & 0x1F]);
130 reg_unit src = (ins >> 16 & 0x1F) == 0 ? 0 : gprs [ins >> 16 & 0x1F];
131 gprs [in
319 handle_syscall(_Unwind_FrameState *fs, const reg_unit gprs[32], _Unwind_Ptr old_cfa) argument
466 reg_unit gprs[32]; local
[all...]
/freebsd-12-stable/contrib/gcc/config/s390/
H A Dlinux-unwind.h46 unsigned long gprs[16]; member in struct:__anon1447
103 new_cfa = regs->gprs[15] + 16*sizeof(long) + 32;
113 (long)&regs->gprs[i] - new_cfa;
H A Ds390.h607 int gprs; /* gpr so far */ member in struct:s390_arg_structure
613 ((CUM).gprs=0, (CUM).fprs=0)
755 /* On s390, copy between fprs and gprs is expensive. */
H A Ds390.c6522 /* Save slots for gprs from i to j. */
6556 /* Varargs functions need to save gprs 2 to 6. */
6558 && current_function_args_info.gprs < GP_ARG_NUM_REG)
6560 int min_gpr = current_function_args_info.gprs;
6704 /* If under 31 bit an odd number of gprs has to be saved we have to adjust
7172 /* Save call saved gprs. */
7506 /* Restore call saved gprs. */
7729 cum->gprs += ((size + UNITS_PER_WORD-1) / UNITS_PER_WORD);
7770 if (cum->gprs + n_gprs > GP_ARG_NUM_REG)
7773 return gen_rtx_REG (mode, cum->gprs
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Dhtmintrin.h146 unsigned long long gprs[16]; /* 128 */ member in struct:__htm_tdb
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cpp508 #define REG_SP gprs[15]
/freebsd-12-stable/share/mk/
H A Dbsd.cpu.mk140 _CPUCFLAGS = -Wa,-me500 -mspe=yes -mabi=spe -mfloat-gprs=double -mcpu=8548
364 CFLAGS += -mcpu=8548 -Wa,-me500 -mspe=yes -mabi=spe -mfloat-gprs=double

Completed in 139 milliseconds