Home
last modified time | relevance | path

Searched refs:PC (Results 1 – 25 of 212) sorted by relevance

123456789

/dragonfly/contrib/binutils-2.27/gprof/
HDvax.c45 #define PC 0xf macro
100 return usesreg != PC ? autoinc : immediate; in vax_operandmode()
102 return usesreg != PC ? autoincdef : absolute; in vax_operandmode()
104 return usesreg != PC ? bytedisp : byterel; in vax_operandmode()
106 return usesreg != PC ? bytedispdef : bytereldef; in vax_operandmode()
108 return usesreg != PC ? worddisp : wordrel; in vax_operandmode()
110 return usesreg != PC ? worddispdef : wordreldef; in vax_operandmode()
112 return usesreg != PC ? longdisp : longrel; in vax_operandmode()
114 return usesreg != PC ? longdispdef : longreldef; in vax_operandmode()
HDtahoe.c45 #define PC 0xf macro
90 return usesreg != PC ? autoincdef : absolute; in tahoe_operandmode()
92 return usesreg != PC ? bytedisp : byterel; in tahoe_operandmode()
94 return usesreg != PC ? bytedispdef : bytereldef; in tahoe_operandmode()
96 return usesreg != PC ? worddisp : wordrel; in tahoe_operandmode()
98 return usesreg != PC ? worddispdef : wordreldef; in tahoe_operandmode()
100 return usesreg != PC ? longdisp : longrel; in tahoe_operandmode()
102 return usesreg != PC ? longdispdef : longreldef; in tahoe_operandmode()
/dragonfly/contrib/binutils-2.34/gprof/
HDvax.c45 #define PC 0xf macro
100 return usesreg != PC ? autoinc : immediate; in vax_operandmode()
102 return usesreg != PC ? autoincdef : absolute; in vax_operandmode()
104 return usesreg != PC ? bytedisp : byterel; in vax_operandmode()
106 return usesreg != PC ? bytedispdef : bytereldef; in vax_operandmode()
108 return usesreg != PC ? worddisp : wordrel; in vax_operandmode()
110 return usesreg != PC ? worddispdef : wordreldef; in vax_operandmode()
112 return usesreg != PC ? longdisp : longrel; in vax_operandmode()
114 return usesreg != PC ? longdispdef : longreldef; in vax_operandmode()
/dragonfly/contrib/gdb-7/gdb/stubs/
HDm32r-stub.c123 PSW, CBR, SPI, SPU, BPC, PC, ACCL, ACCH enumerator
226 mem2hex ((unsigned char *) &registers[PC], buf, 4, 0); in handle_exception()
239 *ptr++ = hexchars[PC >> 4]; in handle_exception()
240 *ptr++ = hexchars[PC & 0xf]; in handle_exception()
242 ptr = mem2hex ((unsigned char *) &registers[PC], ptr, 4, 0); /* PC */ in handle_exception()
260 mem2hex ((unsigned char *) &registers[PC], buf, 4, 0); in handle_exception()
328 registers[PC] = addr; in handle_exception()
454 registers[PC] = addr; in handle_exception()
467 *ptr++ = hexchars[PC >> 4]; /* send PC */ in handle_exception()
468 *ptr++ = hexchars[PC & 0xf]; in handle_exception()
[all …]
HDsparc-stub.c119 Y, PSR, WIM, TBR, PC, NPC, FPSR, CPSR }; enumerator
584 if (registers[PC] == (unsigned long)breakinst) in handle_exception()
586 registers[PC] = registers[NPC]; in handle_exception()
602 *ptr++ = hexchars[PC >> 4]; in handle_exception()
603 *ptr++ = hexchars[PC & 0xf]; in handle_exception()
605 ptr = mem2hex((char *)&registers[PC], ptr, 4, 0); in handle_exception()
732 registers[PC] = addr; in handle_exception()
HDm68k-stub.c148 PS,PC, enumerator
504 frame->pc = registers[(int) PC]; in _returnFromException()
826 exceptionVector, registers[PS], registers[PC]); in handle_exception()
932 registers[PC] = addr; in handle_exception()
934 newPC = registers[PC]; in handle_exception()
991 newPC = registers[PC]; /* pc may have changed */ in handle_exception()
HDi386-stub.c123 PC /* also known as eip */, enumerator
756 exceptionVector, registers[PS], registers[PC]); in handle_exception()
778 *ptr++ = hexchars[PC]; in handle_exception()
780 ptr = mem2hex((char *)&registers[PC], ptr, 4, 0); /* PC */ in handle_exception()
887 registers[PC] = addr; in handle_exception()
889 newPC = registers[PC]; in handle_exception()
HDsh-stub.c265 R15, PC, PR, GBR, VBR, MACH, MACL, SR, enumerator
561 instrMem = (short *) registers[PC]; in doSStep()
577 instrMem = (short *) (registers[PC] + displacement + 4); in doSStep()
595 instrMem = (short *) (registers[PC] + displacement + 4); in doSStep()
608 instrMem = (short *) (registers[PC] + displacement + 4); in doSStep()
679 registers[PC] -= 2; in gdb_handle_exception()
770 registers[PC] = addr; in gdb_handle_exception()
/dragonfly/contrib/gdb-7/readline/
HDtcap.h38 #ifdef PC
39 # undef PC
42 extern char PC;
/dragonfly/contrib/file/magic/Magdir/
HDrtf29 >>9 ubyte !0x61 \b, IBM PC, code page 437
83 # by PlanMaker "Pocket Word-Handheld PC" for pwd
84 # by PlanMaker "Pocket Word-Pocket PC" for psw
90 # PWD for Handheld PC variant and PSW for Pocket PC variant
/dragonfly/contrib/gcc-4.7/gcc/
HDgenemit.c166 case PC: in gen_exp()
491 if ((GET_CODE (next) == SET && GET_CODE (SET_DEST (next)) == PC) in gen_expand()
494 && GET_CODE (SET_DEST (XVECEXP (next, 0, 0))) == PC) in gen_expand()
520 if (GET_CODE (next) == SET && GET_CODE (SET_DEST (next)) == PC in gen_expand()
609 if ((GET_CODE (next) == SET && GET_CODE (SET_DEST (next)) == PC) in gen_split()
612 && GET_CODE (SET_DEST (XVECEXP (next, 0, 0))) == PC) in gen_split()
636 if (GET_CODE (next) == SET && GET_CODE (SET_DEST (next)) == PC in gen_split()
HDjump.c753 && GET_CODE (SET_DEST (PATTERN (insn))) == PC in simplejump_p()
769 || GET_CODE (SET_DEST (x)) != PC) in condjump_p()
777 && ((GET_CODE (XEXP (x, 2)) == PC in condjump_p()
780 || (GET_CODE (XEXP (x, 1)) == PC in condjump_p()
803 if (GET_CODE (SET_DEST (x)) != PC) in condjump_in_parallel_p()
834 if (GET_CODE (pat) == SET && GET_CODE (SET_DEST (pat)) == PC) in pc_set()
877 return ((b == PC && (a == LABEL_REF || a == RETURN || a == SIMPLE_RETURN)) in any_condjump_p()
878 || (a == PC in any_condjump_p()
968 if (GET_CODE (SET_DEST (set)) != PC) in onlyjump_p()
1079 case PC: in mark_jump_label_1()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDjump.c775 && GET_CODE (SET_DEST (PATTERN (insn))) == PC in simplejump_p()
791 || GET_CODE (SET_DEST (x)) != PC) in condjump_p()
799 && ((GET_CODE (XEXP (x, 2)) == PC in condjump_p()
802 || (GET_CODE (XEXP (x, 1)) == PC in condjump_p()
825 if (GET_CODE (SET_DEST (x)) != PC) in condjump_in_parallel_p()
856 if (GET_CODE (pat) == SET && GET_CODE (SET_DEST (pat)) == PC) in pc_set()
899 return ((b == PC && (a == LABEL_REF || a == RETURN || a == SIMPLE_RETURN)) in any_condjump_p()
900 || (a == PC in any_condjump_p()
985 if (GET_CODE (SET_DEST (set)) != PC) in onlyjump_p()
1093 case PC: in mark_jump_label_1()
[all …]
/dragonfly/contrib/binutils-2.27/gas/doc/
HDc-sh.texi172 @itemx @@(@var{disp}, PC)
173 PC relative address (for branch or for addressing memory). The
175 @var{addr} anywhere a PC relative address is called for; the alternate
238 because @code{@value{AS}} supports a simpler form of PC-relative
250 mov.l @@(@var{disp}, PC)
289 cmp/pz Rn mov.l @@(disp,PC),Rn
299 jsr @@Rn mov.w @@(disp,PC),Rn
305 ldc.l @@Rn+,VBR mova @@(disp,PC),R0
/dragonfly/contrib/ncurses/ncurses/tinfo/
HDlib_cur_term.c102 PC = (char) ((pad_char != NULL) ? pad_char[0] : 0); in NCURSES_SP_NAME()
108 PC = (char) ((pad_char != NULL) ? pad_char[0] : 0); in NCURSES_SP_NAME()
/dragonfly/contrib/bmake/mk/sys/
HDLinux.mk73 PC ?= pc
75 COMPILE.p ?= ${PC} ${PFLAGS} ${CPPFLAGS} -c
76 LINK.p ?= ${PC} ${PFLAGS} ${CPPFLAGS} ${LDFLAGS}
HDGeneric.mk85 PC ?= pc
87 COMPILE.p ?= ${PC} ${PFLAGS} ${CPPFLAGS} -c
88 LINK.p ?= ${PC} ${PFLAGS} ${CPPFLAGS} ${LDFLAGS}
HDAIX.mk70 PC ?= pc
72 COMPILE.p ?= ${PC} ${PFLAGS} ${CPPFLAGS} -c
73 LINK.p ?= ${PC} ${PFLAGS} ${CPPFLAGS} ${LDFLAGS}
HDOpenBSD.mk85 PC ?= pc
87 COMPILE.p ?= ${PC} ${PFLAGS} ${CPPFLAGS} -c
88 LINK.p ?= ${PC} ${PFLAGS} ${CPPFLAGS} ${LDFLAGS}
HDIRIX.mk75 PC ?= pc
77 COMPILE.p ?= ${PC} ${PFLAGS} ${CPPFLAGS} -c
78 LINK.p ?= ${PC} ${PFLAGS} ${CPPFLAGS} ${LDFLAGS}
HDOSF1.mk80 PC ?= pc
82 COMPILE.p ?= ${PC} ${PFLAGS} ${CPPFLAGS} -c
83 LINK.p ?= ${PC} ${PFLAGS} ${CPPFLAGS} ${LDFLAGS}
HDHP-UX.mk104 PC ?= pc
106 COMPILE.p ?= ${PC} ${PFLAGS} ${CPPFLAGS} -c
107 LINK.p ?= ${PC} ${PFLAGS} ${CPPFLAGS} ${LDFLAGS}
HDSunOS.mk101 PC ?= pc
103 COMPILE.p ?= ${PC} ${PFLAGS} ${CPPFLAGS} -c
104 LINK.p ?= ${PC} ${PFLAGS} ${CPPFLAGS} ${LDFLAGS}
/dragonfly/sys/bus/pccard/
HDpccarddevs145 product 3COM 3CRWB609 0x0040 3Com Bluetooth PC Card 3CRWB60-A
150 product ACTIONTEC PRISM 0x0101 PRISM Wireless LAN PC Card
175 product BROMAX IWN 0x1612 Instant Wireless Network PC Card
176 product BROMAX IWN3 0x1613 Instant Wireless Network PC Card, V3
190 /* Contec C-NET(PC) */
211 product ERICSSON WIRELESSLAN 0x0001 DSSS Wireless LAN PC Card
220 product INTEL PRO_WLAN_2011 0x0001 Intel PRO/Wireless 2011 LAN PC Card
330 …111&spSpectrum24&spWireless&spLAN&spPC&spCard", NULL, NULL } LA4111 Spectrum24 Wireless LAN PC Card
/dragonfly/etc/
HDtermcap.small168 # The following is a version of the ibm-pc entry distributed with PC/IX,
173 # capabilities of the PC monochrome display, without ANY emulation; most
174 # communications packages (but NOT PC/IX connect) do some kind of emulation.
175 pc|ibmpc|ibm pc PC/IX:\
179 pc3mono|IBM PC 386BSD Console with monochrome monitor:\
181 pc3|ibmpc3|IBM PC 386BSD Console:\

123456789