Searched defs:setFlag (Results 1 - 2 of 2) sorted by relevance

/gem5/src/gpu-compute/
H A Dgpu_static_inst.hh222 void setFlag(Flags flag) { _flags[flag] = true; } function in class:GPUStaticInst
/gem5/src/cpu/
H A Dstatic_inst.hh208 void setFlag(Flags f) { flags[f] = true; } function in class:StaticInst

Completed in 8 milliseconds