Searched refs:add_sub (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mn10300/ |
D | am33_6.s | 5 add_sub r4,r1,r2,r3 6 add_sub r4,r1,2,r3 59 add_sub 4,r1,r2,r3 60 add_sub 4,r1,2,r3
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | frv.cpu | 7454 (define-pmacro (float-mul-with-add name add_sub arg1 arg2 targ op ope comment) 7460 (set targ (add_sub (mul arg1 arg2) targ)) 7502 name add_sub arg1 arg2 targ op ope comment) 7509 (set targ (add_sub (mul arg1 arg2) targ))) 7517 (define-pmacro (ne-float-mul-with-add name add_sub arg1 arg2 targ op ope comment) 7525 (set targ (add_sub (mul arg1 arg2) targ))) 7533 (define-pmacro (float-parallel-mul-add-semantics cond add_sub arg1 arg2 targ) 7538 (add_sub (nextreg h-fr arg1 1) (nextreg h-fr arg2 1))))) 7542 name add_sub arg1 arg2 targ op ope comment) 7548 (float-parallel-mul-add-semantics 1 add_sub arg1 arg2 targ) [all …]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
D | thumb32.s | 44 add_sub: label
|