Home
last modified time | relevance | path

Searched refs:vmode (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/sys/nfs/
Dnfs_subs.c946 mode_t vmode; in nfs_loadattrcache() local
960 vmode = fxdr_unsigned(mode_t, fp->fa_mode); in nfs_loadattrcache()
966 vmode = fxdr_unsigned(mode_t, fp->fa_mode); in nfs_loadattrcache()
968 vtyp = IFTOVT(vmode); in nfs_loadattrcache()
1033 (vmode & 07777) != vap->va_mode)) in nfs_loadattrcache()
1036 vap->va_mode = (vmode & 07777); in nfs_loadattrcache()
/openbsd/src/gnu/gcc/gcc/config/i386/
Di386.c9665 enum machine_mode mode, vmode; in ix86_expand_copysign() local
9673 vmode = mode == SFmode ? V4SFmode : V2DFmode; in ix86_expand_copysign()
9683 op0 = CONST0_RTX (vmode); in ix86_expand_copysign()
9691 op0 = force_reg (vmode, gen_rtx_CONST_VECTOR (vmode, v)); in ix86_expand_copysign()
9719 enum machine_mode mode, vmode; in ix86_split_copysign_const() local
9728 vmode = GET_MODE (mask); in ix86_split_copysign_const()
9730 dest = simplify_gen_subreg (vmode, dest, mode, 0); in ix86_split_copysign_const()
9731 x = gen_rtx_AND (vmode, dest, mask); in ix86_split_copysign_const()
9734 if (op0 != CONST0_RTX (vmode)) in ix86_split_copysign_const()
9736 x = gen_rtx_IOR (vmode, dest, op0); in ix86_split_copysign_const()
[all …]
Di386.md9769 enum machine_mode vmode = GET_MODE (operands[2]);
9772 operands[0] = simplify_gen_subreg (vmode, operands[0], mode, 0);
9773 operands[1] = simplify_gen_subreg (vmode, operands[1], mode, 0);
9781 tmp = gen_rtx_AND (vmode, operands[1], operands[2]);
9783 tmp = gen_rtx_XOR (vmode, operands[1], operands[2]);
/openbsd/src/sys/dev/pci/drm/
Ddrm_fb_helper.c1231 var->sync = var->vmode = 0; in __fill_var()
/openbsd/src/gnu/gcc/gcc/
Doptabs.c5712 expand_vec_cond_expr_p (tree expr, enum machine_mode vmode) in expand_vec_cond_expr_p() argument
5714 if (get_vcond_icode (expr, vmode) == CODE_FOR_nothing) in expand_vec_cond_expr_p()
/openbsd/src/gnu/usr.bin/texinfo/
DChangeLog.4610050 * texinfo.tex (\inmargin): rewrite to allow argument to be vmode
10199 vmode. From rms.