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

/gem5/src/arch/sparc/insts/
H A Dstatic_inst.cc279 SparcStaticInst::passesFpCondition(uint32_t fcc, uint32_t condition) argument
281 bool u = (fcc == 3);
282 bool g = (fcc == 2);
283 bool l = (fcc == 1);
284 bool e = (fcc == 0);
H A Dstatic_inst.hh107 static bool passesFpCondition(uint32_t fcc, uint32_t condition);

Completed in 5 milliseconds