Searched refs:wb (Results 1 - 10 of 10) sorted by relevance

/gem5/src/arch/arm/insts/
H A Dmem.cc99 if (wb) {
124 if (wb) {
H A Dmacromem.cc468 bool wb = (rm != 15); local
471 if (wb) numMicroops++;
505 if (wb) {
572 bool wb = (rm != 15); local
574 if (wb) numMicroops++;
643 if (wb) {
831 bool wb = (rm != 15); local
834 if (wb) numMicroops++;
897 if (wb) {
936 bool wb local
1120 VldMultOp64(const char *mnem, ExtMachInst machInst, OpClass __opClass, RegIndex rn, RegIndex vd, RegIndex rm, uint8_t eSize, uint8_t dataSize, uint8_t numStructElems, uint8_t numRegs, bool wb) argument
1205 VstMultOp64(const char *mnem, ExtMachInst machInst, OpClass __opClass, RegIndex rn, RegIndex vd, RegIndex rm, uint8_t eSize, uint8_t dataSize, uint8_t numStructElems, uint8_t numRegs, bool wb) argument
1290 VldSingleOp64(const char *mnem, ExtMachInst machInst, OpClass __opClass, RegIndex rn, RegIndex vd, RegIndex rm, uint8_t eSize, uint8_t dataSize, uint8_t numStructElems, uint8_t index, bool wb, bool replicate) argument
1364 VstSingleOp64(const char *mnem, ExtMachInst machInst, OpClass __opClass, RegIndex rn, RegIndex vd, RegIndex rm, uint8_t eSize, uint8_t dataSize, uint8_t numStructElems, uint8_t index, bool wb, bool replicate) argument
[all...]
H A Dmacromem.hh205 bool wb; member in class:ArmISA::VldMultOp64
210 bool wb);
217 bool wb; member in class:ArmISA::VstMultOp64
222 bool wb);
229 bool wb, replicate; member in class:ArmISA::VldSingleOp64
234 bool wb, bool replicate = false);
241 bool wb, replicate; member in class:ArmISA::VstSingleOp64
246 bool wb, bool replicate = false);
H A Dmem.hh83 bool wb; member in class:ArmISA::RfeOp
92 base(_base), mode(_mode), wb(_wb),
128 bool wb; member in class:ArmISA::SrsOp
136 regMode(_regMode), mode(_mode), wb(_wb), uops(NULL)
/gem5/src/cpu/pred/
H A Dstatistical_corrector.cc70 wb.resize(1 << logSizeUps, 4);
249 lsum = (1 + (wb[getIndUpds(branch_pc)] >= 0)) * lsum;
353 ((wb[indUpds] >= 0) * ((2 * bias[indBias] + 1) +
360 ctrUpdate(wb[indUpds],
H A Dstatistical_corrector.hh166 std::vector<int8_t> wb; member in class:StatisticalCorrector
H A Dtage_sc_l_64KB.cc126 + 12*((wb[getIndUpds(branch_pc)] >= 0) + (wp[getIndUpds(branch_pc)] >= 0)
/gem5/src/cpu/o3/
H A Dlsq_unit.hh674 WritebackEvent *wb = new WritebackEvent(load_inst, main_pkt, this); local
675 cpu->schedule(wb, cpu->clockEdge(delay));
752 WritebackEvent *wb = new WritebackEvent(load_inst, data_pkt, local
758 cpu->schedule(wb, curTick());
H A Dlsq_unit_impl.hh807 WritebackEvent *wb = new WritebackEvent(inst, local
809 cpu->schedule(wb, curTick() + 1);
/gem5/src/arch/
H A Disa_parser.py590 wb = '''
598 return wb
655 wb = '''
661 return wb
799 wb = '''
804 return wb
935 wb = '''
940 return wb
1009 wb = '''
1017 return wb
[all...]

Completed in 32 milliseconds