Home
last modified time | relevance | path

Searched refs:PC_SIZE (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/dev86/dev86-0.16.20/libc/i386fp/
H A Dldexp.x16 #undef PC_SIZE
17 #define PC_SIZE 8 macro
18 mov ebx,PC_SIZE+D_HIGH[esp] ! upper dword of x
19 mov ecx,PC_SIZE+D_SIZE[esp] ! exponent arg
34 mov eax,PC_SIZE+D_LOW[esp] ! lower dword of x
49 mov eax,2*GENREG_SIZE+PC_SIZE+D_LOW[esp]
H A Dfrexp.x15 #undef PC_SIZE
16 #define PC_SIZE 8 macro
17 mov eax,PC_SIZE+D_LOW[esp] ! lower dword of x
18 mov ebx,PC_SIZE+D_HIGH[esp] ! upper dword of x
19 mov edx,PC_SIZE+D_SIZE[esp] ! exponent pointer
H A Dfcomp.x26 mov ebx,PC_SIZE+D_LOW[esp] ! yl
27 mov ecx,PC_SIZE+D_HIGH[esp] ! yu
35 mov eax,PC_SIZE+D_LOW[esp] ! xl
36 mov edx,PC_SIZE+D_HIGH[esp] ! xu
87 mov eax,PC_SIZE+D_LOW[esp] ! xl
88 mov edx,PC_SIZE+D_HIGH[esp] ! xu
H A Dfabs.x14 mov eax,PC_SIZE+D_LOW[esp]
15 mov edx,PC_SIZE+D_HIGH[esp]
H A Dfpullf.x17 mov eax,PC_SIZE+D_LOW[esp] ! lower dword
18 mov edx,PC_SIZE+D_HIGH[esp] ! upper dword
H A Dfpushd.x20 lea ebx,D_SIZE+PC_SIZE[esp]
59 xorb PC_SIZE+D_SIZE-1[esp],D_SIGN_MASK >> (REG_BIT-CHAR_BIT) ! toggle sign
H A Dfdiv.x8 #define FRAME_SIZE (3 * GENREG_SIZE + PC_SIZE)
29 mov eax,FRAME_SIZE-PC_SIZE+D_SIZE[esp] ! move return address ...
30 mov FRAME_SIZE-PC_SIZE[esp],eax ! ... to usual spot
88 mov eax,FRAME_SIZE-PC_SIZE+D_SIZE[esp] ! move return address ...
89 mov FRAME_SIZE-PC_SIZE[esp],eax ! ... to usual spot
H A Dftst.x11 cmp dword PC_SIZE+D_HIGH[esp],#0 ! need only test upper dword of x
H A Dfplib.h40 #define PC_SIZE 4 macro
H A Dfmul.x6 #define FRAME_SIZE (3 * GENREG_SIZE + PC_SIZE)
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/issue50/idct.d/
H A Dpkg_tb.vhd46 --size of instruction table defined by PC_SIZE i.e. width of program counter
47 constant PC_SIZE : integer := 5; constant
48 type table_behavior is array (0 to 2**PC_SIZE - 1) of instruction;
H A Dprog.vhd50 signal pc : unsigned(PC_SIZE - 1 downto 0) := (others => '0');
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/issue50/vector.d/
H A Dpkg_tb.vhd46 --size of instruction table defined by PC_SIZE i.e. width of program counter
47 constant PC_SIZE : integer := 5; constant
48 type table_behavior is array (0 to 2**PC_SIZE - 1) of instruction;
H A Dprog.vhd51 signal pc : unsigned(PC_SIZE - 1 downto 0) := (others => '0');
/dports/biology/star/STAR-2.7.9a/source/
H A DReadAlign_storeAligns.cpp41 for (int jj=0;jj<PC_SIZE;jj++) PC[ii+1][jj]=PC[ii][jj]; in storeAligns()
116 for (int jj=0;jj<PC_SIZE;jj++) PC[ii+1][jj]=PC[ii][jj]; in storeAligns()
128 for (int jj=0;jj<PC_SIZE;jj++) PC[iP3][jj]=PC[ii][jj];//TODO use memcopy in storeAligns()
H A DIncludeDefine.h186 #define PC_SIZE 8 macro
236 typedef uint uiPC[PC_SIZE];
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/support_data/
H A DossimNitfHistoaTag.h522 PC_SIZE = 12, enumerator
644 char m_pc[PC_SIZE+1];
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/support_data/
H A DossimNitfHistoaTag.cpp372 in.read(m_pc, PC_SIZE); in parseStream()
396 out.write(m_pc, PC_SIZE); in writeStream()
415 ossim_uint32 sizeInBytes = (SYSTYPE_SIZE + PC_SIZE + PE_SIZE + in getSizeInBytes()
429 memset(m_pc, ' ', PC_SIZE); in clearFields()
436 m_pc[PC_SIZE] = '\0'; in clearFields()
/dports/lang/gcc10/gcc-10.3.0/libgcc/config/avr/libf7/
H A Dasm-defs.h77 #define PC_SIZE 3 macro
81 #define PC_SIZE 2
/dports/lang/gcc12-devel/gcc-12-20211205/libgcc/config/avr/libf7/
H A Dasm-defs.h77 #define PC_SIZE 3 macro
81 #define PC_SIZE 2
/dports/lang/gcc11-devel/gcc-11-20211009/libgcc/config/avr/libf7/
H A Dasm-defs.h77 #define PC_SIZE 3 macro
81 #define PC_SIZE 2
/dports/devel/avr-gcc/gcc-10.2.0/libgcc/config/avr/libf7/
H A Dasm-defs.h77 #define PC_SIZE 3 macro
81 #define PC_SIZE 2
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgcc/config/avr/libf7/
H A Dasm-defs.h77 #define PC_SIZE 3 macro
81 #define PC_SIZE 2
/dports/lang/gcc11/gcc-11.2.0/libgcc/config/avr/libf7/
H A Dasm-defs.h77 #define PC_SIZE 3 macro
81 #define PC_SIZE 2
/dports/lang/gcc10-devel/gcc-10-20211008/libgcc/config/avr/libf7/
H A Dasm-defs.h77 #define PC_SIZE 3
81 #define PC_SIZE 2

12