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

/gem5/src/systemc/tests/systemc/misc/sim_tests/cycle_dw8051_demo/
H A Dcycle_model.h100 * struct operand
102 struct operand { struct
114 operand src1; /* source operand 1 */
115 operand src2; /* source operand 2 */
116 operand dst; /* destination operand */
150 int fetch_operand(operand* op);
151 int write_back(operand *, in
[all...]
H A Dcycle_model.cpp61 // |\- fetch operand 1 (and 2) < /mem bus access
220 // proper operand types.
1353 // int cycle_model::fetch_operand(operand* op)
1355 // returns the value of the operand
1358 int cycle_model::fetch_operand(operand* op) {
1452 // int write_back(operand *op, int value)
1454 // write the value into the operand
1457 int cycle_model::write_back(operand* op, int v) {
/gem5/src/mem/slicc/ast/
H A DOperatorExprAST.py98 def __init__(self, slicc, op, operand):
102 self.operand = operand
105 return "[PrefixExpr: %s %r]" % (self.op, self.operand)
109 optype = self.operand.generate(opcode)
117 self.error("Type mismatch: right operand of " +
/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/scalar/
H A Dtest_macros.h41 # Tests for instructions with immediate operand

Completed in 7 milliseconds