Home
last modified time | relevance | path

Searched refs:xmode (Results 1 – 25 of 37) sorted by relevance

12

/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dm32c.cpu2268 (define-pmacro (src16-Rn-direct-operand xmode)
2271 (name (.sym src16-Rn-direct- xmode))
2272 (comment (.str "m16c Rn direct source " xmode))
2274 (mode xmode)
2275 (args ((.sym Src16Rn xmode)))
2276 (syntax (.str "$Src16Rn" xmode))
2278 (encoding (+ (f-8-2 0) (.sym Src16Rn xmode)))
2280 (getter (trunc xmode (.sym Src16Rn xmode)))
2281 (setter (set (.sym Src16Rn xmode) newval))
2288 (define-pmacro (src32-Rn-direct-operand group base xmode)
[all …]
H A Dmt.cpu207 (dnf f-xmode "xmode" () 23 1)
485 (define-operand (name xmode) (comment "xmode") (attrs)
486 (type h-uint) (index f-xmode) (handlers (parse "xmode") (print "dollarhex")))
1223 (dni rcxmode "RCXMODE SRC2, rd, wr, xmode, mask, FB_disp, row#, r/c, ctx_disp"
1225 "rcxmode $frsr2,#$rda,#$wr,#$xmode,#$mask1,#$fbdisp,#$rownum2,#$rc2,#$ctxdisp"
1226 (+ MSYS_YES MSOPC_RCXMODE rda wr xmode mask1 frsr2 fbdisp rownum2 rc2 ctxdisp)
/netbsd-src/external/gpl3/gdb/dist/cpu/
H A Dm32c.cpu2268 (define-pmacro (src16-Rn-direct-operand xmode)
2271 (name (.sym src16-Rn-direct- xmode))
2272 (comment (.str "m16c Rn direct source " xmode))
2274 (mode xmode)
2275 (args ((.sym Src16Rn xmode)))
2276 (syntax (.str "$Src16Rn" xmode))
2278 (encoding (+ (f-8-2 0) (.sym Src16Rn xmode)))
2280 (getter (trunc xmode (.sym Src16Rn xmode)))
2281 (setter (set (.sym Src16Rn xmode) newval))
2288 (define-pmacro (src32-Rn-direct-operand group base xmode)
[all …]
H A Dmt.cpu207 (dnf f-xmode "xmode" () 23 1)
485 (define-operand (name xmode) (comment "xmode") (attrs)
486 (type h-uint) (index f-xmode) (handlers (parse "xmode") (print "dollarhex")))
1223 (dni rcxmode "RCXMODE SRC2, rd, wr, xmode, mask, FB_disp, row#, r/c, ctx_disp"
1225 "rcxmode $frsr2,#$rda,#$wr,#$xmode,#$mask1,#$fbdisp,#$rownum2,#$rc2,#$ctxdisp"
1226 (+ MSYS_YES MSOPC_RCXMODE rda wr xmode mask1 frsr2 fbdisp rownum2 rc2 ctxdisp)
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Dm32c.cpu2268 (define-pmacro (src16-Rn-direct-operand xmode)
2271 (name (.sym src16-Rn-direct- xmode))
2272 (comment (.str "m16c Rn direct source " xmode))
2274 (mode xmode)
2275 (args ((.sym Src16Rn xmode)))
2276 (syntax (.str "$Src16Rn" xmode))
2278 (encoding (+ (f-8-2 0) (.sym Src16Rn xmode)))
2280 (getter (trunc xmode (.sym Src16Rn xmode)))
2281 (setter (set (.sym Src16Rn xmode) newval))
2288 (define-pmacro (src32-Rn-direct-operand group base xmode)
[all …]
H A Dmt.cpu207 (dnf f-xmode "xmode" () 23 1)
485 (define-operand (name xmode) (comment "xmode") (attrs)
486 (type h-uint) (index f-xmode) (handlers (parse "xmode") (print "dollarhex")))
1223 (dni rcxmode "RCXMODE SRC2, rd, wr, xmode, mask, FB_disp, row#, r/c, ctx_disp"
1225 "rcxmode $frsr2,#$rda,#$wr,#$xmode,#$mask1,#$fbdisp,#$rownum2,#$rc2,#$ctxdisp"
1226 (+ MSYS_YES MSOPC_RCXMODE rda wr xmode mask1 frsr2 fbdisp rownum2 rc2 ctxdisp)
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Dm32c.cpu2268 (define-pmacro (src16-Rn-direct-operand xmode)
2271 (name (.sym src16-Rn-direct- xmode))
2272 (comment (.str "m16c Rn direct source " xmode))
2274 (mode xmode)
2275 (args ((.sym Src16Rn xmode)))
2276 (syntax (.str "$Src16Rn" xmode))
2278 (encoding (+ (f-8-2 0) (.sym Src16Rn xmode)))
2280 (getter (trunc xmode (.sym Src16Rn xmode)))
2281 (setter (set (.sym Src16Rn xmode) newval))
2288 (define-pmacro (src32-Rn-direct-operand group base xmode)
[all …]
H A Dmt.cpu207 (dnf f-xmode "xmode" () 23 1)
485 (define-operand (name xmode) (comment "xmode") (attrs)
486 (type h-uint) (index f-xmode) (handlers (parse "xmode") (print "dollarhex")))
1223 (dni rcxmode "RCXMODE SRC2, rd, wr, xmode, mask, FB_disp, row#, r/c, ctx_disp"
1225 "rcxmode $frsr2,#$rda,#$wr,#$xmode,#$mask1,#$fbdisp,#$rownum2,#$rc2,#$ctxdisp"
1226 (+ MSYS_YES MSOPC_RCXMODE rda wr xmode mask1 frsr2 fbdisp rownum2 rc2 ctxdisp)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Drtlhooks.cc66 scalar_int_mode xmode; in gen_lowpart_general() local
67 if (is_a <scalar_int_mode> (GET_MODE (x), &xmode) in gen_lowpart_general()
68 && GET_MODE_SIZE (xmode) <= UNITS_PER_WORD in gen_lowpart_general()
69 && TRULY_NOOP_TRUNCATION_MODES_P (mode, xmode) in gen_lowpart_general()
71 return gen_lowpart_general (mode, force_reg (xmode, x)); in gen_lowpart_general()
H A Dira-lives.cc1024 machine_mode ymode, xmode; in process_single_reg_class_operands() local
1028 xmode = recog_data.operand_mode[i]; in process_single_reg_class_operands()
1029 xregno = ira_class_singleton[cl][xmode]; in process_single_reg_class_operands()
1032 offset = subreg_lowpart_offset (ymode, xmode); in process_single_reg_class_operands()
1033 yregno = simplify_subreg_regno (xregno, xmode, offset, ymode); in process_single_reg_class_operands()
1042 ira_init_register_move_cost_if_necessary (xmode); in process_single_reg_class_operands()
1044 ? ira_register_move_cost[xmode][aclass][cl] in process_single_reg_class_operands()
1045 : ira_register_move_cost[xmode][cl][aclass]); in process_single_reg_class_operands()
H A Dcombine.cc8683 scalar_int_mode int_mode, xmode; in force_to_mode() local
8685 && is_a <scalar_int_mode> (GET_MODE (x), &xmode)) in force_to_mode()
8688 return force_int_to_mode (x, int_mode, xmode, in force_to_mode()
8702 force_int_to_mode (rtx x, scalar_int_mode mode, scalar_int_mode xmode, in force_int_to_mode() argument
8750 xmode = op_mode; in force_int_to_mode()
8757 && (INTVAL (XEXP (x, 1)) & GET_MODE_MASK (xmode)) == mask) in force_int_to_mode()
8766 && GET_MODE_MASK (xmode) != mask in force_int_to_mode()
8767 && HWI_COMPUTABLE_MODE_P (xmode)) in force_int_to_mode()
8770 = UINTVAL (XEXP (x, 1)) | (GET_MODE_MASK (xmode) & ~mask); in force_int_to_mode()
8773 y = simplify_gen_binary (AND, xmode, XEXP (x, 0), in force_int_to_mode()
[all …]
H A Dstor-layout.cc719 machine_mode xmode; in layout_decl() local
721 MODE_INT, 1).exists (&xmode)) in layout_decl()
723 unsigned int xalign = GET_MODE_ALIGNMENT (xmode); in layout_decl()
728 SET_DECL_MODE (decl, xmode); in layout_decl()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drtlhooks.c66 scalar_int_mode xmode; in gen_lowpart_general() local
67 if (is_a <scalar_int_mode> (GET_MODE (x), &xmode) in gen_lowpart_general()
68 && GET_MODE_SIZE (xmode) <= UNITS_PER_WORD in gen_lowpart_general()
69 && TRULY_NOOP_TRUNCATION_MODES_P (mode, xmode) in gen_lowpart_general()
71 return gen_lowpart_general (mode, force_reg (xmode, x)); in gen_lowpart_general()
H A Drtlanal.c3733 subreg_get_info (unsigned int xregno, machine_mode xmode, in subreg_get_info() argument
3741 poly_uint64 xsize = GET_MODE_SIZE (xmode); in subreg_get_info()
3750 if (HARD_REGNO_NREGS_HAS_PADDING (xregno, xmode)) in subreg_get_info()
3756 nregs_xmode = HARD_REGNO_NREGS_WITH_PADDING (xregno, xmode); in subreg_get_info()
3757 unsigned int nunits = GET_MODE_NUNITS (xmode).to_constant (); in subreg_get_info()
3758 scalar_mode xmode_unit = GET_MODE_INNER (xmode); in subreg_get_info()
3763 gcc_assert (hard_regno_nregs (xregno, xmode) in subreg_get_info()
3783 nregs_xmode = hard_regno_nregs (xregno, xmode); in subreg_get_info()
3815 if (!HARD_REGNO_NREGS_HAS_PADDING (xregno, xmode) in subreg_get_info()
3864 if (!rknown && known_eq (offset, subreg_lowpart_offset (ymode, xmode))) in subreg_get_info()
[all …]
H A Dira-lives.c1015 machine_mode ymode, xmode; in process_single_reg_class_operands() local
1019 xmode = recog_data.operand_mode[i]; in process_single_reg_class_operands()
1020 xregno = ira_class_singleton[cl][xmode]; in process_single_reg_class_operands()
1023 offset = subreg_lowpart_offset (ymode, xmode); in process_single_reg_class_operands()
1024 yregno = simplify_subreg_regno (xregno, xmode, offset, ymode); in process_single_reg_class_operands()
1033 ira_init_register_move_cost_if_necessary (xmode); in process_single_reg_class_operands()
1035 ? ira_register_move_cost[xmode][aclass][cl] in process_single_reg_class_operands()
1036 : ira_register_move_cost[xmode][cl][aclass]); in process_single_reg_class_operands()
H A Dcombine.c8810 scalar_int_mode int_mode, xmode; in force_to_mode() local
8812 && is_a <scalar_int_mode> (GET_MODE (x), &xmode)) in force_to_mode()
8815 return force_int_to_mode (x, int_mode, xmode, in force_to_mode()
8829 force_int_to_mode (rtx x, scalar_int_mode mode, scalar_int_mode xmode, in force_int_to_mode() argument
8877 xmode = op_mode; in force_int_to_mode()
8884 && (INTVAL (XEXP (x, 1)) & GET_MODE_MASK (xmode)) == mask) in force_int_to_mode()
8893 && GET_MODE_MASK (xmode) != mask in force_int_to_mode()
8894 && HWI_COMPUTABLE_MODE_P (xmode)) in force_int_to_mode()
8897 = UINTVAL (XEXP (x, 1)) | (GET_MODE_MASK (xmode) & ~mask); in force_int_to_mode()
8900 y = simplify_gen_binary (AND, xmode, XEXP (x, 0), in force_int_to_mode()
[all …]
H A Dstor-layout.c716 machine_mode xmode; in layout_decl() local
718 MODE_INT, 1).exists (&xmode)) in layout_decl()
720 unsigned int xalign = GET_MODE_ALIGNMENT (xmode); in layout_decl()
725 SET_DECL_MODE (decl, xmode); in layout_decl()
H A Dreload.c2258 scalar_int_mode xmode; in operands_match_p() local
2260 && is_a <scalar_int_mode> (GET_MODE (x), &xmode) in operands_match_p()
2261 && GET_MODE_SIZE (xmode) > UNITS_PER_WORD in operands_match_p()
2263 i += hard_regno_nregs (i, xmode) - 1; in operands_match_p()
H A Dcfgexpand.c4104 scalar_int_mode xmode = as_a <scalar_int_mode> (GET_MODE (x)); in convert_debug_memory_address()
4105 if (GET_MODE_PRECISION (mode) < GET_MODE_PRECISION (xmode)) in convert_debug_memory_address()
4106 x = lowpart_subreg (mode, x, xmode); in convert_debug_memory_address()
/netbsd-src/external/bsd/ekermit/dist/
H A Dmain.c92 int xmode = 0; /* File-transfer mode */ variable
238 xmode = 1; /* So no automatic switching */ in doarg()
243 xmode = 1; /* So no automatic switching */ in doarg()
337 k.xfermode = xmode; /* Text/binary automatic/manual */ in main()
/netbsd-src/external/bsd/ntp/dist/tests/ntpd/
H A Dt-ntp_signd.c168 int xmode = 1; in test_send_via_ntp_signd() local
181 send_via_ntp_signd(rbufp,xmode,xkeyid,flags,xpkt); in test_send_via_ntp_signd()
/netbsd-src/external/bsd/ntp/dist/ntpd/
H A Dntp_signd.c127 int xmode, in send_via_ntp_signd() argument
230 ntoa(&rbufp->recv_srcadr), xmode, xkeyid, sendlen); in send_via_ntp_signd()
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dacl.c55 static FILE *open_accessfile (char *xmode, const char *repos, char **fname);
56 static FILE *open_groupfile (char *xmode);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/frv/
H A Dfrv.c3103 machine_mode xmode = (arg.mode == BLKmode) ? SImode : arg.mode; in frv_function_arg_1() local
3109 if (xmode == VOIDmode) in frv_function_arg_1()
3117 ret = gen_rtx_REG (xmode, arg_num); in frv_function_arg_1()
3157 machine_mode xmode = (arg.mode == BLKmode) ? SImode : arg.mode; in frv_function_arg_advance() local
3158 int bytes = GET_MODE_SIZE (xmode); in frv_function_arg_advance()
3177 machine_mode xmode = (arg.mode == BLKmode) ? SImode : arg.mode; in frv_arg_partial_bytes() local
3178 int bytes = GET_MODE_SIZE (xmode); in frv_arg_partial_bytes()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/frv/
H A Dfrv.cc3092 machine_mode xmode = (arg.mode == BLKmode) ? SImode : arg.mode; in frv_function_arg_1() local
3098 if (xmode == VOIDmode) in frv_function_arg_1()
3106 ret = gen_rtx_REG (xmode, arg_num); in frv_function_arg_1()
3146 machine_mode xmode = (arg.mode == BLKmode) ? SImode : arg.mode; in frv_function_arg_advance() local
3147 int bytes = GET_MODE_SIZE (xmode); in frv_function_arg_advance()
3166 machine_mode xmode = (arg.mode == BLKmode) ? SImode : arg.mode; in frv_arg_partial_bytes() local
3167 int bytes = GET_MODE_SIZE (xmode); in frv_arg_partial_bytes()

12