Searched refs:SI (Results 1 - 12 of 12) sorted by relevance

/haiku-fatelf/src/libs/iconv/
H A Diso2022_kr.h34 #define SI 0x0f macro
86 if (c == SI) {
151 r[0] = SI;
205 r[0] = SI;
H A Diso2022_cn.h29 #define SI 0x0f macro
121 if (c == SI) {
196 r[0] = SI;
304 r[0] = SI;
H A Diso2022_cnext.h29 #define SI 0x0f macro
237 if (c == SI) {
314 r[0] = SI;
563 r[0] = SI;
/haiku-fatelf/headers/libs/x86emu/x86emu/
H A Dregs.h106 i386_general_register SP, BP, SI, DI, IP; member in struct:i386_special_regs
144 #define R_SI spc.SI.I16_reg.x_reg
152 #define R_SI spc.SI.I16_reg.x_reg
160 #define R_ESI spc.SI.I32_reg.e_reg
/haiku-fatelf/src/bin/network/tcpdump/libpcap/msdos/
H A Dpkt_rx0.asm108 ;; to ES:DI (= DS:SI on 2nd call) by the packet driver
117 ; 2nd time (AX=1) the packet has been copied to this location (DS:SI)
172 @post: or si, si ; DS:SI->_pktRxBuf[n][n].destinAdr
175 sub si, 6 ; DS:SI -> _pktRxBuf[n].destinAdr
H A Dpkt_rx1.s73 ; 2nd time (AX=1) the packet has been copied to this location (DS:SI)
131 @post: or si, si ; DS:SI->_pktRxBuf[n][n].destinAdr
/haiku-fatelf/src/bin/gdb/opcodes/
H A Di370-opc.c179 /* The I2 index field in an SI form instruction. */
182 { 8, 16, 0, 0, I370_OPERAND_RELATIVE, "SI I2"},
184 /* The B1 base register field in an SI form instruction. */
187 { 4, 12, 0, 0, I370_OPERAND_GPR, "SI B1" },
189 /* The D1 displacement field in an SI form instruction. */
192 { 12, 0, 0, 0, I370_OPERAND_RELATIVE, "SI D1" },
398 /* An SI form instruction. */
399 #define SI(op, i2, b1, d1) \
404 #define SI_MASK SI (0xff, 0x0, 0x0, 0x0)
814 /* SI for
396 #define SI macro
[all...]
H A Dppc-opc.c360 SI field, only negated. */
447 /* The SI field in a D form instruction. */
448 #define SI SHO + 1
451 /* The SI field in a D form instruction when we accept a wide range
453 #define SISIGNOPT SI + 1
1226 /* The NSI field in a D form instruction. This is the same as the SI
1833 { "tdlgti", OPTO(2,TOLGT), OPTO_MASK, PPC64, { RA, SI } },
1834 { "tdllti", OPTO(2,TOLLT), OPTO_MASK, PPC64, { RA, SI } },
1835 { "tdeqi", OPTO(2,TOEQ), OPTO_MASK, PPC64, { RA, SI } },
1836 { "tdlgei", OPTO(2,TOLGE), OPTO_MASK, PPC64, { RA, SI } },
446 #define SI macro
[all...]
H A Dmcore-dis.c38 /* SI */ 0xFE00,
177 case SI:
H A Dmcore-opc.h24 OMa, SI, I7, LS, BR, BL, LR, LJ, enumerator in enum:__anon4242
/haiku-fatelf/src/system/libroot/posix/glibc/stdlib/
H A Dgmp-impl.h286 typedef int SItype __attribute__ ((mode (SI)));
287 typedef unsigned int USItype __attribute__ ((mode (SI)));
/haiku-fatelf/src/bin/writembr/
H A Dmbr.S266 ; - DS:SI=pointer to the selected partition table

Completed in 206 milliseconds