HomeSort by relevance Sort by last modified time
    Searched refs:check_fit_tl (Results 1 - 2 of 2) sorted by null

  /external/qemu/tcg/hppa/
tcg-target.c 82 static inline int check_fit_tl(tcg_target_long val, unsigned int bits) function
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))
    [all...]
  /external/qemu/tcg/sparc/
tcg-target.c 92 static inline int check_fit_tl(tcg_target_long val, unsigned int bits) function
116 if (!check_fit_tl(value, 22))
123 if (!check_fit_tl(value, 19))
180 else if ((ct & TCG_CT_CONST_S11) && check_fit_tl(val, 11))
182 else if ((ct & TCG_CT_CONST_S13) && check_fit_tl(val, 13))
324 if (check_fit_tl(arg, 13))
342 } else if (check_fit_tl(arg, 13)) {
345 } else if (check_fit_tl(arg, 32)) {
368 if (!check_fit_tl(arg, 10))
381 if (check_fit_tl(offset, 13)
    [all...]

Completed in 40 milliseconds