Home
last modified time | relevance | path

Searched refs:inmode (Results 1 – 17 of 17) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Dpredicates.md1016 if (inmode == CCFPmode || inmode == CCFPUmode)
1026 if (inmode == CCmode || inmode == CCFPmode || inmode == CCFPUmode
1027 || inmode == CCCmode)
1063 if (inmode == CCFPmode || inmode == CCFPUmode)
1071 if (inmode == CCmode || inmode == CCGCmode
1072 || inmode == CCGOCmode || inmode == CCNOmode)
1076 if (inmode == CCmode || inmode == CCCmode)
1080 if (inmode == CCmode)
1084 if (inmode == CCmode || inmode == CCGCmode || inmode == CCNOmode)
1100 if (inmode == CCFPmode || inmode == CCFPUmode)
[all …]
H A Di386.c32988 enum machine_mode mode, inmode; in x86_emit_floatuns() local
32990 inmode = GET_MODE (operands[1]); in x86_emit_floatuns()
32991 gcc_assert (inmode == SImode || inmode == DImode); in x86_emit_floatuns()
32994 in = force_reg (inmode, operands[1]); in x86_emit_floatuns()
34642 enum machine_mode inmode = GET_MODE (op1); in ix86_emit_i387_round() local
34652 switch (inmode) in ix86_emit_i387_round()
34691 e1 = gen_reg_rtx (inmode); in ix86_emit_i387_round()
34692 e2 = gen_reg_rtx (inmode); in ix86_emit_i387_round()
34707 half = force_reg (inmode, half); in ix86_emit_i387_round()
34709 gen_rtx_PLUS (inmode, e1, half))); in ix86_emit_i387_round()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dreload.c934 inmode = GET_MODE (in); in push_reload()
1081 inmode = GET_MODE (in); in push_reload()
1267 mode = inmode; in push_reload()
1276 inmode = word_mode; in push_reload()
1337 rclass, inmode)) in push_reload()
1345 rld[i].inmode = inmode; in push_reload()
1383 if (inmode != VOIDmode in push_reload()
1384 && GET_MODE_SIZE (inmode) > GET_MODE_SIZE (rld[i].inmode)) in push_reload()
1385 rld[i].inmode = inmode; in push_reload()
1499 r->mode = inmode; in push_reload()
[all …]
H A Dreload.h87 enum machine_mode inmode; member
H A Demit-rtl.c779 enum machine_mode inmode; in gen_lowpart_SUBREG() local
781 inmode = GET_MODE (reg); in gen_lowpart_SUBREG()
782 if (inmode == VOIDmode) in gen_lowpart_SUBREG()
783 inmode = mode; in gen_lowpart_SUBREG()
785 subreg_lowpart_offset (mode, inmode)); in gen_lowpart_SUBREG()
H A Dsimplify-rtx.c1292 enum machine_mode inmode = GET_MODE (op); in simplify_const_unary_operation() local
1293 int in_elt_size = GET_MODE_SIZE (GET_MODE_INNER (inmode)); in simplify_const_unary_operation()
1294 unsigned in_n_elts = (GET_MODE_SIZE (inmode) / in_elt_size); in simplify_const_unary_operation()
H A Dreload1.c7834 mode = rl->inmode; in do_input_reload()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dreload.c973 inmode = GET_MODE (in); in push_reload()
1057 inmode, rclass) in push_reload()
1108 inmode = GET_MODE (in); in push_reload()
1288 mode = inmode; in push_reload()
1297 inmode = word_mode; in push_reload()
1366 rld[i].inmode = inmode; in push_reload()
1401 if (inmode != VOIDmode in push_reload()
1402 && partial_subreg_p (rld[i].inmode, inmode)) in push_reload()
1403 rld[i].inmode = inmode; in push_reload()
1516 r->mode = inmode; in push_reload()
[all …]
H A Dreload.h87 machine_mode inmode; member
H A Dlra-constraints.c929 machine_mode inmode, outmode; in match_reload() local
933 inmode = curr_operand_mode[ins[0]]; in match_reload()
934 outmode = out < 0 ? inmode : curr_operand_mode[out]; in match_reload()
936 if (inmode != outmode) in match_reload()
940 if (partial_subreg_p (outmode, inmode)) in match_reload()
943 = lra_create_new_reg_with_unique_value (inmode, in_rtx, in match_reload()
962 new_in_reg = gen_lowpart_SUBREG (inmode, reg); in match_reload()
1044 ? lra_create_new_reg (inmode, in_rtx, goal_class, "") in match_reload()
H A Demit-rtl.c1020 machine_mode inmode; in gen_lowpart_SUBREG() local
1022 inmode = GET_MODE (reg); in gen_lowpart_SUBREG()
1023 if (inmode == VOIDmode) in gen_lowpart_SUBREG()
1024 inmode = mode; in gen_lowpart_SUBREG()
1026 subreg_lowpart_offset (mode, inmode)); in gen_lowpart_SUBREG()
H A Dreload1.c7034 (rld[r].inmode, REGNO_REG_CLASS (REGNO (tem)), in choose_reload_regs()
7037 (get_secondary_mem (tem, rld[r].inmode, rld[r].opnum, in choose_reload_regs()
7903 mode = rl->inmode; in do_input_reload()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dpredicates.md1308 if (inmode == CCFPmode)
1318 if (inmode == CCmode || inmode == CCFPmode || inmode == CCCmode)
1354 if (inmode == CCFPmode)
1360 if (inmode == CCGZmode)
1364 if (inmode == CCmode || inmode == CCGCmode
1365 || inmode == CCGOCmode || inmode == CCNOmode || inmode == CCGZmode)
1373 if (inmode == CCmode || inmode == CCCmode || inmode == CCGZmode)
1377 if (inmode == CCmode)
1381 if (inmode == CCmode || inmode == CCGCmode || inmode == CCNOmode)
1397 if (inmode == CCFPmode)
[all …]
H A Di386.c42696 machine_mode mode, inmode; in x86_emit_floatuns() local
42698 inmode = GET_MODE (operands[1]); in x86_emit_floatuns()
42699 gcc_assert (inmode == SImode || inmode == DImode); in x86_emit_floatuns()
42702 in = force_reg (inmode, operands[1]); in x86_emit_floatuns()
44934 machine_mode inmode = GET_MODE (op1); in ix86_emit_i387_round() local
44944 switch (inmode) in ix86_emit_i387_round()
44983 e1 = gen_reg_rtx (inmode); in ix86_emit_i387_round()
44984 e2 = gen_reg_rtx (inmode); in ix86_emit_i387_round()
44987 half = const_double_from_real_value (dconsthalf, inmode); in ix86_emit_i387_round()
44999 half = force_reg (inmode, half); in ix86_emit_i387_round()
[all …]
/dragonfly/crypto/libressl/apps/openssl/
H A Dsmime.c715 const char *inmode = "r", *outmode = "w"; in smime_main() local
824 inmode = "rb"; in smime_main()
827 inmode = "rb"; in smime_main()
884 if ((in = BIO_new_file(smime_config.infile, inmode)) == NULL) { in smime_main()
H A Dcms.c1156 const char *inmode = "r", *outmode = "w"; in cms_main() local
1281 inmode = "rb"; in cms_main()
1284 inmode = "rb"; in cms_main()
1356 if ((in = BIO_new_file(cms_config.infile, inmode)) == NULL) { in cms_main()
/dragonfly/sys/bus/u4b/
H A Dusb_device.c2053 int inmode, outmode, inmask, outmask, mode; in usb_cdev_create() local
2061 inmode = FWRITE; in usb_cdev_create()
2064 inmode = FREAD; in usb_cdev_create()
2094 mode = (inmask & (1 << ep)) ? inmode : 0; in usb_cdev_create()