Home
last modified time | relevance | path

Searched refs:SHORT (Results 1 – 25 of 260) sorted by relevance

1234567891011

/netbsd/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dsync.md476 (unspec_volatile:SHORT
495 (unspec_volatile:SHORT
513 (unspec_volatile:SHORT
531 (unspec_volatile:SHORT
532 [(and:SHORT (match_dup 1)
549 (unspec_volatile:SHORT
550 [(xor:SHORT (match_dup 1)
567 (unspec_volatile:SHORT
568 [(ior:SHORT (match_dup 1)
585 (unspec_volatile:SHORT
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dsync.md76 [(match_operand:SHORT 0 "register_operand")
77 (match_operand:SHORT 1 "memory_operand")
78 (match_operand:SHORT 2 "general_operand")
79 (match_operand:SHORT 3 "general_operand")]
122 (unspec_volatile:SHORT
123 [(atomic_hiqi_op:SHORT (match_dup 0)
161 (unspec_volatile:SHORT [(atomic_hiqi_op:SHORT
200 (unspec_volatile:SHORT [(atomic_hiqi_op:SHORT
245 (unspec_volatile:SHORT
284 (unspec_volatile:SHORT [(match_dup 1)
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/config/mips/
H A Dsync.md76 [(match_operand:SHORT 0 "register_operand")
77 (match_operand:SHORT 1 "memory_operand")
78 (match_operand:SHORT 2 "general_operand")
79 (match_operand:SHORT 3 "general_operand")]
122 (unspec_volatile:SHORT
123 [(atomic_hiqi_op:SHORT (match_dup 0)
161 (unspec_volatile:SHORT [(atomic_hiqi_op:SHORT
200 (unspec_volatile:SHORT [(atomic_hiqi_op:SHORT
245 (unspec_volatile:SHORT
284 (unspec_volatile:SHORT [(match_dup 1)
[all …]
/netbsd/external/bsd/flex/dist/examples/manual/
H A Ddates.lex49 %s LONG SHORT
78 <SHORT>{nday} strcpy(day,yytext); BEGIN(YEAR_LAST);
80 <YLMONTH>{nyear} strcpy(year,yytext); BEGIN(SHORT);
84 <SHORT>{nyear} strcpy(year,yytext); BEGIN(YEAR_FIRST);
86 <YFMONTH>{nday} strcpy(day,yytext); BEGIN(SHORT);
89 <SHORT>\n {
100 short\n BEGIN(SHORT);
/netbsd/external/gpl3/gdb/dist/ld/scripttempl/
H A Dcrisaout.sc43 ${CONSTRUCTING+ SHORT (0xe1fc); /* push srp */}
44 ${CONSTRUCTING+ SHORT (0xbe7e);}
46 ${CONSTRUCTING+ SHORT (0x0d3e); /* jump [sp+] */}
53 ${CONSTRUCTING+ SHORT (0xe1fc); /* push srp */}
54 ${CONSTRUCTING+ SHORT (0xbe7e);}
56 ${CONSTRUCTING+ SHORT (0x0d3e); /* jump [sp+] */}
/netbsd/external/gpl3/binutils.old/dist/ld/scripttempl/
H A Dcrisaout.sc43 ${CONSTRUCTING+ SHORT (0xe1fc); /* push srp */}
44 ${CONSTRUCTING+ SHORT (0xbe7e);}
46 ${CONSTRUCTING+ SHORT (0x0d3e); /* jump [sp+] */}
53 ${CONSTRUCTING+ SHORT (0xe1fc); /* push srp */}
54 ${CONSTRUCTING+ SHORT (0xbe7e);}
56 ${CONSTRUCTING+ SHORT (0x0d3e); /* jump [sp+] */}
/netbsd/external/gpl3/binutils/dist/ld/scripttempl/
H A Dcrisaout.sc43 ${CONSTRUCTING+ SHORT (0xe1fc); /* push srp */}
44 ${CONSTRUCTING+ SHORT (0xbe7e);}
46 ${CONSTRUCTING+ SHORT (0x0d3e); /* jump [sp+] */}
53 ${CONSTRUCTING+ SHORT (0xe1fc); /* push srp */}
54 ${CONSTRUCTING+ SHORT (0xbe7e);}
56 ${CONSTRUCTING+ SHORT (0x0d3e); /* jump [sp+] */}
/netbsd/external/gpl3/gdb.old/dist/ld/scripttempl/
H A Dcrisaout.sc43 ${CONSTRUCTING+ SHORT (0xe1fc); /* push srp */}
44 ${CONSTRUCTING+ SHORT (0xbe7e);}
46 ${CONSTRUCTING+ SHORT (0x0d3e); /* jump [sp+] */}
53 ${CONSTRUCTING+ SHORT (0xe1fc); /* push srp */}
54 ${CONSTRUCTING+ SHORT (0xbe7e);}
56 ${CONSTRUCTING+ SHORT (0x0d3e); /* jump [sp+] */}
/netbsd/external/bsd/pcc/dist/pcc/arch/mips/
H A Dlocal.c130 p->n_type != SHORT && p->n_type != USHORT) in clocal()
237 if (DEUNSIGN(p->n_type) == SHORT && in clocal()
238 DEUNSIGN(l->n_type) == SHORT) { in clocal()
245 DEUNSIGN(p->n_type) == SHORT) && in clocal()
256 DEUNSIGN(l->n_type) == SHORT)) { in clocal()
281 case SHORT: in clocal()
335 if (o == DIV && p->n_type != CHAR && p->n_type != SHORT) in clocal()
337 if (o == MOD && p->n_type != CHAR && p->n_type != SHORT) in clocal()
493 case SHORT: in ninval()
495 astypnames[SHORT] = astypnames[USHORT] = "\t.half"; in ninval()
[all …]
/netbsd/external/bsd/pcc/dist/pcc/arch/nova/
H A Dlocal.c269 case SHORT: in clocal()
305 if (DEUNSIGN(p->n_type) == SHORT && in clocal()
306 DEUNSIGN(l->n_type) == SHORT) { in clocal()
311 p->n_type == SHORT || p->n_type == USHORT) && in clocal()
322 if (o == DIV && p->n_type != CHAR && p->n_type != SHORT) in clocal()
324 if (o == MOD && p->n_type != CHAR && p->n_type != SHORT) in clocal()
536 case SHORT: in ctype()
/netbsd/tests/lib/libc/regex/
H A Dmain.c176 # define SHORT 10 in regress() macro
211 ne = regerror(REG_BADPAT, NULL, erbuf, (size_t)SHORT); in regress()
212 if (strncmp(erbuf, badpat, SHORT-1) != 0 || erbuf[SHORT-1] != '\0' || in regress()
215 erbuf, SHORT-1, badpat); in regress()
/netbsd/external/bsd/pcc/dist/pcc/arch/pdp10/
H A Dlocal.c90 q->stype == SHORT || q->stype == USHORT) in clocal()
140 p->n_type == INCREF(SHORT) || in clocal()
155 else if (p->n_type == INCREF(SHORT) || in clocal()
262 case SHORT: in clocal()
325 p->n_type == SHORT || p->n_type == USHORT)) { in clocal()
488 case SHORT: in xptype()
555 case SHORT: in offcon()
/netbsd/usr.bin/xlint/lint2/
H A Dchk.c505 } else if (t1 == SHORT) { in chkau()
683 sz = SHORT; in printflike()
746 } else if (sz == SHORT) { in printflike()
796 } else if (sz == SHORT) { in printflike()
797 if (t2 != SHORT && t2 != USHORT) in printflike()
854 sz = SHORT; in scanflike()
885 if (sz != SHORT && sz != LONG && sz != LLONG) in scanflike()
902 if (sz == SHORT) { in scanflike()
1207 } else if (t == SHORT) { in types_compatible()
1361 if (t == SHORT || t == USHORT) in matches_no_arg_function()
/netbsd/lib/libc/stdio/
H A Dvfwscanf.c75 #define SHORT 0x04 /* h: short */ macro
244 if (flags & SHORT) { in __vfwscanf_unlocked_l()
245 flags &= ~SHORT; in __vfwscanf_unlocked_l()
248 flags |= SHORT; in __vfwscanf_unlocked_l()
341 else if (flags & SHORT) in __vfwscanf_unlocked_l()
701 else if (flags & SHORT) in __vfwscanf_unlocked_l()
H A Dvfscanf.c80 #define SHORT 0x0004 /* h: short */ macro
249 if (flags & SHORT) { in __svfscanf_unlocked_l()
250 flags &= ~SHORT; in __svfscanf_unlocked_l()
253 flags |= SHORT; in __svfscanf_unlocked_l()
335 else if (flags & SHORT) in __svfscanf_unlocked_l()
795 else if (flags & SHORT) in __svfscanf_unlocked_l()
/netbsd/external/gpl3/binutils/dist/cpu/
H A Depiphany.cpu43 (name SHORT-INSN)
1397 (SHORT-INSN)
1408 (SHORT-INSN)
1621 (SHORT-INSN)
1656 (SHORT-INSN)
1784 (SHORT-INSN)
2142 (SHORT-INSN)
2284 (SHORT-INSN)
2327 (SHORT-INSN)
2641 (SHORT-INSN)
[all …]
/netbsd/external/gpl3/gdb/dist/cpu/
H A Depiphany.cpu43 (name SHORT-INSN)
1397 (SHORT-INSN)
1408 (SHORT-INSN)
1621 (SHORT-INSN)
1656 (SHORT-INSN)
1784 (SHORT-INSN)
2142 (SHORT-INSN)
2284 (SHORT-INSN)
2327 (SHORT-INSN)
2641 (SHORT-INSN)
[all …]
/netbsd/external/gpl3/binutils.old/dist/cpu/
H A Depiphany.cpu43 (name SHORT-INSN)
1397 (SHORT-INSN)
1408 (SHORT-INSN)
1621 (SHORT-INSN)
1656 (SHORT-INSN)
1784 (SHORT-INSN)
2142 (SHORT-INSN)
2284 (SHORT-INSN)
2327 (SHORT-INSN)
2641 (SHORT-INSN)
[all …]
/netbsd/external/gpl3/gdb.old/dist/cpu/
H A Depiphany.cpu43 (name SHORT-INSN)
1397 (SHORT-INSN)
1408 (SHORT-INSN)
1621 (SHORT-INSN)
1656 (SHORT-INSN)
1784 (SHORT-INSN)
2142 (SHORT-INSN)
2284 (SHORT-INSN)
2327 (SHORT-INSN)
2641 (SHORT-INSN)
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/config/cr16/
H A Dcr16.md55 (define_mode_iterator SHORT [QI HI])
271 [(set (zero_extract:SHORT (match_operand:SHORT 0 "memory_operand" "+m")
281 [(set (zero_extract:SHORT (match_operand:SHORT 0 "memory_operand" "+m")
291 [(set (match_operand:SHORT 0 "bit_operand" "=m")
292 (ior:SHORT (match_dup 0)
293 (match_operand:SHORT 1 "one_bit_operand" "i"))
301 [(set (match_operand:SHORT 0 "bit_operand" "=m")
302 (and:SHORT (match_dup 0)
303 (match_operand:SHORT 1 "rev_one_bit_operand" "i"))
771 [(set (match_operand:SHORT 0 "nonimmediate_operand" "=r, r, r, m, m")
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/config/cr16/
H A Dcr16.md55 (define_mode_iterator SHORT [QI HI])
271 [(set (zero_extract:SHORT (match_operand:SHORT 0 "memory_operand" "+m")
281 [(set (zero_extract:SHORT (match_operand:SHORT 0 "memory_operand" "+m")
291 [(set (match_operand:SHORT 0 "bit_operand" "=m")
292 (ior:SHORT (match_dup 0)
293 (match_operand:SHORT 1 "one_bit_operand" "i"))
301 [(set (match_operand:SHORT 0 "bit_operand" "=m")
302 (and:SHORT (match_dup 0)
303 (match_operand:SHORT 1 "rev_one_bit_operand" "i"))
771 [(set (match_operand:SHORT 0 "nonimmediate_operand" "=r, r, r, m, m")
[all …]
/netbsd/usr.bin/xlint/common/
H A Dinittyp.c90 typeinfo("short", SHORT, USHORT, SHORT_SIZE, 3, 's'),
91 typeinfo("unsigned short", SHORT, USHORT, SHORT_SIZE, 3, 'u'),
/netbsd/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Datomics.md49 (match_operand:SHORT 1 "aarch64_sync_memory_operand" "+Q"))) ;; memory
51 (unspec_volatile:SHORT
52 [(match_operand:SHORT 2 "<cas_short_expected_pred>"
54 (match_operand:SHORT 3 "aarch64_reg_or_zero" "rZ") ;; desired
121 (match_operand:SHORT 1 "aarch64_sync_memory_operand" "+Q"))) ;; memory
123 (unspec_volatile:SHORT
125 (match_operand:SHORT 2 "aarch64_reg_or_zero" "rZ") ;; desired
681 (unspec_volatile:SHORT
682 [(match_operand:SHORT 1 "aarch64_sync_memory_operand" "Q")
/netbsd/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Datomics.md49 (match_operand:SHORT 1 "aarch64_sync_memory_operand" "+Q"))) ;; memory
51 (unspec_volatile:SHORT
52 [(match_operand:SHORT 2 "<cas_short_expected_pred>"
54 (match_operand:SHORT 3 "aarch64_reg_or_zero" "rZ") ;; desired
121 (match_operand:SHORT 1 "aarch64_sync_memory_operand" "+Q"))) ;; memory
123 (unspec_volatile:SHORT
125 (match_operand:SHORT 2 "aarch64_reg_or_zero" "rZ") ;; desired
681 (unspec_volatile:SHORT
682 [(match_operand:SHORT 1 "aarch64_sync_memory_operand" "Q")
/netbsd/external/bsd/pcc/dist/pcc/arch/i86/
H A Dlocal.c49 SCHK(SHORT); in toolarge()
251 p->n_type == SHORT || p->n_type == USHORT) && in clocal()
262 if (o == DIV && p->n_type != CHAR && p->n_type != SHORT) in clocal()
264 if (o == MOD && p->n_type != CHAR && p->n_type != SHORT) in clocal()
457 case SHORT: in ctype()

1234567891011