- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What are the types of Operands fetch Policies?
There are two types of operands fetch policies such as issue bound or dispatch bound. The issue-bound fetch policy defines that operands are fetched during instruction issues. In this method, shelving buffers influence instructions with their operand values, needing that the buffers be fully long to support space for all the source operands.
The other basic operand fetch policy is the dispatch bound fetch policy, when operands are fetched during dispatching. In this case, shelving buffers contain short register identifiers instead of long operands.
The issue bound fetch policy
In this case, while issuing the instructions, the referenced source register numbers are forwarded to the register file to fetch the source operands. It can also the operation codes (OC), the destination register numbers of the issued instructions (Rd), and the fetched operand values (Op1 and Op2) are written into the allocated reservation stations.
The dispatch bound operand fetch policy
In this approach, operands are fetched in connection with instruction dispatch instead of with instruction issues. During the reservation, stations hold the instructions, including the source register number.
During dispatch, the operation codes and destination register identifiers of the dispatched instructions are delivered from the reservation stations to the related EUs, and the source register identifiers are moved to the register file. Then fetching, the source operands are gated into the inputs of the equivalent EUs.
Operand fetching assuming split register files for FX- and FP-data
In Operand fetch policies, it can be considered a common register file for both FX and FP-data. However, most current architectures including the x86, R, PA, Alpha, and PowerPC architectures, use different register files for FX- and FP-data.
Subsequently, the corresponding lines of processors execute different FX- and FP-register files. There are only several modern processors which have an individual FX register file, including the Am 29000 architecture, which provides only FX data. There is another exception is the Nx586 which executes only the FX-part of the structure in the main processor, while the FP-part is performed by an FP-coprocessor chip, known as the Nx587.
Operand fetching using renaming
In the lack of register renaming, all needed register operands are equipped with the architectural register files. When register renaming is used, still, quite multiple situations arise because in this case intermediate results are held in an additional register space, known as the rename buffer file.
- Related Articles
- What are the schemes for checking the availability of operands?
- What are the Instruction issue policies of the superscalar processor?
- What are the 3 Working Capital Financing Policies?
- Security Policies and their Types - CISSP Certification
- What are Instruction Codes and Operands in Computer Architecture?
- What are YouTube policies and guidelines tips
- What is the design space of Issue Policies?
- What are the types of ICMP message types?
- What are the types of Compilers?
- What are the types of Xylem?
- What are the types of Steganography?
- What are the types of combustion?
- What are the types of autotrophs?
- What are the types of wool?
- What are the types of soil?
