Searched refs:offset_in_range (Results 1 – 4 of 4) sorted by relevance
73 static offsetT offset_in_range PARAMS ((offsetT, int));657 offset_in_range (val, size) in offset_in_range() function3293 val = offset_in_range (i.op[n].disps->X_add_number,3407 val = offset_in_range (i.op[n].imms->X_add_number,
74 static offsetT offset_in_range PARAMS ((offsetT, int));657 offset_in_range (val, size) in offset_in_range() function3592 val = offset_in_range (i.op[n].disps->X_add_number,3717 val = offset_in_range (i.op[n].imms->X_add_number,
3778 (offset_in_range): Support size of 8.6689 * config/tc-i386.c (offset_in_range): Ensure shift counts are less6801 * config/tc-i386.c (offset_in_range): Use addressT instead of6806 * config/tc-i386.c (offset_in_range): Sign extend val so BFD646839 (offset_in_range): New.