Home
last modified time | relevance | path

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

/trueos/contrib/binutils/gas/config/
HDtc-ia64.c894 static char format_ab_reg PARAMS ((int, int));
1679 format_ab_reg (ab, reg) in format_ab_reg() function
1707 bytes[1] = ((r << 7) | format_ab_reg (ab, reg));
1723 bytes[1] = (((x & 1) << 7) | format_ab_reg (ab, reg));
1748 bytes[2] = format_ab_reg (ab, reg);
1766 bytes[2] = (((x & 1) << 7) | format_ab_reg (ab, reg));
/trueos/contrib/binutils/gas/
HDChangeLog-00016245 (format_ab_reg): Rename from format_a_b_reg. Merge A and B args