/dports/devel/dev86/dev86-0.16.20/libc/i386fp/ |
H A D | ldexp.x | 16 #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 D | frexp.x | 15 #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 D | fcomp.x | 26 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 D | fabs.x | 14 mov eax,PC_SIZE+D_LOW[esp] 15 mov edx,PC_SIZE+D_HIGH[esp]
|
H A D | fpullf.x | 17 mov eax,PC_SIZE+D_LOW[esp] ! lower dword 18 mov edx,PC_SIZE+D_HIGH[esp] ! upper dword
|
H A D | fpushd.x | 20 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 D | fdiv.x | 8 #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 D | ftst.x | 11 cmp dword PC_SIZE+D_HIGH[esp],#0 ! need only test upper dword of x
|
H A D | fplib.h | 40 #define PC_SIZE 4 macro
|
H A D | fmul.x | 6 #define FRAME_SIZE (3 * GENREG_SIZE + PC_SIZE)
|
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/issue50/idct.d/ |
H A D | pkg_tb.vhd | 46 --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 D | prog.vhd | 50 signal pc : unsigned(PC_SIZE - 1 downto 0) := (others => '0');
|
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/issue50/vector.d/ |
H A D | pkg_tb.vhd | 46 --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 D | prog.vhd | 51 signal pc : unsigned(PC_SIZE - 1 downto 0) := (others => '0');
|
/dports/biology/star/STAR-2.7.9a/source/ |
H A D | ReadAlign_storeAligns.cpp | 41 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 D | IncludeDefine.h | 186 #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 D | ossimNitfHistoaTag.h | 522 PC_SIZE = 12, enumerator 644 char m_pc[PC_SIZE+1];
|
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/support_data/ |
H A D | ossimNitfHistoaTag.cpp | 372 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 D | asm-defs.h | 77 #define PC_SIZE 3 macro 81 #define PC_SIZE 2
|
/dports/lang/gcc12-devel/gcc-12-20211205/libgcc/config/avr/libf7/ |
H A D | asm-defs.h | 77 #define PC_SIZE 3 macro 81 #define PC_SIZE 2
|
/dports/lang/gcc11-devel/gcc-11-20211009/libgcc/config/avr/libf7/ |
H A D | asm-defs.h | 77 #define PC_SIZE 3 macro 81 #define PC_SIZE 2
|
/dports/devel/avr-gcc/gcc-10.2.0/libgcc/config/avr/libf7/ |
H A D | asm-defs.h | 77 #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 D | asm-defs.h | 77 #define PC_SIZE 3 macro 81 #define PC_SIZE 2
|
/dports/lang/gcc11/gcc-11.2.0/libgcc/config/avr/libf7/ |
H A D | asm-defs.h | 77 #define PC_SIZE 3 macro 81 #define PC_SIZE 2
|
/dports/lang/gcc10-devel/gcc-10-20211008/libgcc/config/avr/libf7/ |
H A D | asm-defs.h | 77 #define PC_SIZE 3 81 #define PC_SIZE 2
|