Searched refs:replicate (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/arm/insts/
H A Dmacromem.hh184 bool replicate; member in class:ArmISA::MicroNeonMixLaneOp64
193 lane(_lane), step(_step), replicate(_replicate)
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 Dmacromem.cc1294 bool replicate) :
1297 wb(false), replicate(false)
1353 numStructElems, index, i /* step */, replicate);
1368 bool replicate) :
1371 wb(false), replicate(false)
1400 numStructElems, index, i /* step */, replicate);
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

Completed in 12 milliseconds