Searched refs:fmtconst (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | bfin-dis.c | 122 fmtconst (const_forms_t cf, TIword x, bfd_vma pc, disassemble_info *outf) in fmtconst() function 440 #define uimm16s4(x) fmtconst (c_uimm16s4, x, 0, outf) 441 #define uimm16s4d(x) fmtconst (c_uimm16s4d, x, 0, outf) 442 #define pcrel4(x) fmtconst (c_pcrel4, x, pc, outf) 443 #define pcrel8(x) fmtconst (c_pcrel8, x, pc, outf) 444 #define pcrel8s4(x) fmtconst (c_pcrel8s4, x, pc, outf) 445 #define pcrel10(x) fmtconst (c_pcrel10, x, pc, outf) 446 #define pcrel12(x) fmtconst (c_pcrel12, x, pc, outf) 447 #define negimm5s4(x) fmtconst (c_negimm5s4, x, 0, outf) 448 #define rimm16(x) fmtconst (c_rimm16, x, 0, outf) [all …]
|
D | ChangeLog-2010 | 219 * bfin-dis.c (fmtconst): Cast address to 32bits. 292 (fmtconst): Add const to return value.
|
D | ChangeLog-2012 | 891 * bfin-dis.c (fmtconst): Replace decimal handling with a single
|
D | ChangeLog-2008 | 817 (fmtconst): Take advantage of new flags, and print default in hex.
|