| /netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/ |
| H A D | sync.md | 277 (match_operand:SHORT 1 "register_operand" "") ;; val output 278 (match_operand:SHORT 2 "memory_operand" "") ;; memory 279 (match_operand:SHORT 3 "reg_or_0_operand" "") ;; expected value 280 (match_operand:SHORT 4 "reg_or_0_operand" "") ;; desired value 490 [(set (match_operand:SHORT 0 "register_operand") 491 (unspec_volatile:SHORT 492 [(match_operand:SHORT 1 "memory_operand") 496 (match_operand:SHORT 2 "register_operand"))] 507 [(set (match_operand:SHORT 0 "register_operand" "=&r") 508 (match_operand:SHORT 1 "memory_operand" "+ZB")) [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
| H A D | sync.md | 76 [(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")] 121 [(set (match_operand:SHORT 0 "memory_operand") 122 (unspec_volatile:SHORT 123 [(atomic_hiqi_op:SHORT (match_dup 0) 124 (match_operand:SHORT 1 "general_operand"))] 158 (set (match_operand:SHORT 0 "register_operand") 159 (match_operand:SHORT 1 "memory_operand")) [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
| H A D | sync.md | 76 [(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")] 121 [(set (match_operand:SHORT 0 "memory_operand") 122 (unspec_volatile:SHORT 123 [(atomic_hiqi_op:SHORT (match_dup 0) 124 (match_operand:SHORT 1 "general_operand"))] 158 (set (match_operand:SHORT 0 "register_operand") 159 (match_operand:SHORT 1 "memory_operand")) [all …]
|
| /netbsd-src/external/bsd/flex/dist/examples/manual/ |
| H A D | dates.lex | 49 %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-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
| H A D | oleauto.d | 394 HRESULT VarUI1FromI2(SHORT, BYTE*); 410 HRESULT VarI2FromUI1(BYTE, SHORT*); 411 HRESULT VarI2FromI4(LONG, SHORT*); 412 HRESULT VarI2FromI8(LONG64, SHORT*); 413 HRESULT VarI2FromR4(FLOAT, SHORT*); 414 HRESULT VarI2FromR8(DOUBLE, SHORT*); 415 HRESULT VarI2FromDate(DATE, SHORT*); 416 HRESULT VarI2FromBool(VARIANT_BOOL, SHORT*); 417 HRESULT VarI2FromI1(byte, SHORT*); 418 HRESULT VarI2FromUI2(USHORT, SHORT*); [all …]
|
| H A D | wincon.d | 124 SHORT Left; 125 SHORT Top; 126 SHORT Right; 127 SHORT Bottom; 138 SHORT X; 139 SHORT Y;
|
| H A D | richedit.d | 347 SHORT sSpacing; 351 SHORT sStyle; 369 SHORT sSpacing; 373 SHORT sStyle; 498 SHORT cTabCount; 511 SHORT cTabCount; 516 SHORT sStype;
|
| H A D | oaidl.d | 258 SHORT iVal; 271 SHORT* piVal; 434 SHORT cParams; 435 SHORT cParamsOpt; 436 SHORT oVft; 437 SHORT cScodes;
|
| /netbsd-src/external/gpl3/binutils/dist/ld/scripttempl/ |
| H A D | crisaout.sc | 43 ${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-src/external/gpl3/binutils.old/dist/ld/scripttempl/ |
| H A D | crisaout.sc | 43 ${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-src/external/bsd/pcc/dist/pcc/arch/mips/ |
| H A D | local.c | 130 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-src/external/bsd/pcc/dist/pcc/arch/nova/ |
| H A D | local.c | 269 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-src/tests/lib/libc/regex/ |
| H A D | main.c | 176 # 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-src/external/bsd/pcc/dist/pcc/arch/pdp10/ |
| H A D | local.c | 90 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-src/external/gpl2/mkhybrid/dist/libfile/ |
| H A D | softmagic.c | 146 case SHORT: in mconvert() 219 case SHORT: in mget() 256 case SHORT: in magcheck()
|
| /netbsd-src/usr.bin/xlint/lint2/ |
| H A D | chk.c | 513 } else if (t1 == SHORT) { in chkau() 693 sz = SHORT; in printflike() 740 * SHORT is always promoted to INT, USHORT to in printflike() 756 } else if (sz == SHORT) { in printflike() 806 } else if (sz == SHORT) { in printflike() 807 if (t2 != SHORT && t2 != USHORT) in printflike() 864 sz = SHORT; in scanflike() 895 if (sz != SHORT && sz != LONG && sz != LLONG) in scanflike() 912 if (sz == SHORT) { in scanflike() 1219 } else if (t == SHORT) { in types_compatible() [all...] |
| /netbsd-src/lib/libc/stdio/ |
| H A D | vfwscanf.c | 75 #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 D | vfscanf.c | 80 #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-src/external/gpl3/gdb/dist/cpu/ |
| H A D | epiphany.cpu | 43 (name SHORT-INSN) 304 (BYTE SHORT WORD DOUBLE) 1107 (COND-CTI SHORT-INSN) 1162 (dni b16 "short unconditional branch" (UNCOND-CTI SHORT-INSN) 1190 (UNCOND-CTI SHORT-INSN) 1221 (UNCOND-CTI SHORT-INSN) 1266 (UNCOND-CTI SHORT-INSN) 1397 (SHORT-INSN) 1408 (SHORT-INSN) 1467 (SHORT-INSN IMM3) [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/cpu/ |
| H A D | epiphany.cpu | 43 (name SHORT-INSN) 304 (BYTE SHORT WORD DOUBLE) 1107 (COND-CTI SHORT-INSN) 1162 (dni b16 "short unconditional branch" (UNCOND-CTI SHORT-INSN) 1190 (UNCOND-CTI SHORT-INSN) 1221 (UNCOND-CTI SHORT-INSN) 1266 (UNCOND-CTI SHORT-INSN) 1397 (SHORT-INSN) 1408 (SHORT-INSN) 1467 (SHORT-INSN IMM3) [all …]
|
| /netbsd-src/external/gpl3/gdb.old/dist/cpu/ |
| H A D | epiphany.cpu | 43 (name SHORT-INSN) 304 (BYTE SHORT WORD DOUBLE) 1107 (COND-CTI SHORT-INSN) 1162 (dni b16 "short unconditional branch" (UNCOND-CTI SHORT-INSN) 1190 (UNCOND-CTI SHORT-INSN) 1221 (UNCOND-CTI SHORT-INSN) 1266 (UNCOND-CTI SHORT-INSN) 1397 (SHORT-INSN) 1408 (SHORT-INSN) 1467 (SHORT-INSN IMM3) [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/cpu/ |
| H A D | epiphany.cpu | 43 (name SHORT-INSN) 304 (BYTE SHORT WORD DOUBLE) 1107 (COND-CTI SHORT-INSN) 1162 (dni b16 "short unconditional branch" (UNCOND-CTI SHORT-INSN) 1190 (UNCOND-CTI SHORT-INSN) 1221 (UNCOND-CTI SHORT-INSN) 1266 (UNCOND-CTI SHORT-INSN) 1397 (SHORT-INSN) 1408 (SHORT-INSN) 1467 (SHORT-INSN IMM3) [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/cr16/ |
| H A D | cr16.md | 55 (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-src/external/gpl3/gcc/dist/gcc/config/cr16/ |
| H A D | cr16.md | 55 (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-src/usr.bin/xlint/common/ |
| H A D | inittyp.c | 90 typeinfo("short", SHORT, USHORT, SHORT_SIZE, 3, 's'), 91 typeinfo("unsigned short", SHORT, USHORT, SHORT_SIZE, 3, 'u'),
|