Searched refs:isDstOperand (Results 1 - 8 of 8) sorted by relevance

/gem5/src/gpu-compute/
H A Dcondition_register_state.cc70 if (ii->isCondRegister(i) && ii->isDstOperand(i)) {
H A Dvector_register_file.cc129 if (ii->isDstOperand(i)) {
139 if (ii->isDstOperand(i)) {
163 if (ii->isVectorRegister(i) && ii->isDstOperand(i)) {
219 if (ii->isVectorRegister(i) && ii->isDstOperand(i)) {
H A Dgpu_dyn_inst.cc124 GPUDynInst::isDstOperand(int operandIdx) function in class:GPUDynInst
126 return _staticInst->isDstOperand(operandIdx);
H A Dgpu_static_inst.hh84 virtual bool isDstOperand(int operandIndex) = 0;
290 bool isDstOperand(int operandIndex) override { return false; }
H A Dgpu_dyn_inst.hh212 bool isDstOperand(int operandIdx);
/gem5/src/arch/hsail/insts/
H A Dbranch.hh89 bool isDstOperand(int operandIndex) override {
218 bool isDstOperand(int operandIndex) override {
372 bool isDstOperand(int operandIndex) override { return false; }
H A Ddecl.hh168 bool isDstOperand(int operandIndex) { function in class:HsailISA::CommonInstBase
300 bool isDstOperand(int operandIndex) { function in class:HsailISA::ThreeNonUniformSourceInstBase
469 bool isDstOperand(int operandIndex) { function in class:HsailISA::TwoNonUniformSourceInstBase
766 bool isDstOperand(int operandIndex) override { return false; }
793 bool isDstOperand(int operandIndex) override { return false; }
840 bool isDstOperand(int operandIndex) { return true; } function in class:HsailISA::SpecialInstNoSrcBase
915 bool isDstOperand(int operandIndex) { return true; } function in class:HsailISA::SpecialInst1SrcBase
1246 bool isDstOperand(int operandIndex) { return false; } function in class:HsailISA::Call
H A Dmem.hh139 bool isDstOperand(int operandIndex) override {
370 bool isDstOperand(int operandIndex) override
654 bool isDstOperand(int operandIndex) override
935 bool isDstOperand(int operandIndex) override { return false; }
1138 bool isDstOperand(int operandIndex) override { return false; }
1425 bool isDstOperand(int operandIndex) function in class:HsailISA::AtomicInstBase

Completed in 24 milliseconds