Searched refs:fmtconst (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | bfin-dis.c | 114 fmtconst (const_forms_t cf, TIword x, bfd_vma pc, disassemble_info * outf) in fmtconst() function 367 #define uimm16s4(x) fmtconst (c_uimm16s4, x, 0, outf) 368 #define pcrel4(x) fmtconst (c_pcrel4, x, pc, outf) 369 #define pcrel8(x) fmtconst (c_pcrel8, x, pc, outf) 370 #define pcrel8s4(x) fmtconst (c_pcrel8s4, x, pc, outf) 371 #define pcrel10(x) fmtconst (c_pcrel10, x, pc, outf) 372 #define pcrel12(x) fmtconst (c_pcrel12, x, pc, outf) 373 #define negimm5s4(x) fmtconst (c_negimm5s4, x, 0, outf) 374 #define rimm16(x) fmtconst (c_rimm16, x, 0, outf) 375 #define huimm16(x) fmtconst (c_huimm16, x, 0, outf) [all …]
|