Searched defs:isCondRegister (Results 1 - 4 of 4) sorted by relevance

/gem5/src/arch/hsail/
H A Doperand.hh71 bool isCondRegister() { return registerType == Enums::RT_CONDITION; } function in class:BaseOperand
500 isCondRegister() function in class:RegOrImmOperand
610 bool isCondRegister() { return reg.registerType == Enums::RT_CONDITION; } function in class:RegAddrOperand
/gem5/src/arch/hsail/insts/
H A Dmem.hh1395 bool isCondRegister(int operandIndex) function in class:HsailISA::AtomicInstBase
[all...]
H A Ddecl.hh147 bool isCondRegister(int operandIndex) { function in class:HsailISA::CommonInstBase
271 bool isCondRegister(int operandIndex) { function in class:HsailISA::ThreeNonUniformSourceInstBase
444 bool isCondRegister(int operandIndex) { function in class:HsailISA::TwoNonUniformSourceInstBase
831 bool isCondRegister(int operandIndex) { function in class:HsailISA::SpecialInstNoSrcBase
906 bool isCondRegister(int operandIndex) { function in class:HsailISA::SpecialInst1SrcBase
1243 bool isCondRegister(int operandIndex) { return false; } function in class:HsailISA::Call
[all...]
/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.cc106 GPUDynInst::isCondRegister(int operandIdx) function in class:GPUDynInst

Completed in 14 milliseconds