Searched defs:op (Results 1 - 25 of 30) sorted by relevance

12

/gem5/src/arch/riscv/insts/
H A Damo.hh133 std::function<void(T*,T)> op; member in class:RiscvISA::AtomicGenericOp
/gem5/src/arch/alpha/linux/
H A Dprocess.cc104 unsigned op = process->getSyscallArg(tc, index); local
133 unsigned op = process->getSyscallArg(tc, index); local
/gem5/src/cpu/
H A DTimingExpr.py140 op = Param.TimingExprOp("operator") variable in class:TimingExprUn
153 op = Param.TimingExprOp("operator") variable in class:TimingExprBin
H A Dtiming_expr.hh170 Enums::TimingExprOp op; member in class:TimingExprUn
185 Enums::TimingExprOp op; member in class:TimingExprBin
/gem5/src/arch/mips/linux/
H A Dprocess.cc107 unsigned op = process->getSyscallArg(tc, index); local
136 unsigned op = process->getSyscallArg(tc, index); local
/gem5/src/arch/arm/
H A Dsystem.cc281 callSemihosting64(ThreadContext *tc, uint32_t op, uint64_t param) argument
289 callSemihosting32(ThreadContext *tc, uint32_t op, uint32_t param) argument
H A Dsemihosting.cc156 ArmSemihosting::call64(ThreadContext *tc, uint32_t op, uint64_t param) argument
191 ArmSemihosting::call32(ThreadContext *tc, uint32_t op, uint32_t param) argument
684 getCall(uint32_t op, bool aarch64) argument
[all...]
/gem5/src/sim/
H A Dmathexpr.hh81 Operator op; member in struct:MathExpr::OpSearch
107 Operator op; member in class:MathExpr::Node
/gem5/src/arch/hsail/
H A Doperand.cc220 const BrigOperandRegister *op = (BrigOperandRegister*)baseOp; local
235 const BrigOperandOperandList *op = local
277 const BrigOperandAddress *op = (BrigOperandAddress*)baseOp; local
313 AddrOperandBase::parseAddr(const BrigOperandAddress *op, const BrigObject *obj) argument
446 const BrigOperandCodeRef *op = local
[all...]
H A Doperand.hh627 const BrigOperandAddress *op = (BrigOperandAddress*)baseOp; local
/gem5/src/arch/hsail/insts/
H A Dpseudo_inst.cc84 int op = 0; local
H A Dmem.hh975 const Brig::BrigOperandConstantBytes *op = local
/gem5/src/systemc/tests/systemc/compliance_1666/test001/
H A Dtest001.cpp260 sc_out<int> op; //// Out-of-order declaration DOULOS052 local
/gem5/src/systemc/tests/systemc/examples/trie/
H A Dtrie.cpp54 sc_uint<2> op; local
243 sc_signal<sc_uint<2> > op; local
[all...]
/gem5/src/systemc/tests/systemc/misc/sim_tests/cycle_dw8051_demo/
H A Dcycle_model.cpp1083 void cycle_model::exec_bus_cycle(bus_cycle_type op, int addr, int data, int* result) { argument
1358 fetch_operand(operand* op) argument
1457 write_back(operand* op, int v) argument
[all...]
/gem5/src/arch/arm/insts/
H A Dcrypto.cc298 _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
H A Dpred_inst.hh83 simd_modified_imm(bool op, uint8_t cmode, uint8_t data, bool &immValid, argument
H A Dstatic_inst.hh98 satInt(int32_t &res, int64_t op, int width) argument
131 uSatInt(int32_t &res, int64_t op, int width) argument
H A Dmem64.hh285 std::function<void(T*,T)> op; member in class:ArmISA::AtomicGeneric2Op
306 std::function<void(T*, T, T)> op; member in class:ArmISA::AtomicGeneric3Op
328 std::function<void(T*, std::array<T, 2>&, std::array<T, 2>)> op; member in class:ArmISA::AtomicGenericPair3Op
[all...]
H A Dvfp.cc583 vcvtFpHFp(FPSCR &fpscr, bool defaultNan, bool ahp, uint16_t op, bool isDouble) argument
645 vcvtFpHFpD(FPSCR &fpscr, bool defaultNan, bool ahp, uint16_t op) argument
567 vcvtFpSFpH(FPSCR &fpscr, bool flush, bool defaultNan, uint32_t rMode, bool ahp, float op) argument
575 vcvtFpDFpH(FPSCR &fpscr, bool flush, bool defaultNan, uint32_t rMode, bool ahp, double op) argument
655 vcvtFpHFpS(FPSCR &fpscr, bool defaultNan, bool ahp, uint16_t op) argument
761 fprSqrtEstimate(FPSCR &fpscr, float op) argument
804 unsignedRSqrtEstimate(uint32_t op) argument
843 fpRecipEstimate(FPSCR &fpscr, float op) argument
879 unsignedRecipEstimate(uint32_t op) argument
[all...]
H A Dvfp.hh118 flushToZero(fpType &op) argument
140 vfpFlushToZero(FPSCR &fpscr, fpType &op) argument
[all...]
/gem5/src/arch/mips/
H A Ddsp.cc771 MipsISA::dspCmp(int32_t a, int32_t b, int32_t fmt, int32_t sign, int32_t op, argument
804 MipsISA::dspCmpg(int32_t a, int32_t b, int32_t fmt, int32_t sign, int32_t op) argument
836 MipsISA::dspCmpgd(int32_t a, int32_t b, int32_t fmt, int32_t sign, int32_t op, argument
/gem5/src/arch/x86/
H A Dtypes.hh80 Bitfield<4> op; member in namespace:X86ISA
216 Opcode op; member in struct:X86ISA::ExtMachInst::__anon9
/gem5/src/base/
H A Dcp_annotate.hh200 uint8_t op; member in struct:CPA::AnnotateData
/gem5/system/alpha/console/
H A Dconsole.c801 DeviceOperation(long op, long channel, long count, long address, long block) argument

Completed in 65 milliseconds

12