Home
last modified time | relevance | path

Searched refs:const_double_operand (Results 1 – 23 of 23) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/iq2000/
Diq2000.md846 if ( const_double_operand (operands[1], GET_MODE (operands[1]) ) )
857 (match_operand:SF 2 "const_double_operand" "")))]
872 (high:SF (match_operand:SF 1 "const_double_operand" "")))]
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/
Dpredicates.md71 (match_operand 0 "const_double_operand")
Dsparc.md2529 (match_operand:DF 1 "const_double_operand" ""))]
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arc/
Dpredicates.md733 (and (match_test "const_double_operand (op, mode)")
/netbsd/src/external/gpl3/gcc/dist/gcc/
Drecog.cc1696 const_double_operand (rtx op, machine_mode mode) in const_double_operand() function
1706 const_double_operand (rtx op, machine_mode mode) in const_double_operand() function
DChangeLog-19991280 (clear_sf): Use const_double_operand.
5199 instead of general_operand in a SET_DEST. Use const_double_operand
DChangeLog-201427724 * config/arm/thumb1.md (64bit splitter): Replace const_double_operand
36295 * config/arm/arm.md (mov64 splitter): Replace const_double_operand
39913 and const_double_operand.
40026 (const_double_operand): Add a separate definition for CONST_WIDE_INT.
DChangeLog-202121394 (const_double_operand): Ditto.
21416 (const_double_operand): Ditto.
DFSFChangeLog.112231 (immediate_operand, const_int_operand, const_double_operand): Likewise.
DChangeLog-20057282 const_double_operand predicate for TARGET_POWERPC64.
24741 of 'const_double_operand' in operand 2 constraints. Update enable
DChangeLog-19983633 * recog.h (const_double_operand): Fix typo in prototype.
DChangeLog-201215938 * recog.c (simplify_while_replacing, const_double_operand)
DChangeLog-2004396 Move TImode const_double_operand splitter to where it belongs.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Dvfp.md2140 (match_operand:DF 1 "const_double_operand" "F"))
2167 (match_operand:SF 1 "const_double_operand" "E"))
Darm.md6304 (match_operand:ANY64 1 "const_double_operand" ""))]
7427 (match_operand:SF 1 "const_double_operand"))]
7554 (match_operand:DF 1 "const_double_operand"))]
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Dvsx.md6394 (unspec:V4SF [(match_operand:SF 1 "const_double_operand" "n")]
6415 (unspec:V2DF [(match_operand:SF 1 "const_double_operand")]
6468 (match_operand:SF 3 "const_double_operand" "n")]
Drs6000.md7947 (match_operand:FMOVE32 1 "const_double_operand"))]
8222 (match_operand:FMOVE64 1 "const_double_operand"))]
8244 (match_operand:FMOVE64 1 "const_double_operand"))]
/netbsd/src/external/gpl3/gcc/dist/gcc/config/m32r/
Dm32r.md649 (match_operand:SF 1 "const_double_operand" ""))]
/netbsd/src/external/gpl3/gcc/dist/gcc/config/frv/
Dfrv.md1657 (match_operand:DI 1 "const_double_operand" ""))]
1866 (match_operand:DF 1 "const_double_operand" ""))]
/netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/
Davr.md1090 (match_operand:SF 1 "const_double_operand" ""))
1102 (match_operand:SF 1 "const_double_operand" "F"))
Davr.cc6191 || (const_double_operand (xval, VOIDmode) && n_bytes == 8)); in avr_out_compare()
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dmd.texi802 @defun const_double_operand
1060 @code{const_int_operand}, @code{const_double_operand}, or
Dgccint.info22600 -- Function: const_double_operand
22817 'const_double_operand', or 'immediate_operand'.
54466 * const_double_operand: Machine-Independent Predicates.