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

/gem5/src/arch/hsail/insts/
H A Dgpu_static_inst.hh58 int instSize() const override { return sizeof(RawMachInst); }
/gem5/src/cpu/
H A Dinst_pb_trace.cc144 size_t instSize = si->asBytes(buf.get(), bufSize); local
145 if (instSize > bufSize) {
146 bufSize = instSize;
148 instSize = si->asBytes(buf.get(), bufSize);
154 if (instSize == sizeof(uint32_t)) {
156 } else if (instSize) {
/gem5/src/gpu-compute/
H A Dgpu_static_inst.hh66 int nextInstAddr() const { return _instAddr + instSize(); }
199 virtual int instSize() const = 0;
302 int instSize() const override { return 0; }
H A Dfetch_unit.cc128 wavefront->instructionBuffer.at(i)->staticInstruction()->instSize();
284 if (inst_ptr->instSize() == 8) {
/gem5/src/arch/arm/tracers/
H A Dtarmac_record.cc131 instSize = (arm_inst->instSize() << 3);
409 std::string opcode_str = csprintf("%0*x", instSize >> 2, opcode);
H A Dtarmac_record_v8.cc193 std::string opcode_str = csprintf("%0*x", instSize >> 2, opcode);
H A Dtarmac_record.hh114 uint8_t instSize; member in struct:Trace::TarmacTracerRecord::TraceInstEntry
/gem5/src/cpu/o3/
H A Dfetch_impl.hh124 instSize = sizeof(TheISA::MachInst);
1259 const unsigned numInsts = fetchBufferSize / instSize;
1260 unsigned blkOffset = (fetchAddr - fetchBufferPC[tid]) / instSize;
1293 fetchAddr += instSize;
1294 pcOffset += instSize;
1365 blkOffset = (fetchAddr - fetchBufferPC[tid]) / instSize;
H A Dfetch.hh521 int instSize; member in class:DefaultFetch
/gem5/src/arch/arm/insts/
H A Dstatic_inst.hh521 instSize() const function in class:ArmISA::ArmStaticInst
535 return static_cast<MachInst>(machInst & (mask(instSize() * 8)));

Completed in 13 milliseconds