Home
last modified time | relevance | path

Searched refs:float_binary (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/config/romp/
H A Dromp-protos.h47 extern int float_binary PARAMS ((rtx, enum machine_mode));
H A Dromp.md2085 (match_operator 1 "float_binary"
2099 (match_operator 1 "float_binary"
2114 (match_operator 1 "float_binary"
2129 (match_operator 1 "float_binary"
2146 [(match_operator 2 "float_binary"
2161 [(match_operator 2 "float_binary"
2176 [(match_operator 2 "float_binary"
2192 [(match_operator 2 "float_binary"
2208 [(match_operator 2 "float_binary"
2224 [(match_operator 2 "float_binary"
[all …]
H A Dromp.h1038 if (float_binary (operation, VOIDmode)) \
H A Dromp.c599 float_binary (op, mode) in float_binary() function