Lines Matching refs:PS
37 #define PS(x) (0xffff & (x)) macro
201 PS ((short) (addr + 2) + dst)); in msp430_singleoperand()
216 sprintf (op, "&0x%04x", PS (dst)); in msp430_singleoperand()
271 sprintf (comm, "#0x%04x", PS (dst)); in msp430_singleoperand()
293 sprintf (op, "0x%04x", PS (dst)); in msp430_singleoperand()
295 PS ((short) addr + 2 + dst)); in msp430_singleoperand()
309 sprintf (op, "&0x%04x", PS (dst)); in msp430_singleoperand()
427 sprintf (op1, "0x%04x", PS (dst)); in msp430_doubleoperand()
429 PS ((short) addr + 2 + dst)); in msp430_doubleoperand()
450 sprintf (op1, "&0x%04x", PS (dst)); in msp430_doubleoperand()
521 sprintf (comm1, "#0x%04x", PS (dst)); in msp430_doubleoperand()
543 sprintf (op1, "0x%04x", PS (dst)); in msp430_doubleoperand()
545 PS ((short) addr + 2 + dst)); in msp430_doubleoperand()
562 sprintf (op1, "&0x%04x", PS (dst)); in msp430_doubleoperand()
563 sprintf (comm1, "0x%04x", PS (dst)); in msp430_doubleoperand()
625 sprintf (op2, "0x%04x", PS (dst)); in msp430_doubleoperand()
627 PS ((short) addr + cmd_len + dst)); in msp430_doubleoperand()
644 sprintf (op2, "&0x%04x", PS (dst)); in msp430_doubleoperand()
658 sprintf (comm2, "0x%04x", PS (dst)); in msp430_doubleoperand()
724 sprintf (op1, "#0x%04x", PS (dst)); in msp430_branchinstr()
739 sprintf (op1, "0x%04x", PS (dst)); in msp430_branchinstr()
741 PS ((short) addr + 2 + dst)); in msp430_branchinstr()
748 sprintf (op1, "&0x%04x", PS (dst)); in msp430_branchinstr()
1166 prin (stream, ".word 0x%04x, 0x%04x; ????", extension_word, PS (insn)); in print_insn_msp430()
1171 (*prin) (stream, ".word 0x%04x; ????", PS (insn)); in print_insn_msp430()