/gem5/src/base/ |
H A D | condcodes.hh | 44 int shift = width - 1; local 56 int shift = width - 1; local
|
H A D | sat_counter.hh | 173 operator>>=(const int& shift) argument 181 operator<<=(const int& shift) argument
|
/gem5/src/systemc/tests/systemc/misc/stars/star111657/ |
H A D | star111657.cpp | 100 void io_controller_m::shift(){ function in class:io_controller_m
|
/gem5/src/dev/ps2/ |
H A D | types.cc | 91 bool shift = tmp >> 8; local
|
/gem5/src/arch/arm/insts/ |
H A D | crypto.hh | 90 uint32_t ror(uint32_t x, uint8_t shift) argument
|
H A D | pred_inst.hh | 265 uint32_t shift; member in class:ArmISA::PredIntOp 319 IntRegIndex dest, op1, op2, shift; member in class:ArmISA::DataRegRegOp
|
H A D | fplib.cc | 96 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 D | indirect_memory.hh | 86 int shift; member in struct:IndirectMemoryPrefetcher::PrefetchTableEntry
|
/gem5/src/arch/x86/insts/ |
H A D | microop.hh | 109 unsigned shift = i * ChunkSize * 8; local
|
/gem5/src/arch/mips/ |
H A D | utility.cc | 122 int shift = (cc_idx == 0) ? 23 : cc_idx + 24; local
|
H A D | dsp.cc | 46 int shift; local
|
/gem5/src/arch/x86/ |
H A D | interrupts.cc | 73 int shift = ((conf & 0x8) >> 1) | (conf & 0x3); local
|
/gem5/ext/systemc/src/sysc/datatypes/bit/ |
H A D | sc_bit_proxies.h | 3063 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 D | statistical_corrector.hh | 86 void initLocalHistory(int ordinal, int numHistories, int shift) argument
|
H A D | multiperspective_perceptron.hh | 545 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 D | sc_concatref.h | 515 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 D | sc_bit_proxies.hh | 2707 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 D | sc_concatref.hh | 468 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 D | types.hh | 127 Bitfield<6, 5> shift; member in namespace:ArmISA
|