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

/netbsd-current/lib/librpcsvc/
H A Dnfs_prot.x317 typedef u_int32_t mode3;
394 mode3 mode; /* protection mode bits */
451 mode3 mode;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c10988 machine_mode mode0, mode1, mode2, mode3, mode4; local
11382 mode3 = insn_data[icode].operand[2].mode;
11385 if (!insn_data[icode].operand[2].predicate (op3, mode3))
11386 op3 = copy_to_mode_reg (mode3, op3);
11976 mode3 = CCCmode;
11981 mode3 = CCZmode;
11986 mode3 = CCCmode;
11991 mode3 = CCZmode;
11996 mode3 = CCCmode;
12001 mode3
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc12336 machine_mode mode0, mode1, mode2, mode3, mode4; local
12958 mode3 = insn_data[icode].operand[2].mode;
12961 if (!insn_data[icode].operand[2].predicate (op3, mode3))
12962 op3 = copy_to_mode_reg (mode3, op3);
13607 mode3 = CCCmode;
13612 mode3 = CCZmode;
13617 mode3 = CCCmode;
13622 mode3 = CCZmode;
13627 mode3 = CCCmode;
13632 mode3
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc.c7070 machine_mode mode3;
7278 mode3 = insn_data[icode].operand[3].mode;
7288 if (!insn_data[icode].operand[3].predicate (op3, mode3))
7289 op3 = copy_to_mode_reg (mode3, op3);
7313 mode3 = insn_data[icode].operand[3].mode;
7325 if (!insn_data[icode].operand[3].predicate (op3, mode3))
7326 op3 = copy_to_mode_reg (mode3, op3);
7069 machine_mode mode3; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.cc7075 machine_mode mode3;
7283 mode3 = insn_data[icode].operand[3].mode;
7293 if (!insn_data[icode].operand[3].predicate (op3, mode3))
7294 op3 = copy_to_mode_reg (mode3, op3);
7318 mode3 = insn_data[icode].operand[3].mode;
7330 if (!insn_data[icode].operand[3].predicate (op3, mode3))
7331 op3 = copy_to_mode_reg (mode3, op3);
7074 machine_mode mode3; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcombine.c1601 machine_mode mode1, mode2, mode3, mode4;
1626 mode3 = promote_function_mode (TREE_TYPE (arg), mode1, &uns3,
1634 if (mode1 == mode3)
1638 if (mode3 != mode4)
1658 /* Record that the value was promoted from mode1 to mode3,
1662 x = gen_rtx_fmt_e ((uns3 ? ZERO_EXTEND : SIGN_EXTEND), mode3, x);
1591 machine_mode mode1, mode2, mode3, mode4; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcombine.cc1502 machine_mode mode1, mode2, mode3, mode4;
1527 mode3 = promote_function_mode (TREE_TYPE (arg), mode1, &uns3,
1535 if (mode1 == mode3)
1539 if (mode3 != mode4)
1559 /* Record that the value was promoted from mode1 to mode3,
1563 x = gen_rtx_fmt_e ((uns3 ? ZERO_EXTEND : SIGN_EXTEND), mode3, x);
1492 machine_mode mode1, mode2, mode3, mode4; local

Completed in 254 milliseconds