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

/gem5/src/arch/
H A Disa_parser.py202 if op_desc.isPCPart() and op_desc.is_dest:
499 def isPCPart(self): member in class:Operand
1118 if self.isPCPart():
1352 if op_desc.isPCPart():
1359 if self.pcPart and not op_desc.isPCPart() or \
1360 not self.pcPart and op_desc.isPCPart():
1362 self.pcPart = op_desc.isPCPart()

Completed in 11 milliseconds