Searched refs:fdescr (Results 1 – 2 of 2) sorted by relevance
2267 HWord* fdescr; in iselWordExpr_R_wrk() local2268 fdescr = (HWord*)h_calc_BCDtoDPB; in iselWordExpr_R_wrk()2269 addInstr(env, PPCInstr_Call( cc, (Addr64)(fdescr[0]), in iselWordExpr_R_wrk()2304 HWord* fdescr; in iselWordExpr_R_wrk() local2305 fdescr = (HWord*)h_calc_DPBtoBCD; in iselWordExpr_R_wrk()2306 addInstr(env, PPCInstr_Call( cc, (Addr64)(fdescr[0]), in iselWordExpr_R_wrk()
234 HWord* fdescr = (HWord*)f; in fnptr_to_fnentry() local235 return (void*)(fdescr[0]); in fnptr_to_fnentry()