Home | History | Annotate | Download | only in msp430

Lines Matching refs:Macro

23 	;;  Macro to start a multiply function.  Each function has three
40 .macro start_func gcc_name eabi_soft_name eabi_hard_name
58 ;; End a function started with the start_func macro.
59 .macro end_func name
71 ;; Like the start_func macro except that it is used to
74 .macro fake_func gcc_name eabi_soft_name eabi_hard_name
93 .macro mult16 OP1, OP2, RESULT
105 ;* Macro arguments are the memory locations of the hardware registers.
112 .macro mult1632 OP1, OP2, RESLO, RESHI
126 ;* Macro arguments are the memory locations of the hardware registers.
134 .macro mult32 OP1, OP2, MAC_OP1, MAC_OP2, RESLO, RESHI
147 ;* Macro arguments are the memory locations of the hardware registers.
161 .macro mult32_hw OP1_LO OP1_HI OP2_LO OP2_HI RESLO RESHI
174 ;* Macro arguments are the memory locations of the hardware registers.
184 .macro mult3264_hw OP1_LO OP1_HI OP2_LO OP2_HI RES0 RES1 RES2 RES3
198 ;* Macro arguments are the memory locations of the hardware registers.
210 .macro mult64_hw MPY32_LO MPY32_HI OP2_LO OP2_HI RES0 RES1 RES2 RES3
230 ;* Macro arguments are the memory locations of the hardware registers.