| /src/sys/arch/amiga/dev/ |
| grf_ccreg.h | 34 int cc_mode(struct grf_softc *, u_long, void *, u_long, int);
|
| grf_cc.c | 143 gp->g_mode = cc_mode; 174 cc_mode(struct grf_softc *gp, u_long cmd, void *arg, u_long a2, int a3) function
|
| ite_cc.c | 311 cc_mode(ip->grf, GM_GRFON, NULL, 0, 0); 357 cc_mode(ip->grf, GM_GRFON, NULL, 0, 0); 360 cc_mode(ip->grf, GM_GRFOFF, NULL, 0, 0);
|
| /src/sys/arch/x68k/dev/ |
| grf_conf.c | 55 int cc_mode(struct grf_softc *, u_long, void *); 60 {0 /* unused */, GRFBUILTIN, "builtin", cc_init, cc_mode},
|
| grf_tv.c | 59 int cc_mode(struct grf_softc *, u_long, void *); 114 cc_mode(struct grf_softc *gp, u_long cmd, void *data) function
|
| /src/external/gpl3/gcc/dist/gcc/ |
| ccmp.cc | 300 machine_mode cc_mode = CCmode; local 304 cc_mode = SELECT_CC_MODE (cmp_code, XEXP (tmp, 0), const0_rtx); 306 icode = optab_handler (cstore_optab, cc_mode); 314 tmp = emit_cstore (target, icode, cmp_code, cc_mode, cc_mode,
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ccmp.cc | 298 machine_mode cc_mode = CCmode; local 302 cc_mode = SELECT_CC_MODE (cmp_code, XEXP (tmp, 0), const0_rtx); 304 icode = optab_handler (cstore_optab, cc_mode); 312 tmp = emit_cstore (target, icode, cmp_code, cc_mode, cc_mode,
|
| /src/external/gpl3/gcc/dist/gcc/config/visium/ |
| visium.cc | 2378 machine_mode cc_mode = visium_select_cc_mode (code, op2, op3); local 2381 if (cc_mode == CCFPEmode && (op_code == NEG || op_code == MINUS)) 2382 cc_mode = CCFPmode; 2384 rtx flags = gen_rtx_REG (cc_mode, FLAGS_REGNUM); 2385 rtx x = gen_rtx_COMPARE (cc_mode, op2, op3); 2974 machine_mode cc_mode = visium_select_cc_mode (code, op0, op1); local 2975 rtx flags = gen_rtx_REG (cc_mode, FLAGS_REGNUM); 2977 rtx x = gen_rtx_COMPARE (cc_mode, op0, op1); 3164 CC_MODE is the mode of the CC register. REVERSED is non-zero if we 3168 output_cbranch (rtx label, enum rtx_code code, machine_mode cc_mode, [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/visium/ |
| visium.cc | 2375 machine_mode cc_mode = visium_select_cc_mode (code, op2, op3); local 2378 if (cc_mode == CCFPEmode && (op_code == NEG || op_code == MINUS)) 2379 cc_mode = CCFPmode; 2381 rtx flags = gen_rtx_REG (cc_mode, FLAGS_REGNUM); 2382 rtx x = gen_rtx_COMPARE (cc_mode, op2, op3); 2971 machine_mode cc_mode = visium_select_cc_mode (code, op0, op1); local 2972 rtx flags = gen_rtx_REG (cc_mode, FLAGS_REGNUM); 2974 rtx x = gen_rtx_COMPARE (cc_mode, op0, op1); 3161 CC_MODE is the mode of the CC register. REVERSED is non-zero if we 3165 output_cbranch (rtx label, enum rtx_code code, machine_mode cc_mode, [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/arm/ |
| arm-protos.h | 73 extern void arm_gen_unlikely_cbranch (enum rtx_code, machine_mode cc_mode,
|
| /src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| arm-protos.h | 70 extern void arm_gen_unlikely_cbranch (enum rtx_code, machine_mode cc_mode,
|
| /src/external/gpl3/gcc/dist/gcc/config/rx/ |
| rx.cc | 3180 /* Convert a CC_MODE to the set of flags that it represents. */ 3202 /* Convert a set of flags to a CC_MODE that can implement it. */ 3250 /* Return a CC_MODE of which both M1 and M2 are subsets. */ 3285 CC_MODE, and use that in branches based on that compare. */ 3288 rx_split_cbranch (machine_mode cc_mode, enum rtx_code cmp1, 3293 flags = gen_rtx_REG (cc_mode, CC_REG); 3294 x = gen_rtx_COMPARE (cc_mode, c1, c2); 3307 rx_match_ccmode (rtx insn, machine_mode cc_mode) 3325 /* Ensure that the mode of FLAGS is compatible with CC_MODE. */ 3326 if (flags_from_mode (flags_mode) & ~flags_from_mode (cc_mode)) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/rx/ |
| rx.cc | 3180 /* Convert a CC_MODE to the set of flags that it represents. */ 3202 /* Convert a set of flags to a CC_MODE that can implement it. */ 3250 /* Return a CC_MODE of which both M1 and M2 are subsets. */ 3285 CC_MODE, and use that in branches based on that compare. */ 3288 rx_split_cbranch (machine_mode cc_mode, enum rtx_code cmp1, 3293 flags = gen_rtx_REG (cc_mode, CC_REG); 3294 x = gen_rtx_COMPARE (cc_mode, c1, c2); 3307 rx_match_ccmode (rtx insn, machine_mode cc_mode) 3325 /* Ensure that the mode of FLAGS is compatible with CC_MODE. */ 3326 if (flags_from_mode (flags_mode) & ~flags_from_mode (cc_mode)) [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/frv/ |
| frv.cc | 4697 machine_mode cc_mode; 4706 cc_mode = SELECT_CC_MODE (test, op0, op1); 4708 ? gen_reg_rtx (cc_mode) 4709 : gen_rtx_REG (cc_mode, 4710 (cc_mode == CC_FPmode) ? FCC_FIRST : ICC_FIRST)); 4712 emit_insn (gen_rtx_SET (cc_reg, gen_rtx_COMPARE (cc_mode, op0, op1))); 4731 machine_mode cc_mode = GET_MODE (cc_reg); 4739 test_rtx = gen_rtx_fmt_ee (test, cc_mode, cc_reg, const0_rtx); 4740 if_else = gen_rtx_IF_THEN_ELSE (cc_mode, test_rtx, label_ref, pc_rtx); 4828 machine_mode cc_mode = GET_MODE (cc_reg) 4655 machine_mode cc_mode; local 4688 machine_mode cc_mode = GET_MODE (cc_reg); local 4782 machine_mode cc_mode = GET_MODE (cc_reg); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/frv/ |
| frv.cc | 4695 machine_mode cc_mode; 4704 cc_mode = SELECT_CC_MODE (test, op0, op1); 4706 ? gen_reg_rtx (cc_mode) 4707 : gen_rtx_REG (cc_mode, 4708 (cc_mode == CC_FPmode) ? FCC_FIRST : ICC_FIRST)); 4710 emit_insn (gen_rtx_SET (cc_reg, gen_rtx_COMPARE (cc_mode, op0, op1))); 4729 machine_mode cc_mode = GET_MODE (cc_reg); 4737 test_rtx = gen_rtx_fmt_ee (test, cc_mode, cc_reg, const0_rtx); 4738 if_else = gen_rtx_IF_THEN_ELSE (cc_mode, test_rtx, label_ref, pc_rtx); 4826 machine_mode cc_mode = GET_MODE (cc_reg) 4653 machine_mode cc_mode; local 4686 machine_mode cc_mode = GET_MODE (cc_reg); local 4780 machine_mode cc_mode = GET_MODE (cc_reg); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| aarch64-protos.h | 964 void aarch64_gen_unlikely_cbranch (enum rtx_code, machine_mode cc_mode,
|
| aarch64.cc | 4305 machine_mode cc_mode; local 4312 cc_mode = CCmode; 4313 cc_reg = gen_rtx_REG (cc_mode, CC_REGNUM); 4317 emit_set_insn (cc_reg, gen_rtx_COMPARE (cc_mode, x_lo, y_lo)); 4322 gen_rtx_EQ (cc_mode, cc_reg, const0_rtx), 4327 cc_mode = SELECT_CC_MODE (code, x, y); 4328 cc_reg = gen_rtx_REG (cc_mode, CC_REGNUM); 4329 emit_set_insn (cc_reg, gen_rtx_COMPARE (cc_mode, x, y)); 4350 machine_mode cc_mode; local 4354 cc_mode = CC_SWPmode [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| aarch64.cc | 2582 machine_mode cc_mode; local 2589 cc_mode = CCmode; 2590 cc_reg = gen_rtx_REG (cc_mode, CC_REGNUM); 2594 emit_set_insn (cc_reg, gen_rtx_COMPARE (cc_mode, x_lo, y_lo)); 2599 gen_rtx_EQ (cc_mode, cc_reg, const0_rtx), 2604 cc_mode = SELECT_CC_MODE (code, x, y); 2605 cc_reg = gen_rtx_REG (cc_mode, CC_REGNUM); 2606 emit_set_insn (cc_reg, gen_rtx_COMPARE (cc_mode, x, y)); 2627 machine_mode cc_mode; local 2631 cc_mode = CC_SWPmode [all...] |
| aarch64-protos.h | 971 void aarch64_gen_unlikely_cbranch (enum rtx_code, machine_mode cc_mode,
|
| /src/external/gpl3/gcc/dist/gcc/config/mmix/ |
| mmix.cc | 2696 machine_mode cc_mode; member in struct:cc_type_conv 2759 if (mode == cc_convs[i].cc_mode)
|
| /src/external/gpl3/gcc.old/dist/gcc/config/mmix/ |
| mmix.cc | 2696 machine_mode cc_mode; member in struct:cc_type_conv 2759 if (mode == cc_convs[i].cc_mode)
|
| /src/external/gpl3/gcc/dist/gcc/config/mn10300/ |
| mn10300.cc | 2886 mn10300_match_ccmode (rtx insn, machine_mode cc_mode) 2904 /* Ensure that the mode of FLAGS is compatible with CC_MODE. */ 2905 if (cc_flags_for_mode (flags_mode) & ~cc_flags_for_mode (cc_mode))
|
| /src/external/gpl3/gcc.old/dist/gcc/config/mn10300/ |
| mn10300.cc | 2884 mn10300_match_ccmode (rtx insn, machine_mode cc_mode) 2902 /* Ensure that the mode of FLAGS is compatible with CC_MODE. */ 2903 if (cc_flags_for_mode (flags_mode) & ~cc_flags_for_mode (cc_mode))
|
| /src/external/gpl3/gcc/dist/gcc/config/s390/ |
| s390.cc | 6694 machine_mode cc_mode; 6736 cc_mode = CCUmode; 6740 cc_mode = CCL3mode; 6751 insn = gen_rtx_SET (gen_rtx_REG (cc_mode, CC_REGNUM), 6752 gen_rtx_COMPARE (cc_mode, cmp_op0, cmp_op1)); 6759 gen_rtx_REG (cc_mode, CC_REGNUM), 6808 cc_mode = CCUmode; 6812 cc_mode = CCL3mode; 6823 insn = gen_rtx_SET (gen_rtx_REG (cc_mode, CC_REGNUM), 6824 gen_rtx_COMPARE (cc_mode, cmp_op0, cmp_op1)) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
| s390.cc | 6257 machine_mode cc_mode; 6299 cc_mode = CCUmode; 6303 cc_mode = CCL3mode; 6314 insn = gen_rtx_SET (gen_rtx_REG (cc_mode, CC_REGNUM), 6315 gen_rtx_COMPARE (cc_mode, cmp_op0, cmp_op1)); 6322 gen_rtx_REG (cc_mode, CC_REGNUM), 6371 cc_mode = CCUmode; 6375 cc_mode = CCL3mode; 6386 insn = gen_rtx_SET (gen_rtx_REG (cc_mode, CC_REGNUM), 6387 gen_rtx_COMPARE (cc_mode, cmp_op0, cmp_op1)) [all...] |