Searched defs:shift (Results 1 - 19 of 19) sorted by relevance

/gem5/src/base/
H A Dcondcodes.hh44 int shift = width - 1; local
56 int shift = width - 1; local
H A Dsat_counter.hh173 operator>>=(const int& shift) argument
181 operator<<=(const int& shift) argument
/gem5/src/systemc/tests/systemc/misc/stars/star111657/
H A Dstar111657.cpp100 void io_controller_m::shift(){ function in class:io_controller_m
/gem5/src/dev/ps2/
H A Dtypes.cc91 bool shift = tmp >> 8; local
/gem5/src/arch/arm/insts/
H A Dcrypto.hh90 uint32_t ror(uint32_t x, uint8_t shift) argument
H A Dpred_inst.hh265 uint32_t shift; member in class:ArmISA::PredIntOp
319 IntRegIndex dest, op1, op2, shift; member in class:ArmISA::DataRegRegOp
H A Dfplib.cc96 lsl16(uint16_t x, uint32_t shift) argument
102 lsr16(uint16_t x, uint32_t shift) argument
108 lsl32(uint32_t x, uint32_t shift) argument
114 lsr32(uint32_t x, uint32_t shift) argument
120 lsl64(uint64_t x, uint32_t shift) argument
126 lsr64(uint64_t x, uint32_t shift) argument
132 lsl128(uint64_t *r0, uint64_t *r1, uint64_t x0, uint64_t x1, uint32_t shift) argument
150 lsr128(uint64_t *r0, uint64_t *r1, uint64_t x0, uint64_t x1, uint32_t shift) argument
219 int shift; local
227 mnt <<= shift; local
237 int shift; local
245 mnt <<= shift; local
255 int shift; local
263 mnt <<= shift; local
275 int shift; local
290 x0 <<= shift; local
[all...]
/gem5/src/mem/cache/prefetch/
H A Dindirect_memory.hh86 int shift; member in struct:IndirectMemoryPrefetcher::PrefetchTableEntry
/gem5/src/arch/x86/insts/
H A Dmicroop.hh109 unsigned shift = i * ChunkSize * 8; local
/gem5/src/arch/mips/
H A Dutility.cc122 int shift = (cc_idx == 0) ? 23 : cc_idx + 24; local
H A Ddsp.cc46 int shift; local
/gem5/src/arch/x86/
H A Dinterrupts.cc73 int shift = ((conf & 0x8) >> 1) | (conf & 0x3); local
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_bit_proxies.h3063 int shift = r_len % SC_DIGIT_SIZE; local
3099 int shift = r_len % SC_DIGIT_SIZE; local
3139 int shift = r_len % SC_DIGIT_SIZE; local
3175 int shift = r_len % SC_DIGIT_SIZE; local
[all...]
/gem5/src/cpu/pred/
H A Dstatistical_corrector.hh86 void initLocalHistory(int ordinal, int numHistories, int shift) argument
H A Dmultiperspective_perceptron.hh545 int shift = p2; variable
562 x <<= shift; variable
637 int shift = p2; variable
645 x <<= shift; variable
700 int shift = p2; variable
708 x <<= shift; variable
769 int shift = p3; variable
773 x <<= shift; variable
795 int shift = p2; variable
809 x <<= shift; variable
816 x <<= shift; variable
868 int shift = p3; variable
876 x <<= shift; variable
906 int shift = 0; variable
987 int shift = p3; variable
999 x <<= shift; variable
1006 x <<= shift; variable
[all...]
/gem5/ext/systemc/src/sysc/datatypes/misc/
H A Dsc_concatref.h515 inline const sc_unsigned operator << (const sc_concatref& target, uint64 shift) argument
520 inline const sc_unsigned operator << (const sc_concatref& target, int64 shift) argument
548 operator >>(const sc_concatref& target, uint64 shift) argument
553 operator >>(const sc_concatref& target, int64 shift) argument
[all...]
/gem5/src/systemc/ext/dt/bit/
H A Dsc_bit_proxies.hh2707 int shift = r_len % SC_DIGIT_SIZE; local
2742 int shift = r_len % SC_DIGIT_SIZE; local
2780 int shift = r_len % SC_DIGIT_SIZE; local
2815 int shift = r_len % SC_DIGIT_SIZE; local
[all...]
/gem5/src/systemc/ext/dt/misc/
H A Dsc_concatref.hh468 operator << (const sc_concatref &target, uint64 shift) argument
474 operator << (const sc_concatref &target, int64 shift) argument
480 operator << (const sc_concatref &target, unsigned long shift) argument
486 operator << (const sc_concatref &target, int shift) argument
492 operator <<(const sc_concatref &target, unsigned int shift) argument
498 operator <<(const sc_concatref &target, long shift) argument
504 operator >>(const sc_concatref &target, uint64 shift) argument
510 operator >>(const sc_concatref &target, int64 shift) argument
516 operator >>(const sc_concatref &target, unsigned long shift) argument
522 operator >>(const sc_concatref &target, int shift) argument
528 operator >>(const sc_concatref &target, unsigned int shift) argument
534 operator >>(const sc_concatref &target, long shift) argument
[all...]
/gem5/src/arch/arm/
H A Dtypes.hh127 Bitfield<6, 5> shift; member in namespace:ArmISA

Completed in 64 milliseconds