Searched refs:DEC (Results 26 - 28 of 28) sorted by relevance

12

/freebsd-9.3-release/contrib/binutils/bfd/
H A Dieee.c518 #define DEC sp--;
522 #define POP(x,y,z) DEC; x = TOS.symbol; y = TOS.section; z = TOS.value;
516 #define DEC macro
/freebsd-9.3-release/contrib/ncurses/misc/
H A Dterminfo.src117 # (notably DEC and Wyse).
1451 pcvtXX|pcvt vt200 emulator (DEC VT220),
1602 wsvt25|NetBSD wscons in 25 line DEC VT220 mode,
1611 wsvt25m|NetBSD wscons in 25 line DEC VT220 mode with Meta,
1831 #### DEC VT52
1832 # (<acsc>/<rmacs>/<smacs> capabilities aren't in DEC's official entry -- esr)
1858 #### DEC VT100 and compatibles
1860 # DEC terminals from the vt100 forward are collected here. Older DEC terminals
1865 # Except where noted, these entries are DEC'
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp9509 // CopyToReg or SETCC, eschew INC/DEC. A better fix seems to require
9528 // An add of negative one (subtract of one) will be selected as a DEC.
9530 Opcode = X86ISD::DEC;
9598 case X86ISD::DEC:
10150 Opc == X86ISD::DEC ||
13049 // A subtract of one will be selected as a DEC. Note that DEC doesn't
13053 BaseOp = X86ISD::DEC;
13820 case X86ISD::DEC: return "X86ISD::DEC";
[all...]

Completed in 222 milliseconds

12