Searched refs:comm2 (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | msp430-dis.c | 370 char *comm2, in msp430_doubleoperand() argument 478 *comm2 = 0; in msp430_doubleoperand() 626 sprintf (comm2, "PC rel. 0x%04x", in msp430_doubleoperand() 634 sprintf (comm2, "PC rel. 0x%05lx", in msp430_doubleoperand() 658 sprintf (comm2, "0x%04x", PS (dst)); in msp430_doubleoperand() 665 sprintf (comm2, "0x%05x", dst & 0xfffff); in msp430_doubleoperand() 852 char op1[32], op2[32], comm1[64], comm2[64]; in print_insn_msp430() local 873 *comm2 = 0; in print_insn_msp430() 897 *comm2 = 0; in print_insn_msp430() 1035 sprintf (comm2, "0x%05x", reg); in print_insn_msp430() [all …]
|