Searched refs:within_signed_range (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-metag.c | 950 within_signed_range (int value, unsigned int bits) in within_signed_range() function 1106 if (!within_signed_range (offset, GET_SET_IMM_BITS)) in parse_get_set() 1212 if (!within_signed_range (offset, GET_SET_EXT_IMM_BITS)) in parse_get_set_ext() 2188 if (!within_signed_range (value / 4, IMM19_BITS)) in parse_callr() 2441 if (!within_signed_range (value, IMM16_BITS)) in parse_alu() 2489 if (!within_signed_range (value, IMM16_BITS)) in parse_alu() 2713 if (!within_signed_range (value / 4, IMM19_BITS)) in parse_branch() 3017 if (!within_signed_range (value, IMM16_BITS)) in parse_cmp() 3128 if (!within_signed_range (offset, GET_SET_IMM_BITS)) in parse_cachew() 3195 if (!within_signed_range (offset, GET_SET_IMM_BITS)) in parse_cacher() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-metag.c | 950 within_signed_range (int value, unsigned int bits) in within_signed_range() function 1106 if (!within_signed_range (offset, GET_SET_IMM_BITS)) in parse_get_set() 1212 if (!within_signed_range (offset, GET_SET_EXT_IMM_BITS)) in parse_get_set_ext() 2188 if (!within_signed_range (value / 4, IMM19_BITS)) in parse_callr() 2441 if (!within_signed_range (value, IMM16_BITS)) in parse_alu() 2489 if (!within_signed_range (value, IMM16_BITS)) in parse_alu() 2713 if (!within_signed_range (value / 4, IMM19_BITS)) in parse_branch() 3017 if (!within_signed_range (value, IMM16_BITS)) in parse_cmp() 3128 if (!within_signed_range (offset, GET_SET_IMM_BITS)) in parse_cachew() 3195 if (!within_signed_range (offset, GET_SET_IMM_BITS)) in parse_cacher() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf32-metag.c | 1195 within_signed_range (int value, unsigned int bits) in within_signed_range() function 1274 if (!within_signed_range (srel, BRANCH_BITS)) in metag_final_link_relocate() 1331 if (!within_signed_range (srel, 12)) in metag_final_link_relocate() 1343 if (!within_signed_range (srel, 5)) in metag_final_link_relocate()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elf32-metag.c | 1195 within_signed_range (int value, unsigned int bits) in within_signed_range() function 1274 if (!within_signed_range (srel, BRANCH_BITS)) in metag_final_link_relocate() 1331 if (!within_signed_range (srel, 12)) in metag_final_link_relocate() 1343 if (!within_signed_range (srel, 5)) in metag_final_link_relocate()
|