Searched refs:cmp_op (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dxtensa-relax.h109 typedef enum cmp_op enum
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dxtensa-relax.h109 typedef enum cmp_op enum
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dxtensa-relax.h109 typedef enum cmp_op enum
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/mn10300/
H A Dmn10300.c2865 mn10300_split_cbranch (machine_mode cmp_mode, rtx cmp_op, rtx label_ref)
2870 x = gen_rtx_COMPARE (cmp_mode, XEXP (cmp_op, 0), XEXP (cmp_op, 1));
2874 x = gen_rtx_fmt_ee (GET_CODE (cmp_op), VOIDmode, flags, const0_rtx);
2862 mn10300_split_cbranch(machine_mode cmp_mode, rtx cmp_op, rtx label_ref) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/config/mn10300/
H A Dmn10300.cc2866 mn10300_split_cbranch (machine_mode cmp_mode, rtx cmp_op, rtx label_ref)
2871 x = gen_rtx_COMPARE (cmp_mode, XEXP (cmp_op, 0), XEXP (cmp_op, 1));
2875 x = gen_rtx_fmt_ee (GET_CODE (cmp_op), VOIDmode, flags, const0_rtx);
2863 mn10300_split_cbranch(machine_mode cmp_mode, rtx cmp_op, rtx label_ref) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c8443 rtx cmp_op = gen_rtx_fmt_ee (sub_code, GET_MODE (target), local
8447 pat = GEN_FCN (icode) (target, cmp_op, args[0].op, args[1].op);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc9660 rtx cmp_op = gen_rtx_fmt_ee (sub_code, GET_MODE (target), local
9663 pat = GEN_FCN (icode) (target, cmp_op, xops[0], xops[1]);

Completed in 315 milliseconds