Home | History | Annotate | Download | only in hppa

Lines Matching refs:check_fit_tl

82 static inline int check_fit_tl(tcg_target_long val, unsigned int bits)
159 assert(check_fit_tl(pcrel, 12));
167 assert(check_fit_tl(pcrel, 17));
239 return check_fit_tl(val, 5);
241 return check_fit_tl(val, 11);
243 return check_fit_tl(-val, 11);
354 if (check_fit_tl(arg, 14)) {
373 if (!check_fit_tl(offset, 14)) {
435 assert(check_fit_tl(val, 11));
632 if (check_fit_tl(disp, 17)) {
722 assert(check_fit_tl(val, 17));
775 assert(check_fit_tl(val, 12));
918 if (check_fit_tl(offset + CPU_TLB_SIZE, 14)) {
1225 if (!check_fit_tl(arg, 14)) {