Searched refs:gprs (Results 1 – 12 of 12) sorted by relevance
49 interpret_libc (reg_unit gprs[32], struct _Unwind_Context *context) in interpret_libc()60 gprs[i] = 1; in interpret_libc()61 gprs[1] = _Unwind_GetCFA (context); in interpret_libc()63 gprs[i] = _Unwind_GetGR (context, i); in interpret_libc()106 int32_t val2 = gprs[ins >> 16 & 0x1F]; in interpret_libc()124 gprs [ins >> 16 & 0x1F] = (gprs [ins >> 11 & 0x1F] in interpret_libc()125 | gprs [ins >> 21 & 0x1F]); in interpret_libc()130 reg_unit src = (ins >> 16 & 0x1F) == 0 ? 0 : gprs [ins >> 16 & 0x1F]; in interpret_libc()131 gprs [ins >> 21 & 0x1F] = src + (int16_t) ins; in interpret_libc()136 reg_unit src = (ins >> 16 & 0x1F) == 0 ? 0 : gprs [ins >> 16 & 0x1F]; in interpret_libc()[all …]
225 mfloat-gprs=227 -mfloat-gprs= Select GPR floating point method
46 unsigned long gprs[16]; in s390_fallback_frame_state() member103 new_cfa = regs->gprs[15] + 16*sizeof(long) + 32; in s390_fallback_frame_state()113 (long)®s->gprs[i] - new_cfa; in s390_fallback_frame_state()
607 int gprs; /* gpr so far */ member613 ((CUM).gprs=0, (CUM).fprs=0)
6557 && current_function_args_info.gprs < GP_ARG_NUM_REG) in s390_register_info()6559 int min_gpr = current_function_args_info.gprs; in s390_register_info()7728 cum->gprs += ((size + UNITS_PER_WORD-1) / UNITS_PER_WORD); in s390_function_arg_advance()7769 if (cum->gprs + n_gprs > GP_ARG_NUM_REG) in s390_function_arg()7772 return gen_rtx_REG (mode, cum->gprs + 2); in s390_function_arg()7931 n_gpr = current_function_args_info.gprs; in s390_va_start()
160 unsigned long long gprs[16]; /* 128 */ member
678 -mfloat-gprs=yes -mfloat-gprs=no -mfloat-gprs=single -mfloat-gprs=double @gol11455 @item -mfloat-gprs=@var{yes/single/double/no}11456 @itemx -mfloat-gprs11457 @opindex mfloat-gprs
4222 msgid "-mgpr-32 Note 32 gprs are used\n"4227 msgid "-mgpr-64 Note 64 gprs are used\n"
7952 mfloat-gprs.26947 Don't return info on partial fprs when we need info on gprs.
24762 used to only use the gprs.
13761 (rs6000_emit_prologue): Use emit_frame_save for saving gprs, fprs,
27576 -mfloat-gprs.