Searched refs:op (Results 51 - 75 of 75) sorted by relevance

123

/gem5/src/arch/arm/
H A Dsemihosting.cc156 ArmSemihosting::call64(ThreadContext *tc, uint32_t op, uint64_t param) argument
158 const SemiCall *call = getCall(op, true);
160 warn("Unknown aarch64 semihosting call: op = 0x%x, param = 0x%x",
161 op, param);
166 "%s (op = 0x%x, param = 0x%x)",
167 call->name, op, param);
191 ArmSemihosting::call32(ThreadContext *tc, uint32_t op, uint32_t param) argument
193 const SemiCall *call = getCall(op, false);
195 warn("Unknown aarch32 semihosting call: op = 0x%x, param = 0x%x",
196 op, para
684 getCall(uint32_t op, bool aarch64) argument
[all...]
/gem5/src/arch/alpha/linux/
H A Dprocess.cc104 unsigned op = process->getSyscallArg(tc, index); local
108 switch (op) {
119 cerr << "osf_getsysinfo: unknown op " << op << endl;
133 unsigned op = process->getSyscallArg(tc, index); local
137 switch (op) {
149 cerr << "osf_setsysinfo: unknown op " << op << endl;
/gem5/src/arch/mips/
H A Ddsp.hh175 void dspCmp(int32_t a, int32_t b, int32_t fmt, int32_t sign, int32_t op,
177 int32_t dspCmpg(int32_t a, int32_t b, int32_t fmt, int32_t sign, int32_t op);
178 int32_t dspCmpgd(int32_t a, int32_t b, int32_t fmt, int32_t sign, int32_t op,
H A Ddsp.cc771 MipsISA::dspCmp(int32_t a, int32_t b, int32_t fmt, int32_t sign, int32_t op, argument
785 switch (op) {
804 MipsISA::dspCmpg(int32_t a, int32_t b, int32_t fmt, int32_t sign, int32_t op) argument
817 switch (op) {
836 MipsISA::dspCmpgd(int32_t a, int32_t b, int32_t fmt, int32_t sign, int32_t op, argument
851 switch (op) {
/gem5/src/arch/arm/insts/
H A Dpred_inst.hh83 simd_modified_imm(bool op, uint8_t cmode, uint8_t data, bool &immValid, argument
124 if (op) {
141 if (!op) {
H A Dcrypto.cc302 SHAOp op)
307 switch (op) {
400 SHAOp op)
404 _sha1Op(&X[0], &Y[0], &Z[0], op);
298 _sha1Op( uint32_t *X, uint32_t *Y, uint32_t *Z, SHAOp op) argument
396 sha1Op( uint8_t *output, uint8_t *input, uint8_t *input2, SHAOp op) argument
/gem5/util/m5/
H A Dm5op_alpha.S36 #define INST(op, ra, rb, func) \
37 .long (((op) << 26) | ((ra) << 21) | ((rb) << 16) | (func))
/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/mt/
H A Dtest_macros_mt_ecall.h109 #define FUTEX_OP(op, oparg, cmp, cmparg) \
110 (((op & 0xf) << 28) | \
/gem5/src/arch/hsail/insts/
H A Dpseudo_inst.cc84 int op = 0; local
91 if (src_val0 != op) {
96 op = src_val0;
102 switch(op) {
176 default: fatal("unrecognized magic instruction: %d\n", op);
H A Dmem.hh975 const Brig::BrigOperandConstantBytes *op = local
978 rinfo = BrigRegOperandInfo((Brig::BrigKind16_t)op->base.kind,
1510 // if this is not an atomic return op, then we
1620 fatal("Unrecognized or invalid HSAIL atomic op "
/gem5/ext/pybind11/include/pybind11/
H A Dpytypes.h934 static PyObject *raw_str(PyObject *op) { argument
935 PyObject *str_value = PyObject_Str(op);
1036 static PyObject *raw_bool(PyObject *op) { argument
1037 const auto value = PyObject_IsTrue(op);
1235 static PyObject *raw_dict(PyObject *op) { argument
1236 if (PyDict_Check(op))
1237 return handle(op).inc_ref().ptr();
1238 return PyObject_CallFunctionObjArgs((PyObject *) &PyDict_Type, op, nullptr);
1441 #define PYBIND11_MATH_OPERATOR_UNARY(op, fn) \
1442 template <typename D> object object_api<D>::op() cons
[all...]
H A Dpybind11.h1128 class_ &def(const detail::op_<id, ot, L, R> &op, const Extra&... extra) { argument
1129 op.execute(*this, extra...);
1134 class_ & def_cast(const detail::op_<id, ot, L, R> &op, const Extra&... extra) { argument
1135 op.execute_cast(*this, extra...);
1455 #define PYBIND11_ENUM_OP_STRICT(op, expr, strict_behavior) \
1456 m_base.attr(op) = cpp_function( \
1464 #define PYBIND11_ENUM_OP_CONV(op, expr) \
1465 m_base.attr(op) = cpp_function( \
1472 #define PYBIND11_ENUM_OP_CONV_LHS(op, expr) \
1473 m_base.attr(op)
[all...]
/gem5/configs/common/cores/arm/
H A DHPI.py116 def bin(op, left, right):
119 ret.op = 'timingExpr' + op
125 def un(op, arg):
128 ret.op = 'timingExpr' + op
/gem5/src/base/
H A Dstatistics.hh2320 Op op;
2322 vresult[i] = op(lvec[i]);
2360 Op op;
2368 vresult[0] = op(lvec[0], rvec[0]);
2373 vresult[i] = op(lvec[0], rvec[i]);
2378 vresult[i] = op(lvec[i], rvec[0]);
2383 vresult[i] = op(lvec[i], rvec[i]);
2398 Op op;
2410 return op(lsum, rsum);
2462 Op op;
[all...]
H A Dcp_annotate.cc830 an->op = t;
839 DPRINTF(AnnotateVerbose, "Annotate: op: %d flags: 0x%x sm: %d state: %d time: %d, data: %d\n",
840 an->op, an->flag, an->sm, an->stq, an->time, an->data);
843 if (an->op != OP_LINK)
967 osbin->write((char*)&(an->op), sizeof(an->op));
1387 SERIALIZE_SCALAR(op);
1400 UNSERIALIZE_SCALAR(op);
H A Dcp_annotate.hh200 uint8_t op; member in struct:CPA::AnnotateData
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h1488 const char* op) {
1490 << "Expected: (" << expr1 << ") " << op << " (" << expr2
1506 #define GTEST_IMPL_CMP_HELPER_(op_name, op)\
1510 if (val1 op val2) {\
1513 return CmpHelperOpFailure(expr1, expr2, val1, val2, #op);\
1486 CmpHelperOpFailure(const char* expr1, const char* expr2, const T1& val1, const T2& val2, const char* op) argument
/gem5/src/arch/
H A Disa_parser.py174 is_src = lambda op: op.is_src
175 is_dest = lambda op: op.is_dest
1143 op = match.groups()
1145 (op_full, op_base, op_ext) = op
1313 op = match.groups()
1315 (op_full, op_base, op_ext) = op
1321 # find this op in the master list
2590 for op i
[all...]
/gem5/ext/pybind11/tests/
H A Dconftest.py171 def pytest_assertrepr_compare(op, left, right):
/gem5/util/stats/
H A Ddb.py346 def query(self, op, stat, ticks, group=False):
354 sql += '%s(dt_data) as data ' % op
/gem5/src/sim/
H A Dsyscall_emul.hh342 int op = process->getSyscallArg(tc, index); local
352 op &= ~OS::TGT_FUTEX_PRIVATE_FLAG;
353 op &= ~OS::TGT_FUTEX_CLOCK_REALTIME_FLAG;
357 if (OS::TGT_FUTEX_WAIT == op || OS::TGT_FUTEX_WAIT_BITSET == op) {
378 } else if (OS::TGT_FUTEX_WAKE == op) {
380 } else if (OS::TGT_FUTEX_WAKE_BITSET == op) {
382 } else if (OS::TGT_FUTEX_REQUEUE == op ||
383 OS::TGT_FUTEX_CMP_REQUEUE == op) {
396 } else if (OS::TGT_FUTEX_WAKE_OP == op) {
[all...]
/gem5/system/alpha/console/
H A Dconsole.c801 DeviceOperation(long op, long channel, long count, long address, long block) argument
816 m5AlphaAccess->diskOperation = op; /* launch */
/gem5/src/dev/net/
H A Di8254xGBe_defs.hh422 ADD_FIELD32(op,26,2); // opcode
H A Di8254xGBe.cc467 regs.mdic.op() == 1 ? "Writing" : "Reading",
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc1455 #define GTEST_IMPL_CMP_HELPER_(op_name, op)\
1458 if (val1 op val2) {\
1462 << "Expected: (" << expr1 << ") " #op " (" << expr2\

Completed in 133 milliseconds

123