Home | History | Annotate | Download | only in qemu

Lines Matching refs:reg_num

969 # define GPR_sig(reg_num, context)		REG_sig(gpr[reg_num], context)
977 # define FLOAT_sig(reg_num, context) (((double*)((char*)((context)->uc_mcontext.regs+48*4)))[reg_num])
1008 # define GPR_sig(reg_num, context) REG_sig(r##reg_num, context)
1016 # define FLOAT_sig(reg_num, context) FLOATREG_sig(fpregs[reg_num], context)