]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/config/h8300/other.md
Move all patterns and expanders out of h8300.md and into other files that are include...
[thirdparty/gcc.git] / gcc / config / h8300 / other.md
1 ;; ----------------------------------------------------------------------
2 ;; ABSOLUTE VALUE INSTRUCTIONS
3 ;; ----------------------------------------------------------------------
4
5 (define_insn "abssf2"
6 [(set (match_operand:SF 0 "register_operand" "=r")
7 (abs:SF (match_operand:SF 1 "register_operand" "0")))]
8 ""
9 "and.w\\t#32767,%e0"
10 [(set_attr "length" "4")])
11
12 (define_insn "nop"
13 [(const_int 0)]
14 ""
15 "nop"
16 [(set_attr "cc" "none")
17 (set_attr "length" "2")])