Home
last modified time | relevance | path

Searched refs:offset_in_range (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-i386.c959 offset_in_range (offsetT val, int size) in offset_in_range() function
4148 val = offset_in_range (i.op[n].disps->X_add_number, in output_disp()
4249 val = offset_in_range (i.op[n].imms->X_add_number, in output_imm()
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-00013778 (offset_in_range): Support size of 8.
6689 * config/tc-i386.c (offset_in_range): Ensure shift counts are less
6801 * config/tc-i386.c (offset_in_range): Use addressT instead of
6806 * config/tc-i386.c (offset_in_range): Sign extend val so BFD64
6839 (offset_in_range): New.