Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32c/
H A Dm32c.c3386 machine_mode submode = HImode; in m32c_split_move() local
3399 submode = SImode; in m32c_split_move()
3448 m32c_subreg (submode, operands[0], mode, in m32c_split_move()
3449 si * GET_MODE_SIZE (submode)); in m32c_split_move()
3451 m32c_subreg (submode, operands[1], mode, in m32c_split_move()
3452 si * GET_MODE_SIZE (submode)); in m32c_split_move()
3460 ops[opi++] = gen_rtx_MEM (submode, in m32c_split_move()
3475 ops[opi++] = gen_rtx_MEM (submode, in m32c_split_move()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32c/
H A Dm32c.cc3390 machine_mode submode = HImode; in m32c_split_move() local
3403 submode = SImode; in m32c_split_move()
3452 m32c_subreg (submode, operands[0], mode, in m32c_split_move()
3453 si * GET_MODE_SIZE (submode)); in m32c_split_move()
3455 m32c_subreg (submode, operands[1], mode, in m32c_split_move()
3456 si * GET_MODE_SIZE (submode)); in m32c_split_move()
3464 ops[opi++] = gen_rtx_MEM (submode, in m32c_split_move()
3479 ops[opi++] = gen_rtx_MEM (submode, in m32c_split_move()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DRelocation.txt71 mode, as guarded by the predicate "SYM_32" and also for a submode of
/netbsd-src/sys/arch/sun3/dev/
H A Dxy.c1212 int submode = XY_STATE(fullmode); in xyc_cmd() local
1218 if (submode == XY_SUB_WAIT && XY_STATE(iorq->mode) != XY_SUB_FREE) { in xyc_cmd()
H A Dxd.c1316 int submode = XD_STATE(fullmode); in xdc_cmd() local
1319 switch (submode) { in xdc_cmd()
/netbsd-src/sys/dev/vme/
H A Dxy.c1357 int submode = XY_STATE(fullmode); in xyc_cmd() local
1365 if (submode == XY_SUB_WAIT && XY_STATE(iorq->mode) != XY_SUB_FREE) { in xyc_cmd()
H A Dxd.c1490 int rqno, submode = XD_STATE(fullmode), retry; in xdc_cmd() local
1495 switch (submode) { in xdc_cmd()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c2138 machine_mode submode; in ix86_expand_branch() local
2149 submode = mode == DImode ? SImode : DImode; in ix86_expand_branch()
2163 xor1 = expand_binop (submode, xor_optab, xor1, hi[1], in ix86_expand_branch()
2168 xor0 = expand_binop (submode, xor_optab, xor0, lo[1], in ix86_expand_branch()
2171 tmp = expand_binop (submode, ior_optab, xor1, xor0, in ix86_expand_branch()
2223 if (!nonimmediate_operand (lo[0], submode)) in ix86_expand_branch()
2224 lo[0] = force_reg (submode, lo[0]); in ix86_expand_branch()
2225 if (!x86_64_general_operand (lo[1], submode)) in ix86_expand_branch()
2226 lo[1] = force_reg (submode, lo[1]); in ix86_expand_branch()
2228 if (!register_operand (hi[0], submode)) in ix86_expand_branch()
[all …]
H A Di386.md8777 machine_mode submode = GET_MODE (SUBREG_REG (val));
8780 if (GET_MODE_BITSIZE (mode) > GET_MODE_BITSIZE (submode)
8781 && GET_MODE_CLASS (submode) == MODE_INT
8783 || pos + len < GET_MODE_PRECISION (submode)
8787 mode = submode;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfunction.c3429 scalar_mode submode = GET_MODE_INNER (GET_MODE (parmreg)); in assign_parm_setup_reg() local
3432 rtx stackr = adjust_address_nv (data->stack_parm, submode, 0); in assign_parm_setup_reg()
3433 rtx stacki = adjust_address_nv (data->stack_parm, submode, in assign_parm_setup_reg()
3434 GET_MODE_SIZE (submode)); in assign_parm_setup_reg()
H A Dcse.c7437 machine_mode submode; in cse_cc_succs() local
7439 submode = cse_cc_succs (e->dest, orig_bb, cc_reg, cc_src, false); in cse_cc_succs()
7440 if (submode != VOIDmode) in cse_cc_succs()
7442 gcc_assert (submode == mode); in cse_cc_succs()
H A Dvarasm.c4031 scalar_mode submode = GET_MODE_INNER (mode); in output_constant_pool_2() local
4032 unsigned int subalign = MIN (align, GET_MODE_BITSIZE (submode)); in output_constant_pool_2()
4040 output_constant_pool_2 (submode, elt, i ? subalign : align); in output_constant_pool_2()
H A Dexpr.c3497 scalar_mode submode = GET_MODE_INNER (mode); in emit_move_complex_push() local
3501 poly_int64 submodesize = GET_MODE_SIZE (submode); in emit_move_complex_push()
3528 emit_move_insn (gen_rtx_MEM (submode, XEXP (x, 0)), in emit_move_complex_push()
3530 return emit_move_insn (gen_rtx_MEM (submode, XEXP (x, 0)), in emit_move_complex_push()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc2351 machine_mode submode; in ix86_expand_branch() local
2362 submode = mode == DImode ? SImode : DImode; in ix86_expand_branch()
2376 xor1 = expand_binop (submode, xor_optab, xor1, hi[1], in ix86_expand_branch()
2381 xor0 = expand_binop (submode, xor_optab, xor0, lo[1], in ix86_expand_branch()
2384 tmp = expand_binop (submode, ior_optab, xor1, xor0, in ix86_expand_branch()
2436 if (!nonimmediate_operand (lo[0], submode)) in ix86_expand_branch()
2437 lo[0] = force_reg (submode, lo[0]); in ix86_expand_branch()
2438 if (!x86_64_general_operand (lo[1], submode)) in ix86_expand_branch()
2439 lo[1] = force_reg (submode, lo[1]); in ix86_expand_branch()
2441 if (!register_operand (hi[0], submode)) in ix86_expand_branch()
[all …]
H A Di386.md9656 machine_mode submode = GET_MODE (SUBREG_REG (val));
9659 if (GET_MODE_BITSIZE (mode) > GET_MODE_BITSIZE (submode)
9660 && GET_MODE_CLASS (submode) == MODE_INT
9662 || pos + len < GET_MODE_PRECISION (submode)
9666 mode = submode;
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcse.cc7370 machine_mode submode; in cse_cc_succs() local
7372 submode = cse_cc_succs (e->dest, orig_bb, cc_reg, cc_src, false); in cse_cc_succs()
7373 if (submode != VOIDmode) in cse_cc_succs()
7375 gcc_assert (submode == mode); in cse_cc_succs()
H A Dvarasm.cc4114 scalar_mode submode = GET_MODE_INNER (mode); in output_constant_pool_2() local
4115 unsigned int subalign = MIN (align, GET_MODE_BITSIZE (submode)); in output_constant_pool_2()
4123 output_constant_pool_2 (submode, elt, i ? subalign : align); in output_constant_pool_2()
H A Dexpr.cc3693 scalar_mode submode = GET_MODE_INNER (mode); in emit_move_complex_push() local
3697 poly_int64 submodesize = GET_MODE_SIZE (submode); in emit_move_complex_push()
3724 emit_move_insn (gen_rtx_MEM (submode, XEXP (x, 0)), in emit_move_complex_push()
3726 return emit_move_insn (gen_rtx_MEM (submode, XEXP (x, 0)), in emit_move_complex_push()
H A DChangeLog-20042326 submode is at least as large as a word.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Drtl.texi2940 either the submode for a single element of @var{vec1} (if only one subpart is
2941 selected), or another vector mode with that element submode (if multiple
H A Dgccint.info18292 result mode M is either the submode for a single element of VEC1
18294 element submode (if multiple subparts are selected).
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Drtl.texi2929 either the submode for a single element of @var{vec1} (if only one subpart is
2930 selected), or another vector mode with that element submode (if multiple
H A Dgccint.info18672 result mode M is either the submode for a single element of VEC1
18674 element submode (if multiple subparts are selected).